Phonely · AsyncAPI Specification
Phonely Webhooks
Version 1.0.0
Phonely delivers post-call event data to any HTTPS endpoint configured via the "Send Call Data" post-call action in the workflow builder. The event is delivered as an HTTP POST with a JSON body containing call metadata, transcript, AI analysis (summary, sentiment, key points, action items), follow-up indicators, mentioned entities (email, date, time), recording URL, and dashboard URL.
View Spec
View on GitHub
AIArtificial IntelligenceVoice AIVoice AgentsConversational AITelephonyPhoneCall CenterContact CenterSMSWebhooksWorkflow AutomationSchedulingCRMAsyncAPIWebhooksEvents
Channels
postCall
Delivered after a call has completed. The Send Call Data workflow action must be present in the agent's post-call workflow for this event to fire.
Messages
PostCallEvent
Post-Call Event
Structured call data delivered after a Phonely call completes.
Servers
https
customer-endpoint
The customer-owned HTTPS endpoint that Phonely POSTs call data to. The endpoint must accept JSON, respond quickly to avoid sender timeouts, and log delivery failures. Configure the URL inside the agent workflow builder at /agent/{agentId}?tab=workflows.