Webhooks
Jam Webhooks allow you to receive real-time notifications when key events happen in your workspace.
🧪 Supported Events (Beta)
Sample Payloads
{
"id": "evt_12345",
"type": "intercom.recorder.recorded",
"created_at": "2025-09-09T12:00:00Z",
"data": {
"conversationId": "215470686832743",
"jamId": "9573a43b-3ec9-49ab-b7e4-bf6cfc4bdfc",
"recording_url": "https://jam.dev/r/rec_12345"
}
}The Webhooks Tab in Jam Dashboard

The Webhook Portal


How to Configure
1. Creating a Manual Endpoint

2. Using Connectors

Last updated
Was this helpful?