Skip to main content
POST
Receive a Salesforce webhook event

Authorizations

Authorization
string
header
required

Dashboard JWT token from Clerk

Body

application/json
org_id
string
required

The Salesforce 18-character Organization Id of the sending org.

events
object[]
required

One or more change events, each carrying a stable event_uuid, an event_type, an occurred_at timestamp, and the changed object.

Response

200 - application/json

The batch was received; the body reports per-event counts.

data
object
meta
object