get https://api.brevo.com/v3/smtp/emails/
How to get
uuid
?You can get the
uuid
using either of the following methods:
- Send a
GET
request tohttps://api.brevo.com/v3/smtp/emails
and pass themessage_id
in the url. Use yourapi-key
to authenticate the request and you will get youruuid
as a response.- The
uuid
can also be fetched from the transactional logs page in your Brevo account, from the address URL.
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 |