Use this section when your system is the receiver and Phonely is the sender. Most teams use this reference together with theDocumentation Index
Fetch the complete documentation index at: https://docs.phonely.ai/llms.txt
Use this file to discover all available pages before exploring further.
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
POSTrequests 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 Datapost-call action to the workflow. - Enter the webhook URL in the action configuration.
- Use the action’s
Testtab to send a sample payload. - Review the payload against the endpoint reference on the next page.

