Connect SendLouis with 5,000+ apps to automate your email workflows
The Zapier integration allows you to send branded emails from SendLouis triggered by events in over 5,000 apps. Use webhooks to connect your workflows and automate email sending based on form submissions, CRM updates, calendar events, and more.
Go to the Integrations page and click "Connect" on the Zapier card. This will generate your unique webhook URL and API key.
In Zapier, create a new Zap and set up your trigger (e.g., "New Form Submission", "New Contact", etc.).
Add an action step and search for "Webhooks by Zapier". Select "POST" as the method.
Paste your SendLouis webhook URL from the Integrations page. Add a custom header with key X-Zapier-API-Key and your API key as the value.
Set up your webhook payload with the required and optional fields (see below).
Test your Zap to ensure emails are sent correctly, then activate it.
Your webhook payload should be JSON formatted with the following fields:
email - Recipient's email addresssubject - Email subject line (uses default if not provided)templateId - ID of the email template to use (uses default if not provided)name, company, etc.){
"email": "recipient@example.com",
"subject": "Welcome to Our Platform!",
"templateId": "template_abc123",
"name": "John Doe",
"company": "Acme Corp",
"customField": "Any value"
}Visit the Integrations page to configure your Zapier integration or contact support for assistance.