Skip to main content
POST
/
webhooks
/
bridge
/
{integrationKey}
Receive a Bridge webhook
curl --request POST \
  --url http://localhost:3001/webhooks/bridge/{integrationKey}
{
  "accepted": true,
  "duplicate": true,
  "flowLegIds": [
    "<string>"
  ],
  "matchedCaseIds": [
    "<string>"
  ],
  "rawRecordId": "<string>",
  "signatureValid": true,
  "source": "<string>",
  "sourceRef": "<string>"
}

Headers

x-webhook-signature
string
Minimum string length: 1

Path Parameters

integrationKey
string
required
Minimum string length: 1

Response

Default Response

accepted
enum<boolean>
required
Available options:
true
duplicate
boolean
required
flowLegIds
string[]
required
matchedCaseIds
string[]
required
rawRecordId
string
required
signatureValid
null | boolean
required
source
string
required
sourceRef
string
required