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>"
}๐ช Inbound Webhooks
Receive a Bridge webhook
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
Minimum string length:
1Path Parameters
Minimum string length:
1โI
