KM
Integrations

Automation & Webhooks

Pipe every generated asset directly into your automation stack. Build end-to-end content flows without writing code.

Make.com

Catch webhook → modules

n8n

Self-hosted workflow

Zapier

REST hook trigger

Outbound Connection

Link your backend engine

Whenever a new asset is generated, EchoScale AI will POST the full payload (text + image URL + metadata) to the webhook URL below. Use Make.com or n8n to route it into Buffer, Hootsuite, Notion, Airtable — anywhere.

Example payload
{
  "campaign_id": "cmp_8f3a",
  "source_url": "https://example.com/post",
  "tone": "spartan",
  "assets": [
    { "platform": "linkedin", "text": "...", "image_url": "..." },
    { "platform": "twitter",  "text": "...", "image_url": "..." }
  ],
  "created_at": "2026-06-19T10:24:00Z"
}