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 the Postalytics 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, retrieve, and delete accounts
-
watch, create, update, list, and delete contacts
-
create, retrieve, list, and delete templates
-
watch, retrieve, list, search, and delete campaigns
-
send mailpiece
-
call APIs
To get started with Postalytics, create an account at postalytics.com.
To connect to the Postalytics app, you need to obtain API Key from your account.
-
Log in to your Postalytics account.
-
Click your profile icon > Connect > API Keys.
-
Copy the API Key to your clipboard.
-
Log in to your Boost.space Integrator account and add a 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. from the Postalytics app into scenarioA specific connection between applications in which data can be transferred. Two types of scenarios: active/inactive..
-
In the Connection name field, enter a name for the connection.
-
In the API Key field, enter the API key copied in step 3.
-
Optional: Toggl Show Advance Settings, and select your Postalytics environment.
-
Click Save.
You have successfully connected the Postalytics app and can now build scenariosA specific connection between applications in which data can be transferred. Two types of scenarios: active/inactive..
You can create, retrieve, and delete accounts using the following modules.
Creates an account.
For field descriptions, see add account API reference.
Returns information about an account.
Connection |
|
Account ID |
Enter the Account ID whose details you want to retrieve. |
Deletes an account.
Connection |
|
Account ID |
Enter the Account ID you want to delete |
You can create, update, list, and delete contacts using the following modules.
Creates a contact.
Connection |
Establish a connection to your Postalytics account. |
For field descriptions, see add contact API reference.
Updates a contact. The module doesn’t support partial updates. If the field is not set, the value will be updated to null.
Connection |
Establish a connection to your Postalytics account. |
Contact List ID |
Select or map the Contact List ID whose contact details you want to update. |
Contact ID |
Select or map the Contact ID whose details you want to update. |
For field descriptions, see add contact API reference.
Lists contacts.
Connection |
Establish a connection to your Postalytics account. |
Contact List ID |
Select or map the Contact List ID whose contacts you want to list. |
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).. |
You can create, retrieve, list, and delete templates using the following modules.
Creates a template.
Connection |
|
Name |
Enter the template name. |
HTML |
Enter the full HTML of the front and back of your creative. |
Size |
Select or map the size of the template. For example, |
Returns information about a template.
Connection |
|
Template ID |
Select or map the Template ID whose details you want to retrieve. |
Lists templates.
Connection |
|
Limit |
Set the maximum number of templates Boost.space Integrator will return during one execution cycle. |
Deletes a template.
Connection |
|
Template ID |
Select or map the Template ID you want to delete. |
You can send a mailpiece using the following module.
Sends a mailpiece.
Connection |
Establish a connection to your Postalytics account. |
For field descriptions, see send API reference.
You can watch, retrieve, list, search, and delete campaigns, and toggle campaign mail statusIn Boost.space, statuses are indicators assigned to records within modules to represent their current state or progress. They can be system-defined, such as "Active" or "Done," or custom-created to fit specific workflows. Statuses help track and manage tasks, projects, and processes efficiently..
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 campaign event occurs.
Note | |
---|---|
Make automatically creates a webhookA webhook is a way for an app to send real-time information to a specific URL in response to certain events or triggers. in Postalytics once you add an instant triggerThe 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. to your scenario. |
Webhook Name |
Enter a name for the webhook. |
Connection |
|
Campaign ID |
Select or map the Campaign ID whose events you want to watch. |
Returns information about a campaign.
Connection |
|
Campaign Drop ID |
Select or map the Campaign Drop ID whose details you want to retrieve. |
Lists campaigns.
Connection |
|
Limit |
Set the maximum number of campaigns Boost.space Integrator will return during one execution cycle. |
Searches for events.
Connection |
|
Campaign ID |
Select or map the Campaign ID whose events you want to search. |
Contact ID |
Select or map the Contact ID whose events you want to search. |
Limit |
Set the maximum number of events Boost.space Integrator will return during one execution cycle. |
Deletes a campaign.
Connection |
|
Campaign ID |
Select or map the Campaign ID you want to delete. |
Changes mail status in a campaign from test to live and vice versa.
Connection |
|
Campaign ID |
Select or map the Campaign ID to retrieve its mail status. |
You can call APIs using the following module.
Performs an arbitrary authorized API call.
Note | |
---|---|
For the list of available endpoints, refer to the Postalytics 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. |