Sendinblue
The Sendinblue source allows you to send email events to Freshpaint, and send those events to your destinations.
Setup
Freshpaint uses Sendinblue webhooks to track email deliveries, opens, and more. There are two types of webhooks you can set up for the Sendinblue source - marketing webhooks and transactional webhooks. Each webhook provides a different set of events:
Marketing:
Spam
Opened
Clicked
Hard bounced
Soft bounced
Delivered
Unsubscribed
Transactional:
Sent
Click
Deferred
Delivered
Soft Bounce
Hard Bounce
Complaint
First opening
Opened
Invalid email
Blocked
Error
Unsubscribe
Marketing Webhooks
Sendinblue marketing webhooks can be used to send events from your Sendinblue marketing campaigns into Freshpaint.
Start by navigating to https://my.sendinblue.com/advanced/webhook and click "Add a new webhook".
For "URL to post to", paste the following:
where "<env-id>" is your environment ID. You can find the webhook for your environment under "Sendinblue" on the Sources page.
Then, select which events you'd like to send to Freshpaint, and click "Add". Freshpaint currently only supports the events under "When a message is...".
You should start seeing Sendinblue events in Live View.
Transactional Webhooks
Sendinblue transactional webhooks can be used to send events to Freshpaint when transactional messages are being sent, delivered, or opened by your recipients.
Start by navigating to https://app-smtp.sendinblue.com/webhook and click "Add a new webhook".
For "URL to call", paste the following:
Then, select which events you'd like to send to Freshpaint, and click "Save".
You should start seeing Sendinblue events in Live View.
Event Schema
Freshpaint supports tracking the following events for the Sendinblue source.
Marketing
Spam
event
"Email: spam"
The recipient's email
camp_id
The internal id of the campaign
campaign_name
The internal name of the campaign
reason
The spam reason
Opened
event
"Email: opened"
The recipient's email
camp_id
The internal id of campaign
campaign name
The internal name of the campaign
Clicked
event
"Email: clicked"
The recipient's email
camp_id
The internal id of campaign
campaign name
The internal name of the campaign
URL
The URL that was clicked
Hard bounced
event
"Email: hard_bounce"
The recipient's email
camp_id
The internal id of the campaign
campaign name
The internal name of the campaign
sending_ip
The IP used to send the message
reason
Hard bounce reason
Soft bounced
event
"Email: soft_bounce"
The recipient's email
camp_id
The internal id of the campaign
campaign name
The internal name of the campaign
reason
Soft bounce reason
sending_ip
The IP used to send the message
Delivered
event
"Email: delivered"
The recipient's email
sending_ip
The IP used to send the message
camp_id
The internal id of the campaign
campaign name
The internal name of the campaign
Unsubscribed
event
"Email: unsubscribe"
The recipient's email
camp_id
The internal id of the campaign
campaign name
The internal name of the campaign
list_id
The internal list id's the recipient has been unsubscribed from
Transactional
Sent
event
"Email: request"
Recipient of the message
subject
Message subject
X-Mailin-custom
Custom added header
sending_ip
The IP used to send the message
template_id
Internal id of the template
tags
Tags you might have used to identify your message
Click
event
"Email: click"
Recipient of the message
subject
Message subject
X-Mailin-custom
Custom added header
sending_ip
The IP used to send the message
template_id
Internal id of the template
tags
Tags you might have used to identify your message
link
URL accessed by the recipient
Deferred
event
"Email: deferred"
Recipient of the message
message-id
Internal message id
subject
Message subject
X-Mailin-custom
Custom added header
sending_ip
The IP used to send the message
template_id
Internal id of the template
tags
Tags you might have used to identify your message
reason
The reason the message has been deferred
Delivered
event
"Email: delivered"
Recipient of the message
message-id
Internal message id
subject
Message subject
X-Mailin-custom
Custom added header
sending_ip
The IP used to send the message
template_id
Internal id of the template
tags
Tags you might have used to identify your message
Soft Bounce
event
"Email: soft_bounce"
Recipient of the message
message-id
Internal message id
subject
Message subject
X-Mailin-custom
Custom added header
sending_ip
The IP used to send the message
template_id
Internal id of the template
tags
Tags you might have used to identify your message
reason
The reason the message has been a soft bounce
Hard Bounce
event
"Email: hard_bounce"
Recipient of the message
message-id
Internal message id
subject
Message subject
X-Mailin-custom
Custom added header
sending_ip
The IP used to send the message
template_id
Internal id of the template
tags
Tags you might have used to identify your message
reason
The reason the message has been soft bounced
Complaint
event
"Email: complaint"
Recipient of the message
message-id
Internal message id
X-Mailin-custom
Custom added header
First Opening
event
"Email: unique_opened"
Recipient of the message
message-id
Internal message id
subject
Message subject
X-Mailin-custom
Custom added header
sending_ip
The IP used to send the message
template_id
Internal id of the template
tags
Tags you might have used to identify your message
Opened
event
"Email: opened"
Recipient of the message
message-id
Internal message id
subject
Message subject
X-Mailin-custom
Custom added header
sending_ip
The IP used to send the message
template_id
Internal id of the template
tags
Tags you might have used to identify your message
Invalid Email
event
"Email: invalid_email"
Recipient of the message
message-id
Internal message id
subject
Message subject
X-Mailin-custom
Custom added header
template_id
Internal id of the template
tags
Tags you might have used to identify your message
Blocked
event
"Email: blocked"
Recipient of the message
message-id
Internal message id
subject
Message subject
X-Mailin-custom
Custom added header
template_id
Internal id of the template
tags
Tags you might have used to identify your message
Error
event
"Email: error"
Recipient of the message
message-id
Internal message id
subject
Message subject
X-Mailin-custom
Custom added header
template_id
Internal id of the template
tags
Tags you might have used to identify your message
Unsubscribe
event
"Email: unsubscribe"
Recipient of the message
message-id
Internal message id
subject
Message subject
X-Mailin-custom
Custom added header
template_id
Internal id of the template
tag
Tag you might have used to identify your message
sending_ip
IP used to send the message
Sending Sendinblue Events to Destinations
Once your webhooks are connected and Freshpaint is receiving events from Sendinblue, you will see events show up in the Sendinblue section on the Events page. From here, you'll be able to enable Sendinblue events for any of the server-side Destinations you've set up in Freshpaint. The full list of supported server-side destinations can be found here.
Last updated