Skip to main content
GET
Event Catalog

Request

Use this endpoint to discover the full set of webhook event types you can subscribe to via POST /v1/webhooks. Every catalog entry includes a JSON Schema for the data payload and a fully worked example you can paste into test fixtures.

Query Parameters

string
Optional filter by category: contact, company, deal, task, note, email, meeting, document, workflow, billing, sync.
string
default:"v1"
Catalog version to return. Defaults to the current stable version.

Headers

Response

object
The catalog currently lists 27 event types across these categories: contact, company, deal, task, note, email, meeting, document, workflow, billing, sync. Responses include X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, and X-Request-ID.

Example Response (abridged)

Full Event Type List

Contact events: contact.created, contact.updated, contact.deleted, contact.merged, contact.enriched. Company events: company.created, company.updated, company.enriched. Deal events: deal.created, deal.updated, deal.stage_changed, deal.closed_won, deal.closed_lost. Task events: task.created, task.completed, task.overdue. Note events: note.created. Email events: email.sent, email.received, email.sync.completed. Meeting events: meeting.scheduled, meeting.cancelled, meeting.completed. Document events: document.created, document.deleted. Workflow events: workflow.triggered, workflow.auto_disabled.

Errors