Send Email with SendInBlue API

For more detailed information and a complete reference of the SendInBlue API, you can refer to the official documentation: https://developers.sendinblue.com/reference/email-smtp/

 

1. Check SendInBlue API, this is payload:

{
  "sender": {
    "email": "sender@example.com"
  },
  "to": [
    {
      "email": "recipient@example.com"
    }
  ],
  "subject": "Test email using SendInBlue API",
  "htmlContent": "<h1>This is a test email</h1><p>Sent using the SendInBlue API</p>"
}
2. Create Object (Table) in AllSync to contain customer email for mapping.

3. Configure Integration Flow from AllSync to trigger queue:



4. Map Data
Back to blog