Sign in

Create CallFinish Callback

documented

Register a callback endpoint for call finish events.

POST /reports/callback/callfinishCallbacks (Legacy)no implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl 'https://www.callfire.com/cloud/1/reports/callback/callfinish' \
  -X POST \
  -H 'Accept: application/xml' \
  -H 'Content-Type: application/x-www-form-urlencoded' \
  -d 'apikey={{CALLFIRE_API_KEY}}&postUrl={{$postUrl}}'
Create CallFinish Callback · callfire · OpenIntegrations