Aidelly Docs
Integrations

Integrations Overview

Connect Aidelly to no-code tools and your own stack via the REST API.

Aidelly integrates with no-code automation platforms and any tool that can make HTTP requests.

Integration options

Automation & APIs

IntegrationBest for
ZapierConnecting 7,000+ apps without code
MakeVisual automation workflows
n8nSelf-hosted or cloud automation
REST APICustom code integrations

All integrations use the same Aidelly REST API. You call POST /posts with your content and platforms, and Aidelly handles publishing.

Messaging & Notifications

IntegrationBest for
TelegramReceive real-time publish alerts and workspace notifications
SlackTeam notifications and Aidelly updates in Slack

Browser Extension

IntegrationBest for
Chrome ExtensionShare articles and web content to Aidelly from any webpage

Quick reference

Base URL: https://app.aidelly.ai/api/public/v1

Auth header:

Authorization: Bearer YOUR_API_KEY

Minimum post request:

{
  "brand_id": "uuid",
  "content": "Your post text",
  "platforms": ["linkedin", "instagram"],
  "publish_now": true
}

Supported platforms: instagram · tiktok · youtube · x · linkedin · facebook · bluesky · threads · pinterest · google_business

Getting your API key

Generate an API key from Settings → API Keys in your Aidelly dashboard. API access requires an active paid plan.

See Authentication for key scopes and header requirements.