> ## Documentation Index
> Fetch the complete documentation index at: https://docs.phonely.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Webhook Reference

> Overview of the webhook payload Phonely can send to your own endpoint after a call.

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

1. Open `/agent/{agentId}?tab=workflows`.
2. Add the `Send Call Data` post-call action to the workflow.
3. Enter the webhook URL in the action configuration.
4. Use the action's `Test` tab to send a sample payload.
5. Review the payload against the endpoint reference on the next page.

## Next Step

Open [Post Call Webhook](/webhook-reference/endpoint/postcall-webhook) for the payload schema and receiver-specific guidance.
