Integrations
Connect LeadCeleris to your existing tools with webhooks and our REST API — no custom middleware required for most workflows.
Automation platforms
Use LeadCeleris webhooks as triggers and our API for actions in Zapier, Make (Integromat), or n8n.
Zapier / Make / n8n
- In app.leadceleris.com → Developers, add a webhook URL from your automation tool.
- Subscribe to events like
message.receivedorcontact.created. - In Zapier/Make/n8n, verify the
X-LeadCeleris-Signatureheader (HMAC-SHA256) on incoming requests. - Use a
Webhooks by Zapieror HTTP module action to call LeadCeleris API endpoints when you need to send messages or update data.
Common patterns: new WhatsApp lead → create CRM record; escalation → Slack notification; form submit → send WhatsApp template.
Shopify
Keep order and customer data in sync with WhatsApp conversations.
- Connect Shopify order webhooks (order created, fulfilled) to Make or n8n.
- On new order, call the LeadCeleris API to message the buyer on WhatsApp with order confirmation.
- When
message.receivedfires, look up the customer in Shopify by phone and attach order context to your CRM or helpdesk.
Store the customer phone in E.164 format (+923001234567) for reliable matching across systems.
HubSpot
Sync WhatsApp leads and conversations into your CRM pipeline.
- On
contact.createdormessage.received, create or update a HubSpot contact via the HubSpot API. - Map LeadCeleris contact fields (name, phone, tags) to HubSpot properties.
- On
escalation.created, create a HubSpot task for your sales team with a link back to the conversation in LeadCeleris.
Quick setup checklist
- Sign up at app.leadceleris.com
- Connect WhatsApp in the app
- Create an API key and webhook secret in Developers
- Register your automation tool's webhook URL
- Test with a sample event, then go live
Questions about a specific integration? support@leadceleris.com
