Skip to main content
POST
Receive an Intercom webhook event

Authorizations

Authorization
string
header
required

Dashboard JWT token from Clerk

Body

application/json
id
string

Intercom notification id, unique per delivery.

topic
string

Event topic (e.g. contact.created, conversation.user.replied).

app_id
string

The Intercom workspace id used to resolve the tenant.

data
object

The event payload; data.item holds the affected Intercom object.

Response

200 - application/json

The event was received and acknowledged.

data
object
meta
object