Mallary for Make is the official Mallary social media automation app for Make.com.
Use one visual workflow to publish and schedule social posts, upload media, read comments, post approved replies, check analytics, manage profiles, and react to Mallary events.
- Publish to Facebook, Instagram, Threads, LinkedIn, YouTube, TikTok, Pinterest, Reddit, Snapchat, and X.
- Use a different message or title for each platform.
- Upload an image or video from an earlier Make module.
- Watch publishing events and continue a scenario right away.
- Read comments and send a reply you already approved.
- Check post results, platform post IDs, platform links, and analytics.
- Manage Mallary profiles, connected platforms, settings, and webhooks.
- Call newer Mallary API routes with the advanced universal module.
Some modules make real changes outside Make.
- Create or Schedule a Post can publish to real social accounts.
- Reply to a Comment posts the exact reply on a live social network.
- Upload Media sends the selected file to Mallary storage.
- Delete and disconnect modules require a separate confirmation field.
- Keep your Mallary API key in a Make connection. Do not put it in module fields, logs, or scenario notes.
- Install the official Make Apps Editor extension in VS Code.
- Clone this repo.
- Open the folder that contains
makecomapp.json. - Sign in to Make from the extension.
- Create or choose a private Mallary custom app.
- Link the local app to that private app.
- Deploy the full local app.
- Upload
assets/mallary.pngas the app logo. - Create a Mallary connection with a test API key.
- Run the review checklist in
REVIEW.md.
The origins list is empty on purpose. The Apps Editor adds your own Make environment mapping. Never commit a Make API token.
Create a Mallary API key in the Mallary dashboard. Save it only in the Mallary connection in Make.
Every Mallary API request sends:
Authorization: Bearer <api-key>x-mallary-client: make
The second request in Upload Media goes to a temporary object-storage URL. It does not send the Mallary API key.
Watch Mallary Events creates a Mallary webhook when the trigger is enabled and removes it when the trigger is deleted. Mallary signs each delivery. The webhook communication checks the signature before it outputs the event.
npm testThis validates the catalog, JSON source, source header, protected connection use, direct binary upload safety, universal route safety, and destructive confirmations.