Sendinblue
Last updated
Was this helpful?
Last updated
Was this helpful?
With Sendinblue, you can send personalized email campaigns, trigger transactional messages, chase cart abandoners, and target customers based on their purchases.
Accepts , , and calls
Supports
Connection Modes:
Web
Mobile
Server
Navigate to Destinations > Overview and find Sendinblue in the list. Click Details.
Paste your Sendinblue Client Key in the Client Key box, and click Save. You can find your Client Key by going to Automation > Settings. Choose the JS Tracker option and scroll down to find the client_key value in the script.
You must include an email
property in your identify call to this destination
When Freshpaint receives new user property data, it will update the contact properties for the corresponding user profile in Sendinblue.
You must include the email
property with every event or Sendinblue will reject the request.
When Freshpaint receives new page views, it will update the "Visted web pages" section for the corresponding user profile in Sendinblue.
Events originating from the user's web browser will be sent directly to Vero. Events from other sources, including mobile and server, will be sent first to Freshpaint's servers and then on to Vero.
the destination. You'll also need to enable events that you'd like to send to this destination.
Sendinblue does not accept anonymous events. You'll need to your users in order to start sending events to Sendinblue.
When you call , Freshpaint will create or update a Contact profile in Sendinblue by hitting Sendinblue's at: . Here is an example of an identify call:
You can find identified users from the in Sendinblue.
When you send an event to Sendinblue from Freshpaint, Freshpaint will create an event and attach it to the matching user's profile. It does so by sending a POST request to Sendinblue's endpoint at:.
about anonymous users in Sendinblue.
You can view all your events in the under "Automation":
Both server-side and client-side connection modes are available for this destination. You can read more about connection modes .
All events will be sent to Sendinblue using Freshpaint's servers. Your website will not send data directly to Sendinblue. Instead, your website and all other sources will send data to Freshpaint, which is translated then sent to Sendinblue. such as React Native, Android, and iOS send data server-side.
Set up transformations to modify your data before it's sent to your destination. Read more about transformations .