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…). More. |
With BigMailer 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:
-
watch, create, update, retrieve, list, and delete contacts
-
send transactional emails in transactional campaigns
To get started with BigMailer, create an account at bigmailer.io.
To connect to BigMailer app, you need to retrieve the API key from your BigMailer account:
-
Log in to your BigMailer account.
-
Click Account > API.
-
Click Create Key.
-
Enter a name for the key, select the required permissions, and click Create.
-
Copy the API Key to a safe place.
-
Log in to your Boost.space Integrator account, add a BigMailer 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 and click the Add button next to the Connection field.
-
In the Connection name field, enter a name for the connection.
-
In the API Key fields, enter the details copied in step 5 and click Save.
You can watch, create, update, retrieve, list, and delete contacts using the following modules.
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 contact is created.
Connection |
|
Brand ID |
Select or map the Brand ID whose new contacts you want to watch. |
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).. |
Updates a contact. Any parameters not provided are left unchanged.
Connection |
|
Brand ID |
Select or map the Brand 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 the BigMailer API reference.
Gets a contact.
Connection |
|
Brand ID |
Select or map the Brand ID whose contact details you want to retrieve. |
Contact ID |
Select or map the Contact ID whose details you want to retrieve. |
Gets all contacts from the brand.
Connection |
|
Brand ID |
Select or map the Brand ID whose contacts you want to list. |
Limit |
Set the maximum number of contacts Boost.space Integrator will return during one execution cycle. |
Deletes a contact.
Connection |
|
Brand ID |
Select or map the Brand ID whose contact you want to delete. |
Contact ID |
Select or map the Contact ID you want to delete. |
You can send transactional emails using the following module.
Sends an email as part of a transactional campaign.
Connection |
For field descriptions, see the BigMailer API reference
You can call APIs using the following module.
Performs an arbitrary authorized API call.
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. |
The following API call returns all contacts from your BigMailer account.
URL: /v1/brands/{brand_id}/contacts
Method: GET
Matches of the search can be found in the module’s 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. More > Body > data.
In our example 10 contacts were returned: