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.
Supports HIPAA mode
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.
Enable the destination. You'll also need to enable events that you'd like to send to this destination.
When you call freshpaint.identify(), Freshpaint will create or update a Contact profile in Sendinblue by hitting Sendinblue's Identify API endpoint at: https://in-automate.sendinblue.com/api/v2/identify. Here is an example of an identify call:
You must include an email
property in your identify call to this destination
You can find identified users from the contact lookup page in Sendinblue.
When Freshpaint receives new user property data, it will update the contact properties for the corresponding user profile 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 Track Event endpoint at: https://in-automate.sendinblue.com/api/v2/trackEvent.
You can view all your events in the events log under "Automation":
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.
Both server-side and client-side connection modes are available for this destination. You can read more about connection modes here.
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.
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. Sources 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 here.