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 } }
"recording_added"
Recording identifier.
Webhook was successfully triggered
Show child attributes