Deliver an external callback
Deliver the result of an external callback to a paused workflow node.
Requires the cases:callback scope.
Used only if your workflow has a node that pauses awaiting an external
system. After receiving an external_callback.dispatch webhook, the
external system POSTs its result to the one-time callbackUrl from the
dispatch payload (which encodes caseId and callbackRef) before it
expires. The body is a free-form JSON object the workflow node consumes.
Authorizations
A tenant-scoped API key provisioned by Frayme.
Path Parameters
The case identifier returned by POST /cases.
The one-time callback token from the dispatch payload.
Body
A free-form JSON object the workflow node consumes.
Response
Callback accepted.