Make
Automate social media with the official RelayAPI app for Make.com. 13+ modules for posts, accounts, media, and webhooks.
Automate social media publishing across 21 platforms using the official RelayAPI app on Make.com. Build visual scenarios with dedicated modules for each operation.
Quick Reference
| Detail | Value |
|---|---|
| Make App | RelayAPI |
| Module Count | 13+ dedicated modules |
| Auth Method | API Key connection |
Available Modules
Actions
| Module | Description |
|---|---|
| Create Post | Publish or schedule a post to any platform |
| Get Post | Retrieve a post by ID |
| List Posts | List posts with status/date filters |
| Update Post | Edit draft or scheduled posts |
| Delete Post | Remove draft, scheduled, or failed posts |
| List Accounts | List all connected social accounts |
| Get Account Health | Check token and permission status |
| Presign Media URL | Get an upload URL for media files |
| Get Usage | View current plan and usage stats |
Instant Triggers
| Module | Description |
|---|---|
| Post Published | Fires when a post publishes successfully |
| Post Failed | Fires when a post fails to publish |
| Post Recycled | Fires when a recurring post is recycled |
| Comment Received | Fires on new comments across platforms |
| Message Received | Fires on new DMs across platforms |
Setup
Find the RelayAPI App
In your Make scenario editor, click + to add a module. Search for "RelayAPI" in the app picker.
Create a Connection
- Click Add to create a new connection
- Name it (e.g., "My RelayAPI Account")
- Paste your API key from relayapi.dev under Settings > API Keys
- Click Save
Test the Connection
Select the Get Usage module, choose your connection, and click Run once. You should see your plan details.
Create a Post
- Add a RelayAPI module, select Create Post
- Select your Connection
- Select Target Accounts from the dropdown (fetched from your connected accounts)
- Enter the post Content
- Set Schedule —
nowto publish immediately, or a future ISO 8601 timestamp - Optionally add Media URLs
Cross-Post to Multiple Platforms
Use Make's Router module to split into parallel paths:
- Trigger (Google Sheets, Webhook, Schedule, etc.)
- Router > Split into paths
- Path A > RelayAPI: Create Post (Twitter, short content)
- Path B > RelayAPI: Create Post (LinkedIn, long content)
Scenario Examples
Scheduled Posting from Google Sheets
- Google Sheets > Watch Rows — Trigger on new rows
- RelayAPI > Create Post — Map columns to content, accounts, schedule
Webhook-Triggered Posting
- Webhooks > Custom Webhook — Receive POST from your app
- RelayAPI > Create Post — Post the incoming content
Retry Failed Posts
- Schedule > Every Hour
- RelayAPI > List Posts — Filter by
failedstatus - Iterator — Loop through results
- HTTP > Make a Request — Call retry endpoint
Links
Found something wrong? Help us improve this page.