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

# Dohoo Integrations Overview: n8n, Make, and Zapier

> Connect Dohoo to n8n, Make, Zapier, and AI generation tools to build fully automated content pipelines that publish across every platform.

Dohoo is built to plug into your existing automation workflows. Whether you prefer self-hosted pipelines, visual no-code builders, or AI-powered content generation, the Dohoo REST API gives you a single, consistent interface for uploading media and publishing to every social platform you manage.

## Key integration points

**REST API** is the foundation for all integrations. Every automation tool listed below communicates with Dohoo through the same API — a single `X-API-Key` header and a handful of endpoints are all you need. API access is available on the **Business** and **Agency** plans.

**n8n** is an open-source, self-hosted workflow automation platform. You can build fully custom pipelines that trigger on schedules, webhooks, or file events, then call the Dohoo API to upload and publish content. Official ready-made templates are available in the Dohoo Shop.

**Make (formerly Integromat)** is a visual, drag-and-drop scenario builder. Connect Dohoo to Google Drive, Dropbox, Airtable, or any of Make's hundreds of modules to automate your content pipeline without writing code.

**Zapier** lets you connect Dohoo to 5,000+ apps through simple two-step Zaps. Use the Webhooks by Zapier action to send API requests directly to the Dohoo publishing endpoints.

**AI generation tools** slot in at the very start of the pipeline. Tools like HeyGen, Leonardo AI, Runway ML, and OpenAI generate your content, an automation platform passes it to the Dohoo API, and Dohoo publishes it to your connected social accounts — entirely hands-free.

## The automation pipeline

Every integration follows the same four-stage flow:

```text theme={null}
AI Generation  →  Automation Platform  →  Dohoo API  →  Publish
 (HeyGen,          (n8n, Make,           (upload +      (Instagram,
  Leonardo AI,      Zapier)               publish        YouTube,
  Runway ML,                              endpoints)     TikTok, …)
  OpenAI)
```

1. An AI tool generates your video, image, or copy.
2. An automation platform (n8n, Make, or Zapier) orchestrates the workflow.
3. The Dohoo API receives the file and publishes it to one or more social platforms.
4. Your content goes live — no manual action required.

## Explore the integrations

<CardGroup cols={2}>
  <Card title="n8n" icon="code-branch" href="/integrations/n8n">
    Build self-hosted automation pipelines using HTTP Request nodes and official Dohoo workflow templates.
  </Card>

  <Card title="Make" icon="diagram-project" href="/integrations/make">
    Design visual scenarios in Make's drag-and-drop editor and connect Dohoo to your favourite cloud apps.
  </Card>

  <Card title="Zapier" icon="bolt" href="/integrations/zapier">
    Connect Dohoo to 5,000+ apps with no-code Zaps powered by Zapier's Webhooks action.
  </Card>

  <Card title="API Reference" icon="book" href="/api-reference/introduction">
    Explore every endpoint, request schema, and response format in the full API reference.
  </Card>
</CardGroup>

<Note>
  REST API access is included in the **Business (31.99/mo)  and Agency (** (63.99/mo) plans. The Blogger plan does not include API access. [View pricing](https://dohoo.ai/billing) to upgrade.
</Note>
