Webhooks usage
documentedWebhooks are described in the Webhooks guide; events are emitted for various actions (e.g., call.scheduled, call.new).
GET /api/v1/externalWebhooks (Event feed)no implementation yet0 runsNo 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://core.callpage.io/api/v1/external?pretty_output=1&query={{$query}}&page={{$page}}&limit={{$limit}}" \
-X GET \
-H "Accept: application/json" \
-H "Authorization: {{CALLPAGE_API_KEY}}"