ChatterBeamDevelopers
POST · webhooks:write

Replay webhook delivery

Execute the replay_webhook_delivery capability through REST or MCP with the same authorization and project checks.

WriteMinimum role: ownerExternal action

REST

POST/api/v1/webhooks/:endpointId/deliveries/:deliveryId/replay
curl "https://chatterbeam.com/api/v1/webhooks/{endpointId}/deliveries/{deliveryId}/replay" \
  --request POST \
  --header "Authorization: Bearer $CHATTERBEAM_API_KEY" \
  --header "Idempotency-Key: unique-operation-key"

MCP

Tool name: replay_webhook_delivery. The tool returns the same structured { data, meta } result as REST.

Input

endpointIdRequired path identifier
deliveryIdRequired path identifier

Authorization

Required scope: webhooks:write. Scope checks are followed by current project membership and the owner minimum role.

Related resources