Make Modules Reference
Complete reference for all SocialRails Make modules with input/output fields, examples, and troubleshooting.
All available modules for the SocialRails Make integration.
Instant Triggers
Watch Post Published
Fires immediately when a post is successfully published. Uses webhooks for real-time delivery.
Output Fields:
Watch Post Failed
Fires immediately when a post fails to publish.
Output Fields:
Watch Post Scheduled
Fires immediately when a new post is scheduled.
Output Fields:
Actions
Create a Post
Schedule or draft a new social media post.
Input Fields:
Output Fields:
Batch Create Posts
Create the same post across multiple platforms at once.
Input Fields:
Output Fields:
Update a Post
Update a draft or scheduled post. Only draft and scheduled posts can be updated.
Input Fields:
Delete a Post
Delete a draft or scheduled post. Published and failed posts cannot be deleted.
Input Fields:
Output Fields:
Generate AI Content
Generate social media copy using AI. Costs 2 AI credits per request.
Input Fields:
Output Fields:
Upload Media
Upload an image or video from a URL. Use the returned key in Create a Post or Batch Create Posts.
Input Fields:
Output Fields:
Get Analytics
Pull engagement metrics for your workspace.
Input Fields:
Output Fields:
Get Account Settings
Get platform capabilities, character limits, and workspace defaults for a specific connected account.
Input Fields:
Output Fields:
Get Workspace Info
Retrieve workspace details, plan limits, and current usage.
Output Fields:
Searches
Get a Post
Find a specific post by its ID.
Input Fields:
Output Fields:
List Posts
List posts with optional filters.
Input Fields:
List Accounts
Get all connected social media accounts in your workspace.
Output Fields:
Multi-Step Scenario Example
A complete scenario that generates AI content, uploads an image, and schedules a batch post:
Module 1 — Scheduler: Run every Monday at 9:00 AM
Module 2 — SocialRails: Generate AI Content
- Prompt: "Write a motivational post for the start of the work week. Keep it under 280 characters."
- Tone: inspirational
Module 3 — SocialRails: Upload Media
- URL: Map from a previous module or use a static URL
Module 4 — SocialRails: Batch Create Posts
- Content: Map
contentfrom Module 2 - Platforms: twitter,linkedin,threads
- Schedule For: Map from the scheduler
- Media Keys: Map
keyfrom Module 3