Brevo
Communication API keySend transactional and marketing email, and manage contacts and lists, from any Windmill script, flow or app.
Set up in 3 steps
Create an API key
In the Brevo dashboard, open your account menu then SMTP & API, and create a key under API Keys. Copy it — it is shown only once.
Add the resource in Windmill
Open Resources, add a resource of type brevo, and paste the key.
Run your first script
Fork any script below and read your contact lists before sending anything.
Scripts
Building blocks, if none of the projects above fit. Fork one, run it, or call it as a step inside your own flow.
Validates a voucher
Validate domain configuration
Validate Sender using OTP
Upload an image to your account's image gallery
Upload a file
Updates balance limit
Update tier group
Update tier
Update sub-accounts plan
Update sub-account plan
Update permission for a user
Update multiple contacts
Update loyalty program
Update contact attribute
Update balance definition
Update an external feed
Update an email template
Update an email campaign status
Update an email campaign
Update an automated message
Update an SMS campaign
Update a webhook
Update a task
Update a sender
Update a note
Update a message sent by an agent
Update a list
Update a group of sub-accounts
Update a folder
Update a deal
Resource type
brevo — the shape of the credential every script on this page expects.
| Field | Type | Required | What it is |
|---|---|---|---|
| apiKey | string | Yes | API key generated from the dashboard. |
Questions
My send is rejected as an unknown sender
Brevo only sends from a sender you have added and verified. Add the address or the domain before using it as the from field.
Is this the same as the SMTP credentials?
No. These scripts use the HTTP API with this key. Brevo's SMTP login is a separate credential, which belongs in an smtp resource instead.
Is my key stored on the hub?
Never. It lives only in your own Windmill workspace, encrypted at rest.