From f4ddbe5ebd2d88aa70ef98582ec577a859880c77 Mon Sep 17 00:00:00 2001 From: Arshdeep singh Date: Mon, 14 Sep 2026 22:10:59 +0530 Subject: [PATCH] docs: remove customer webhook from API table POST /calle/webhook is the customer's receiver, not a CALL-E API method on api.heycall-e.com. Co-authored-by: Cursor --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e6b5cb..e98fafb 100644 --- a/README.md +++ b/README.md @@ -269,7 +269,8 @@ export CALLE_BASE_URL="https://api.heycall-e.com" | `POST` | `/v1/calls` | Create a one-recipient or batch call task. | | `GET` | `/v1/calls/{call_id}` | Read status, summaries, structured results, and transcripts. | | `GET` | `/v1/calls/{call_id}/events` | List developer-facing call events. | -| `POST` | `/calle/webhook` | Receive terminal call result webhooks. | + +The webhook URL is yours. Pass it as `webhook_url` when creating a call. See the [webhooks guide](https://docs.heycall-e.com/webhooks). **Create a call:**