> For the complete documentation index, see [llms.txt](https://docs.omnileads.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.omnileads.net/configuracion-whatsapp-business/proveedores.md).

# Proveedores

## Creación de un Nuevo Proveedor

Para poder activar la canaliad de Whatsapp Business, se debe dar de alta un Proveedor. Al igual que un carrier telefónico, un proveedor de Whatsapp (ya sea Meta o un BSP de negocio - Business Service Provider, en sus siglas en inglés) permitirá conectar OMniLeads a las APIs Oficiales de Whatsapp Business de manera segura y confiable.&#x20;

<figure><img src="/files/YCBr78WigkTPkZduEU5E" alt=""><figcaption></figcaption></figure>

Para ello, se debe acceder al Menú *Conexiones -> Whatsapp -> Proveedores*, y clickear sobre el signo "más" (+) para completar un wizard de alta. Se nos desplegarán formularios según tipo de proveedores homologados (GupShup / Meta):

<figure><img src="/files/j5fTvOCU9LwmmG9mg87E" alt=""><figcaption></figcaption></figure>

## Configurando GupShup

Si elegimos GupShup como proveedor, se nos desplegará el siguente formulario:

<figure><img src="/files/QqMnRgHGBuPcJuBDVXSK" alt=""><figcaption></figcaption></figure>

* **Nombre:** es el nombre que daremos al nuevo proveedor seleccionado para la canalidad.
* **Proveedor:** es el BSP Autorizado (Business Service Provider) que utilizaremos para la integración.
* **API Key:** es la "llave" o "secret" ubicada en la cuenta de GupShup. Recuerde que para dar de alta una cuenta en GupShup y activar la canalidad de Whatsapp Business, debe seguir el [siguiente instructivo](/configuracion-whatsapp-business/integracion-con-gupshup/dar-de-alta-whatsapp-business-en-gupshup.md).
* **Email Partner:** email del partner/ISV de GupShup (si existiese).
* **Password Partner:** secret del partner/ISV de GupShup para esta cuenta (si existiese).

## Configurando Meta

Si por el contrario elegimos **Meta** como proveedor, obtendremos el siguiente formulario:

<figure><img src="/files/ozs8IuOKRTPOpfSEE8Li" alt=""><figcaption></figcaption></figure>

* **Nombre:** es el nombre que daremos al nuevo proveedor seleccionado para la canalidad.
* **Proveedor:** en este caso utilizaremos Meta para la integración.
* **BusinessID:** es el identificador de negocio provisto por Meta visible en la App
* **Token de Acceso Permanente:** es el tocken que hemos generado cuando se ha creado el  Rol de la App.

A partir de aquí ya podemos configurar una [Linea de Whatsapp.](/configuracion-whatsapp-business/lineas.md)


---

# 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.omnileads.net/configuracion-whatsapp-business/proveedores.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.
