Active |
---|
This application does not need additional settings. So you can make connectionUnique, active service acces point to a network. There are different types of connections (API key, Oauth…). only by using your login credentials or by following the instructions below . |
With Robly modulesa module is an application or tool designed to handle specific business functions, such as CRM, project management, or inventory. The system's modular architecture allows you to activate only the modules you need, enabling customization and scalability as your business requirements evolve. in Boost.spaceA platform that centralizes and synchronizes company data from internal and external sources, offering a suite of modules and addons for project management, CRM, data visualization, and more. Has many features to optimize your workflow! IntegratorPart of the Boost.space system, where you can create your connections and automate your processes., you can:
-
create, update, retrieve, search, delete and unsubscribe contacts
-
create, update, and search lists, and add and remove a contact from the list.
To get started with Robly, create an account at robly.com
To connect Robly app, you need to obtain the API ID and API Key values from your Robly account and insert them in the Robly modulea module is an application or tool designed to handle specific business functions, such as CRM, project management, or inventory. The system's modular architecture allows you to activate only the modules you need, enabling customization and scalability as your business requirements evolve. scenarioA specific connection between applications in which data can be transferred. Two types of scenarios: active/inactive..
-
Log in to your Robly account.
-
Click Settings > API Details. Copy the API ID and API Key to a safe.
-
Log in to your Boost.space Integrator account, insert a Robly module scenario and click the Add button next to the Connection field.
-
In the Connection name field, enter a name for the connection.
-
In the API ID and API Key fields, enter the details copied in step 2 and click Save.
You have successfully established the connection. You can now begin editing your scenario and adding more Robly modules. If your connection needs reauthorization at any point, follow the connection renewal steps here.
You can create, update, list, search, unsubscribe, and delete contacts using the following modules.
Searches for existing contacts or lists them all.
Connection |
|
Limit |
Set the maximum number of contacts Boost.space Integrator will return during one execution cycleA cycle is the operation and commit/rollback phases of scenario execution. A scenario may have one or more cycles (one is the default).. The default value is 10. |
See Robly Contacts API reference for entering the field values to search the contacts that match the specified value.
Retrieves an existing contact.
Connection |
|
Contact |
Select or map an option to select a contact whose details you want to retrieve. |
For field descriptions, see the Robly Contacts API reference.
Updates an existing contact.
Connection |
|
Contact |
Select or map an option to select a contact whose details you want to update. |
For field descriptions, see the Robly Contacts API reference.
Unsubscribes an existing contact.
Connection |
|
Contact |
Select the contact by:
|
|
Select or map an Email you want to unsubscribe. |
Member ID |
Select or map a Member ID you want to unsubscribe. |
Deletes an existing contact.
Connection |
|
Contact |
Select the contact by:
|
|
Select or map an Email you want to delete. |
Member ID |
Select or map a Member ID you want to delete. |
You can create, update, search, add and remove the contacts from the list using the following modules.
Searches for existing lists or lists them all.
Connection |
|
Include All |
Select whether to include all lists regardless of whether they show up on the signup form. |
Limit |
Set the maximum number of Lists Boost.space Integrator will return during one execution cycle. The default value is 10. |
Creates a new list.
Connection |
|
List Name |
Enter a name to create a new mailing list. |
Show on Sign Up Form |
Select whether to display this list on the signup form. |
Updates an existing list.
Connection |
|
List ID |
Select or map the List ID whose details you want to update. |
Name |
Enter a new name for the mail list. |
Adds an existing contact to the list.
Connection |
|
Contact |
Select or map an option to select a contact you want to add. |
For field descriptions, see the Robly List API reference.
Removes an existing contact from the list.
Connection |
|
Contact |
Select or map an option to select a contact you want to remove. |
For field descriptions, see the Robly List API reference.
You can call APIs using the following module.
Performs an arbitrary authorized API call.
Note | |
---|---|
For the list of available endpoints, refer to the Robly API documentation. |
Connection |
|
URL |
Enter a path relative to |
Method |
GET to retrieve information for an entry. POST to create a new entry. PUT to update/replace an existing entry. PATCH to make a partial entry update. DELETE to delete an entry. |
Headers |
Enter the desired request headers. You don’t have to add authorization headers; we already did that for you. |
Query String |
Enter the request query string. |
Body |
Enter the body content for your API call. |