Integrate our platform with your CRM or other data source to manage contacts and send messages.

Getting Started with Our API

Our system offers a variety of API integrations that you can use with your system. See the basics below of how this works and refer to our API Library for the technical information for each API.

2020-09-03T15:05:01+02:0021/07/2020|

Authentication

You can use this request to return a URL that will automatically log a user in. You can supply a user ID in the request, and then when someone clicks the URL which is returned, it will log that person in as the user specified in the original request.

2021-11-23T14:10:12+02:0029/07/2020|

Create a New Contact

This request allows you to create a new contact. You’ll do this when you want to add a contact to one or more of your lists.

2023-03-24T13:12:08+02:0029/07/2020|

Create Contacts in Bulk

You can use this request to create many contacts at once by passing an array of contacts to the server. Each contact’s details should be indexed by a separate array key.

2023-03-24T13:14:02+02:0029/07/2020|

Contacts Import

You can use this request to create many contacts at once. This request is similar to the Create Contacts in Bulk method, but it runs the contact creation asynchronously.

2023-03-24T13:15:47+02:0029/07/2020|

Get a List of Contacts

This request will return a subset of all your contacts. Use the page and count parameters to get the whole list.

2021-11-24T10:14:39+02:0029/07/2020|

Get the Specified Contact

This request retrieves the properties of a specified contact. You can use unique or system-generated contact IDs to specify the contact.

2021-11-24T10:22:53+02:0029/07/2020|

Contact Activity

This request allows you to get contact activity for a specific contact.

2024-04-30T10:56:03+02:0026/04/2024|

Import Progress

You can use this request to check the progress of your import.

2021-11-24T10:29:56+02:0029/07/2020|