Help CenterDeveloper & API IntegrationsMake AI Clone
Developer & API Integrations

Make AI Clone

WORKING

How to integrate ESER AI into Make.com (Integromat) scenarios for multi-platform social media publishing.

## Make.com Scenario Guide: Make AI Clone Connect ESER AI to Make.com to trigger automated social media drafting, visual synthesis, and multi-network calendar scheduling. ### Setup Instructions 1. In your Make scenario, add an **HTTP: Make a request** module. 2. Set **URL** to `https://app.eserai.tech/v1/posts`. 3. Set **Method** to `POST`. 4. Add Headers: - `Authorization`: `Bearer YOUR_ESER_API_KEY` - `Content-Type`: `application/json` 5. In the **Request content** field, map your dynamic source variables into the JSON schema: ```json { "account_ids": ["acc_linkedin_123", "acc_x_456"], "content": "{{1.summary_text}}", "scheduled_at": "{{1.next_slot_iso}}" } ```

Was this article helpful?

Reach ESER TECH support for assistance with account setup or API integration.

Contact Support