# Webhook

{% hint style="info" %}
Webhooks are an addition to an API, and rather of your code making the request for data, the API sends data to you. The data makes it to your application in the form of a HTTP request.
{% endhint %}

## Set your **Webhook Setting**

You can set and manage your **Webhook** in the [Dashboard](https://smsbeta.com/dashboard/) > [Setting](https://smsbeta.com/dashboard/setting) > [Webhook](https://smsbeta.com/dashboard/setting#webhook) .

## **Webhook** requests

## Webhook Post

<mark style="color:green;">`POST`</mark> `{your webhook}`

Webhook Must be in http or https format

#### Request Body

| Name                                        | Type   | Description                        |
| ------------------------------------------- | ------ | ---------------------------------- |
| phone<mark style="color:red;">\*</mark>     | String | 33757050000                        |
| from<mark style="color:red;">\*</mark>      | String | Bitget                             |
| to<mark style="color:red;">\*</mark>        | String | +33757050000                       |
| data<mark style="color:red;">\*</mark>      | String | \[Bitget]Verification code: 951014 |
| TimeUnix<mark style="color:red;">\*</mark>  | String | 1702276188                         |
| messageId<mark style="color:red;">\*</mark> | String | 51571cab4e6c0b97e479071eab31da62   |
| mail<mark style="color:red;">\*</mark>      | String | <xxx@xxx.com>                      |
