Make (Integromat) Integration
Advanced automation with 1500+ app integrations
Build powerful automation workflows with Make (formerly Integromat). Perfect for technical users who need advanced logic, data transformation, and complex workflows.
Make is the most powerful automation platform with 500K+ users. Features visual workflow builder, advanced data operations, and error handling.
Why Choose Make?
- Advanced logic - Conditional branches, filters, iterators
- Data transformation - Parse, format, and transform data on the fly
- Error handling - Built-in retry logic and fallback scenarios
- Real-time - Instant triggers and webhooks
Quick Setup
- Create Account: Sign up at Make.com
- Get API Credentials: Create API key and Campaign in Missinglettr Console
- Create Scenario: Click "Create a new scenario" in Make dashboard
- Add Trigger Module: Select your trigger (Notion, Airtable, etc.)
- Add HTTP Request: Search for "HTTP" and select "Make a request"
HTTP Module Configuration
Method: POST
URL: https://api.missinglettr-api.com/v1/webhooks/campaigns/{campaign_id}/posts
Authentication: Header Auth
Name: X-API-Key
Value: Your API key
Body Type: Raw (application/json)
Body:
{
"content": "{{trigger.postText}}",
"media_urls": ["{{trigger.imageUrl}}"],
"platforms": ["{{trigger.platforms}}"],
"scheduled_for": "{{trigger.publishDate}}"
}Advanced Features
- Router: Send different content to different campaigns based on conditions
- Error Handler: Retry failed posts, log errors, send notifications
- Data Transformation: Format dates, clean text, split arrays
- Webhooks: Create custom webhooks for instant triggers