How to Connect Reepl to Make.com
Build automated Make.com scenarios that trigger on Reepl events and manage your LinkedIn content
Connect Reepl to Make.com to build visual automation scenarios. Trigger scenarios when posts publish, drafts are created, or publishing fails, and chain Reepl content actions together with your other tools inside Make's scenario editor.
Before you start: You need a Reepl account and a Make.com account. The Reepl Make.com app uses API key authentication, so you will need to generate a Reepl API key before connecting.
Plan requirements: The Create Carousel action and all webhook triggers require a paid Reepl plan. Other actions are available according to the scopes assigned to your API key.
Generate a Reepl API Key
Open API Keys settings
In Reepl, open Settings and navigate to API Keys.
Create a new key
Click Create API Key. Name the key "Make.com" so you can identify it later.
Select scopes
Choose the scopes your scenarios will need:
- drafts:read and drafts:write — to read and create drafts
- posts:write — to publish, schedule, update, delete, and comment on posts
- carousel:read and carousel:write — to create and manage carousel drafts
- tools:use — required for virality analysis
- webhooks:manage — required for triggers (Reepl registers and tests webhook subscriptions)
- user:read — required to verify the Make connection
Copy the key
Copy the API key. It will not be displayed again after you close the dialog.
Connect Reepl in Make.com
Create a new scenario
In Make.com, click Create a new scenario.
Add a Reepl module
Click the + icon to add a module. Search for Reepl and select it.
Create a connection
When prompted, click Create a connection. Paste your Reepl API key into the connection field and save. Make will verify the key before proceeding.
Available Triggers (Webhooks)
Triggers fire automatically when events occur in Reepl. Add a Reepl trigger as the first module in your scenario.
| Trigger | When it fires |
|---|---|
| Post Published | A post goes live on LinkedIn |
| Draft Created | A new draft is saved in Reepl |
| Publish Failed | A scheduled post fails to publish |
Available Actions
Use action modules anywhere in your scenario to create or modify content in Reepl.
| Action | What it does |
|---|---|
| Create Draft | Saves a new draft post |
| Update Draft | Updates the content or title of an existing draft |
| Delete Draft | Removes a draft |
| Publish Post | Publishes a post to LinkedIn immediately |
| Schedule Post | Schedules a post for a future time |
| Update Post | Edits a scheduled post |
| Delete Post | Removes a scheduled post |
| Publish Now | Immediately publishes a scheduled post |
| Add Comment | Posts a comment on a published LinkedIn post |
| Create Carousel | Creates an AI-generated LinkedIn carousel draft from a topic or source URL |
| Check Virality | Scores content for virality potential |
Example Scenarios
- Google Sheets row to scheduled post — When you add a row to your content calendar sheet, Make reads the content and scheduled date, then calls the Schedule Post module to queue it in Reepl.
- Published post to Airtable — After a post publishes, Make captures the event and writes the post content, URL, and timestamp to an Airtable base.
- Failed publish to email alert — When a post fails to publish, Make sends an email via Gmail or Outlook with the post content so you can retry manually.
- Draft review workflow — When a draft is created in Reepl, Make sends its content to Slack or an approval tool for review.