ClarifyClarify APIBeta
Guides

Webhooks

Get notified when data changes in Clarify

Webhooks are coming soon. This page will be updated when the feature is available.

What to expect

Clarify will send HTTP POST requests to your endpoint when records are created, updated, or deleted. You'll be able to:

  • Subscribe to specific object types (person, company, deal)
  • Filter by event type (create, update, delete)
  • Receive the full record payload in the webhook body

In the meantime

For near-real-time sync, use:

  • Code workflows — trigger JavaScript when records are added to a list. See build a workflow.
  • Segment Reverse ETL — sync on a schedule from your warehouse. See sync from a warehouse.
  • Polling — query the API periodically using filter[_updated_at][Is after]=<last-check> to find changed records.