get https://api.brevo.com/v3/smtp/emails/
How to get
uuid?You can get the
uuidusing either of the following methods:
- Send a
GETrequest tohttps://api.brevo.com/v3/smtp/emailsand pass themessage_idin the url. Use yourapi-keyto authenticate the request and you will get youruuidas a response.- The
uuidcan 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 |
