Trigger webhook.
cURL
curl --request POST \ --url https://api.claap.io/v1/webhooks/{webhookId}/trigger \ --header 'Content-Type: application/json' \ --header 'X-Claap-Key: <api-key>' \ --data ' { "type": "<string>", "recordingId": "<string>" } '
{ "result": { "ok": true } }
Documentation IndexFetch the complete documentation index at: https://docs.claap.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.claap.io/llms.txt
Use this file to discover all available pages before exploring further.
"recording_added"
Recording identifier.
Webhook was successfully triggered
Show child attributes