# Zapier, Make y n8n

Integrar **Dinaup** con plataformas de automatización como **Zapier**, **Make** o **n8n** es una forma sencilla y potente de conectar tus flujos de trabajo. Estas herramientas permiten crear automatizaciones personalizadas mediante **webhooks**, y gracias a **Cloudflare Workers**, puedes transformar y proteger las peticiones antes de que lleguen a Dinaup.

### Conexión vía Webhook

Dinaup permite recibir y enviar datos mediante **webhooks estándar**. Puedes generar una URL de webhook en tu escenario de Zapier, Make o n8n y configurarlo directamente desde Dinaup, o usar un **intermediario inteligente** con Cloudflare.

{% content-ref url="/pages/Mx6PbRWF7UVzq0ktBiYI" %}
[WebHooks](/integraciones/webhook.md)
{% endcontent-ref %}

## Simplifica los WebHooks (Opcional)

Intercalar un **Cloudflare Worker** entre Dinaup y tu herramienta de automatización te permite transformar las URLs o el cuerpo de las solicitudes para adaptarlas fácilmente al formato que esperan plataformas como Make, Zapier o n8n. Ideal para evitar configuraciones complejas en cada paso.

{% content-ref url="/pages/D18iPcUemaFnPhSohWlX" %}
[Cloudflare Worker](/integraciones/cloudflare-worker.md)
{% endcontent-ref %}


---

# Agent Instructions: 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://doc.dinaup.com/integraciones/zapier-make-y-n8n.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.
