Brevo

Communication API key

Send transactional and marketing email, and manage contacts and lists, from any Windmill script, flow or app.

Set up in 3 steps

1

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.

2

Add the resource in Windmill

Open Resources, add a resource of type brevo, and paste the key.

3

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.

Resource type

brevo — the shape of the credential every script on this page expects.

View raw schema →
FieldTypeRequiredWhat it is
apiKeystringYesAPI 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.