Webhook integration
Send ticket events to any URL the moment they happen.
Outbound webhooks for everything else.
Leodesk POSTs a JSON payload to a URL you control whenever something happens on a ticket. Point it at a webhook endpoint, a Zapier or Make hook, or your own service — and react to support events in real time without polling the API.
- Fire on ticket created, status change, customer reply, agent reply, internal note or macro applied
- Deliver to any HTTPS URL — Zapier, Make, n8n or a service you wrote
- Every request is HMAC-signed so you can verify it really came from us
- Pick exactly which events each endpoint receives — no firehose
Webhooks pair well with automation rules: trigger an external workflow the same way you would route a ticket internally.
Paste a URL, pick events, verify the signature.
Open Integrations → Webhooks, paste an endpoint URL, and choose the events it should receive. Add an optional signing secret and Leodesk will POST JSON to it as events happen. Each request carries an X-Leodesk-Signature: sha256=<HMAC-SHA256 of the request body> header — recompute it with your secret to confirm the payload is genuine and untampered. The full event reference lives in the docs.
POST https://hooks.example.com/leodesk
Content-Type: application/json
X-Leodesk-Signature: sha256=9f86d0818...
{
"event": "customer.replied",
"ticket": {
"id": "T-4821",
"subject": "Refund for order #1043",
"status": "open",
"priority": "normal",
"url": "https://app.leodesk.io/tickets/T-4821"
},
"customer": {
"name": "Dana Okafor",
"email": "[email protected]"
}
}Connect it with Zapier, Make or n8n.
You don’t need to host anything. Create a "Catch Hook" trigger in Zapier, Make or n8n, copy the URL it gives you, and paste it into Leodesk. From there, fan a ticket event out to 6,000+ apps — log replies to a sheet, ping a channel, or open a row in your CRM. For deeper, two-way connections, see Slack and Shopify instead.
Setting up webhooks.
The quick questions before you point one at your service.
Read the docsHow do I verify a webhook came from Leodesk?
What happens if my endpoint is down?
Are these inbound or outbound webhooks?
Run support like an engineering team.
Free for 14 days. No card, no sales call to get started.
Try Leodesk