Integrations / Make (Integromat)
Sendersy + Make (Integromat)
Make.com + Sendersy: HTTP > Make a request module with Body type "Raw" and Content type "application/json". 1,500+ triggers available out of the box.
1. Install
bash
# Make.com → New scenario → Add HTTP > Make a request module
2. Environment variables
bash
# In the HTTP request module: # URL: https://api.sendersy.com/v1/emails # Method: POST # Headers: Authorization=Bearer sk_live_..., Content-Type=application/json
3. Send an email
json
// Make.com → HTTP > Make a request → Request content (Raw JSON):
{
"from": "Acme <noreply@acme.com>",
"to": "{{1.email}}",
"template_id": "welcome",
"variables": {
"name": "{{1.first_name}}"
},
"tags": [{ "name": "source", "value": "make" }]
}
// Trigger — any of 1,500+ Make modules: Notion → New page,
// Airtable → New record, Calendly → Invitee created, Webhook,
// Stripe, Pipedrive and many more.