> ## 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.

# Make

> Send post-call data to a Make webhook.

<Warning>
  For new flows, prefer [Send Call Data](/blocks/data-and-automation-blocks/send-call-data). Make uses the same webhook configuration and execution behavior; this block remains available for existing flows.
</Warning>

Use Make to send a completed call's data to a Make webhook. It runs only in post-call, after a call reaches the live-call block to which it is connected.

## Configure Make

1. Copy the webhook URL from Make.
2. Enter it in **Webhook URL**.
3. Keep **Send full call data to Make** enabled for the available call record, or turn it off to build a custom JSON body.

Make does not create an agent-level provider connection. The webhook URL and payload configuration belong to this block.

The block sends a JSON `POST` request and provides the same full-payload fields, custom-body modes, variable support, and endpoint requirements as Send Call Data. See [Send Call Data](/blocks/data-and-automation-blocks/send-call-data) for the canonical configuration and payload reference.

## Test Make

The block test sends a real request to the configured webhook. Use a Make scenario and data that are safe for testing, review **Resolved Input**, then confirm in Make that the request arrived with the expected payload.

After the block test, complete a controlled call that reaches the connected live-call block and confirm that the scenario receives one request after the call ends. For shared verification steps and troubleshooting, see [Test the request](/blocks/data-and-automation-blocks/send-call-data#test-the-request) and [Troubleshooting](/blocks/data-and-automation-blocks/send-call-data#troubleshooting).
