Webhook events and payload format
Turtini fires webhooks for the following events:
Opportunities: created, updated, deleted, stage_changed
Contacts: created, updated, deleted
Accounts: created, updated, deleted
Products: created, updated, deleted
Each POST request contains a JSON payload:
{
"event": "opportunity.created",
"orgId": "abc123",
"timestamp": "2026-04-01T12:00:00.000Z",
"data": { ... full record ... }
}
You can subscribe to all events or a specific subset when configuring the webhook.