cURL
curl --request POST \ --url https://api.oneinbox.ai/v1/webhooks \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "Call events", "url": "https://example.com/webhook", "events": [ "call.started", "call.ended", "transcript.final" ] } '
Documentation IndexFetch the complete documentation index at: https://docs.oneinbox.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.oneinbox.ai/llms.txt
Use this file to discover all available pages before exploring further.
API key from the OneInbox dashboard (API Keys → Create)
call.started
call.ended
transcript.final
Created