Use this section when your system is the receiver and Phonely is the sender.
Most teams use this reference together with the Send Call Data post-call action in the workflow builder. That action sends call data to your endpoint after the call has finished.
Common Uses
- Write call summaries into a CRM
- Trigger follow-up workflows in Zapier, Make, or internal systems
- Store transcripts, recordings, and dashboard links in a data warehouse
- Feed QA or analytics systems with finalized call data
What Your Receiver Needs
- An HTTPS endpoint
- Support for
POST requests with a JSON body
- Fast success responses so the sender does not time out
- Logging for failed deliveries and downstream processing errors
Recommended Setup Flow
- Open
/agent/{agentId}?tab=workflows.
- Add the
Send Call Data post-call action to the workflow.
- Enter the webhook URL in the action configuration.
- Use the action’s
Test tab to send a sample payload.
- Review the payload against the endpoint reference on the next page.
Next Step
Open Post Call Webhook for the payload schema and receiver-specific guidance. Last modified on March 21, 2026