Skip to content
Pile
Esc
navigateopen⌘Jpreview

Receive Intercom support webhook notifications

POST/support/webhooks/intercom/{organizationId}
Path parameters
organizationIdstringrequired
Header parameters
x-hub-signaturestring
Request body
requiredapplication/json
any
Responses
200OK
okbooleanrequired
Try it
Server
Parameters
Bodyapplication/json
Request
curl -X POST "/support/webhooks/intercom/string" \
  -H "Content-Type: application/json" \
  -d 'null'
Response
{
  "ok": true
}