> For the complete documentation index, see [llms.txt](https://docs-latam.messaging.sinch.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs-latam.messaging.sinch.com/technical-documentation/api-and-integrations/webhook.md).

# Webhook

## **Webhook**

### **How Do Webhooks Work?**

When we trigger a message from our platform, we receive in return some information; this information can be shared with our customers and directed for other support channels to take any actions.

For instance, we can trigger an HSM from our platform and, if the customer replies with an MO, we can send the information to the webhook of a support channel, where a human conversation is initiated between agent and user.

### **How do I Set Up My Webhook?**

Today, to set up your webhook, just open a ticket through our portal with Wavy’s Customer Service at [Service Center](https://service.sinch.com) and we will help you with your setup.

### **Technical Information**

It is important that this webhook has an HTTPS connection, as this formo f connection is the most secure way to transfer data between computer networks on the internet.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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-latam.messaging.sinch.com/technical-documentation/api-and-integrations/webhook.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.
