Stay in sync with your TidySupport workspace in real-time. Set up webhooks to receive instant HTTP notifications when conversations are created or closed, new messages arrive from customers, and contacts are added.
{
"event": "conversation.created",
"version": 1,
"timestamp": "2024-01-15T10:30:00.000Z",
"payload": {
"conversation": {
"id": "cnv_abc123",
"workspaceId": "wrk_xyz789",
"contactId": "cnt_def456"
}
}
}Get notified instantly when support events happen instead of constantly polling for changes.
Keep your external systems in sync automatically when conversations, messages, and contacts change in TidySupport.
Trigger custom business logic in your application based on support activity—escalate tickets, update CRM records, or send internal alerts.
Reduce server load and improve performance by eliminating unnecessary API polling.
Build custom analytics and automation flows from real-time support events happening in your workspace.
Connect TidySupport with any system that can receive HTTP POST requests.
Subscribe to the support event families that matter to your application:
Conversation Events
conversation.created — new conversation started by a customer
conversation.closed — conversation resolved by your team
Message Events
message.received — new message received from a customer
Contact Events
contact.created — new contact added to your workspace
Additional Events
CONVERSATION_UPDATED, CONVERSATION_ASSIGNED, CONVERSATION_REOPENED, MESSAGE_UPDATED
1. Set up your endpoint
Create an endpoint in your application that can receive HTTP POST requests from TidySupport.
2. Create a webhook
Use our API or dashboard to create a webhook and select which support events to subscribe to.
3. Handle the events
Process the webhook payloads in your application to trigger custom support workflows.
Set up webhooks in minutes and start receiving instant notifications when support events happen in your TidySupport workspace.