get https://api.brevo.com/v3/smtp/emails/
Event names
Name | Description |
---|---|
sent | Event triggered when message is pushed for delivery |
delivered | When the message reaches the recipient |
hard_bounce | When message is permanently rejected by recipient mail server |
soft_bounce | When message is temporarily rejected by recipients mail server |
click | When the recipient interacts with the email |
open | When the recipient opens the email |
spam | When email is marked as spam by recipients email provider |
blocked | When an email is prevented to reach the recipients inbox due to blacklisted sender etc. |
invalid | When the senders email is not invalid or does not exist then this event is triggered |
unsubscribed | This event is shown when the recipient has unsubscribed from receiving further emails from the sender |
deferred | The email delivery has been delayed by the recipients mail server |
error | An error occurred during the mail transfer from sender to recipient |
proxy_open | An event where the proxy tells if the email has been opened |
invalid_email | When the senders email is invalid |