> 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/introduction-integrations.md).

# Introduction - Integrations

&#x20;Here you will find everything you need to integrate your company to our messaging platform.&#x20;

### Types of Integration&#x20;

You can integrate through the following methods:&#x20;

| ​                | ​                                                                                                                                                                                                                                                                                                                                                                           |
| ---------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **HTTPS API**    | Allows you to send and receive messages and statuses through HTTPS protocol using the GET or POST methods                                                                                                                                                                                                                                                                   |
| **SMPP API**     | Specific protocol for exchanging SMS messages; it allows you to maintain an active connection with our SMPP server and is suitable for customers whose traffic is over 5 million messages per month                                                                                                                                                                         |
| **SFTP API**     | Protocol used to transfer files; it is suitable for mass messaging (bulk). The files are transferred by the customer to our servers and are immediately processed                                                                                                                                                                                                           |
| **Websphere MQ** | Used to transfer messages between Websphere MQ servers; it is suitable for customers whose traffic is over 30 million messages per month, especially financial banks where the customer already has this system in operation for internal messages. This integration option has an environment setup and maintenance fee, priced at R$50,000.00 and R$2,000.00 respectively |

### API & Integrations Menu.&#x20;

{% hint style="info" %}
API & Integrations&#x20;

* ​[Introduction – Types of Integration​ ](https://doc-messaging.wavy.global/#introduction)
* ​[SMS API​](https://doc-messaging.wavy.global/#sms-api)&#x20;
* ​[WhatsApp API​](https://doc-messaging.wavy.global/#whatsapp-api)&#x20;
* ​[WhatsApp Lists via API​ ](https://doc-messaging.wavy.global/#whatsapp-lists-via-api)
* ​[WhatsApp Messaging via FTP​](https://doc-messaging.wavy.global/#api-sftp-whatsapp)&#x20;
* ​[Campaigns API​](https://doc-messaging.wavy.global/#campaigns-api)&#x20;
  {% endhint %}


---

# 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, and the optional `goal` query parameter:

```
GET https://docs-latam.messaging.sinch.com/technical-documentation/api-and-integrations/introduction-integrations.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
