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

# softPOS Webhooks

> Learn in detail about softPOS webhooks.

Webhooks are server callbacks to your server from Telr. Webhooks are event-based and are sent when specific events related to the transaction happen.

## Terminal Status Update Webhook

The new terminal status update webhook notifies you about the terminal status update, and gives you comprehensive information about terminal updates.

```java theme={null}
{
    "data":{
        "added_on":"2024-03-07 15:11:02"
        "cf_terminal_id":1234
        "last_updated_on":"2024-04-26 12:16:08"
        "terminal_id":1233
        "terminal_name":"ABC"
        "terminal_phone":"9696969696"
        "terminal_status":"PROVISIONALLY_ACTIVE"
        "terminal_type":"STOREFRONT"
        "review_remarks":"approved"
    }
    "event_time":"2024-04-26T12:16:08+05:30"
    "type":"TERMINAL_STATUS_UPDATE"
}
```

***
