# Webhooks

Webhooks allow you to receive the call event like Call Initiated, Call Answered, Call Ringing and Call Hangup.&#x20;

#### Creating a Webhook

Go to **Manage Phone System -> Webhooks**.

![Webhooks](/files/-M7yFgpgMceRfwJTRxqP)

Click on **Add New** and fill in the details for Status Callback Method, Status Callback Event and Status Callback URL and click Create.

![Create Webhook](/files/-M7yFnwnVp-pKPN7sgws)

After the Webhook is created, you need to apply the Webhook to the Phone Number. Go to **Manage Phone Number** and click on **Edit Routing** (Pencil icon). On right hand side panel, click **Advance option**. Scroll and select the Webhook from **Select Webhook** drop-down menu and click **Update** to save the changes.

![Applying Webhook](/files/-M7yFry_6r9VhSg2WcOI)

You can get a detailed report of every call events. Go to **Activities => Call Report**.

![Webhook Call Data](/files/-M7yFwD8pbBlbqmCgK3v)

Select the call you want to review. Click on the Date and Time hyperlink of the call to see more details. (*Check snapshot below).* For any help or questions, contact us!

![Webhook Data for All events](/files/-M7yG9BHSZJ1uD45ahj_)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.cebodtelecom.com/new/manage-phone-system/webhooks.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
