Connecting to Sendinblue
Sendinblue is a product which aids in digital marketing and automation, for more information check their website:
Sendinblue also provide a guide with what you'll need to create a contact on their system:
https://developers.sendinblue.com/reference/createcontact
In order for Leadbyte to connect to Sendinblue, you will need the following:
- An API key (provided by SendInBlue)
- The names of the field labels set in your Sendinblue account, such as 'First_Name', 'email' etc.
Setting the delivery up
Your first step is creating your Delivery, connecting your Campaign, choosing 'Direct Post' as the Action, and 'JSON Post' as the Remote System.
Sendinblue uses a generic URL: https://api.sendinblue.com/v3/contacts
You will then need to set the custom post data:
- The List ID should be provided by Sendinblue.
- Use the 'Show tag help' to display and fill in the LeadByte field tags.
Scroll down to 'Custom Headers' and add the API key you got from Sendinblue under the field name "api-key" as shown below:
Finally, set the required success response under "Remote System Response" as HTTP Status 200 OK and you are ready to test:
As always, if you have any questions, please raise a Support ticket.
Comments