Active with remarks |
---|
This application needs additional settings. Please follow the documentation below to create your own connectionUnique, active service acces point to a network. There are different types of connections (API key, Oauth…).. |
The Platformly 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. allow you to monitor, add, update, and retrieve contacts or add and remove tags in your Platformly account.
Prerequisites
-
A Platformly account
In order to use Platformly with 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., it is necessary to have a Platformly account. If you do not have one, you can create a Platformly account at www.platform.ly.
Note | |
---|---|
The 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. dialog fields that are displayed in bold (in the Boost.space Integrator scenarioA specific connection between applications in which data can be transferred. Two types of scenarios: active/inactive., not in this documentation article) are mandatory! |
To connect your Platformly account to Boost.space Integrator you need to add a new API Key to your Platformly account and insert the created API Key to the Boost.space Integrator Platformly module connection dialog.
-
Log in to your Platformly account and open the API Docs & Keys settings.
-
Click on the New API Key button.
-
Enter the name for the API Key, copy the provided API Key and click on the Submit button.
-
Go to Boost.space Integrator and open the Create a connection dialog in the desired module. Enter the API Key into the respective field.
After you click the Continue button you can proceed to set up the Platformly module.
TriggersThe initial event that starts a scenario. It can be an action, a scheduled time, or a custom event, and is essential to define at the beginning of each scenario. when a new contact is added or updated.
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).. |
Project ID |
Select the project that you want to monitor for new or updated contacts. |
Creates a new contact in your account.
Connection |
|
Project ID |
Select the project you want to add the new contact to. |
Tag |
Select the tag you want to assign to the new contact. |
Custom FieldsA feature in Boost.space that allows administrators to define and manage additional data fields within each module, tailoring the system to specific organizational needs. |
Add custom fields to the contact, represented by the selected key and entered value. |
Segment |
Assign the contact to the segment. |
|
Enter the contact’s email. |
Full name |
If First name and Last name are not provided this field can be used to provide the full name of the contact. |
First name |
Enter the first name of the contact. |
Last name |
Enter the last name of the contact. |
Company |
Enter the contact’s company. |
Address |
Enter the address details of the contact. |
City |
Enter the city for the contact. |
ZIP |
Enter the ZIP code. |
Country |
Enter the contact’s country |
Fax |
Enter the contact’s fax number. |
SMS Number |
Enter the contact’s SMS number. |
Phone |
Enter the contact’s phone number. |
Birthday |
Enter the contact’s birthday date. The list of supported date formats. |
Website |
Enter the contact’s website. |
Date |
This is the First Seen date. The list of supported date formats. |
Updates a specified contact.
Connection |
|
Project ID |
Select the project that contains the contact you want to update. |
|
Enter the email of the contact you want to update. |
Find the descriptions of the fields in the Add a Contact section above.
Adds a tag to a contact.
Connection |
|
Project ID |
Select the project that contains the contact you want to assign a tag to. |
Tag |
Select the tag you want to add to the contact. |
Email/Contact ID |
Enter or map the email or contact ID of the contact you want to add the tag to. |
Removes a tag from a contact.
Connection |
|
Project ID |
Select the project that contains the contact you want to remove a tag from. |
Tag |
Select the tag you want to remove from the contact. |
Email/Contact ID |
Enter or map the email or contact ID of the contact you want to remove the tag from. |
Removes all tags from a contact.
Connection |
|
Email/Contact ID |
Enter or map the email or contact ID of the contact you want to remove all tags from. |
Add a note to a contact.
Connection |
|
Note |
Add the text content of the note. |
Email/Contact ID |
Enter or map the email or contact ID of the contact you want to add the note to. |
Allows you to perform a custom API call.
Connection |
||||
URL |
Enter a path relative to
|
|||
Method |
Select the HTTP method you want to use: 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. |
|||
Action |
Select the action you want to perform. The action name can be found in the API documentation. |
|||
Values |
Enter the required parameters for the action of your API call. E.g. Project ID (as |
The following API call returns all contacts from the project:
Matches of the search can be found in the module Output under BundleA bundle is a chunk of data and the basic unit for use with modules. A bundle consists of items, similar to how a bag may contain separate, individual items. > Body.
In our example, 23 contacts were returned:
Retrieve details of a specified contact.
Connection |
|
Email/Contact ID |
Enter or map the email or contact ID of the contact you want to retrieve details about. |
Retrieves the last 100 contacts within a specified project.
Connection |
|
Project ID |
Select the project that contains the contacts you want to list. |
Date |
Enter a date to filter contacts by the last update date. The list of supported date formats. |
Sort Order |
Select whether you want to sort results in descending or ascending order. |
Limit |
Set the maximum number of contacts Boost.space Integrator will return during one execution cycle. |