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…). More only by using your login credentials or by following the instructions below . |
With the Postalytics modulesThe module is an application or tool within the Boost.space system. The entire system is built on this concept of modularity. (module - Contacts) More in Boost.spaceCentralization and synchronization platform, where you can organize and manage your data. More IntegratorPart of the Boost.space system, where you can create your connections and automate your processes. More, you can:
-
create, retrieve, and delete accounts
-
watch, create, update, list, and delete contacts
-
create, retrieve, list, and delete templatesTemplates are predefined scenarios that you can expand and customize to create new scenarios. You can then share these with friends and colleagues. More
-
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 moduleThe module is an application or tool within the Boost.space system. The entire system is built on this concept of modularity. (module - Contacts) More from the Postalytics app into scenarioA specific connection between applications in which data can be transferred. Two types of scenarios: active/inactive. More.
-
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 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 templateTemplates are predefined scenarios that you can expand and customize to create new scenarios. You can then share these with friends and colleagues. More.
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 statusCreate statuses for each module separately to create an ideal environment for efficient and consistent work. More.
TriggersEvery scenario has a trigger, an event that starts your scenario. A scenario must have a trigger. There can only be one trigger for each scenario. When you create a new scenario, the first module you choose is your trigger for that scenario. Create a trigger by clicking on the empty module of a newly created scenario or moving the... 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 triggerEvery scenario has a trigger, an event that starts your scenario. A scenario must have a trigger. There can only be one trigger for each scenario. When you create a new scenario, the first module you choose is your trigger for that scenario. Create a trigger by clicking on the empty module of a newly created scenario or moving the... 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. |