The official Mallary app is ready for Make Marketplace submission. This page will link to the public listing after Make approves it.
What you can do
- Publish now or schedule a post.
- Post to one or many social platforms.
- Use a different message or title for each platform.
- Upload an image or video from an earlier Make module.
- List posts and check publishing jobs.
- Get the final post ID and link from each platform.
- Read comments and post the exact reply you approve.
- Read views, likes, comments, shares, clicks, reach, and impressions.
- List, create, and rename Mallary profiles.
- List or disconnect connected platforms.
- Read and update profile settings.
- Create, list, and delete webhooks.
- Start a scenario when Mallary sends a publishing event.
- Call a newer Mallary API route with Make an API call.
Connect your Mallary account
- Open the Mallary dashboard.
- Create a separate API key for Make.
- In Make, add a Mallary module to your scenario.
- Click Add next to the Mallary connection field.
- Paste the API key into the private connection form.
- Save the connection.
- Run List Profiles to test it.
Publish a post
Use Create or Schedule a Post. Add:- The default message.
- One or more platforms.
- A profile ID when you do not want the default profile.
- Any Mallary media URLs.
- A date and time when the post should be scheduled.
- Platform Options JSON when a platform needs its own message, title, privacy choice, board, subreddit, or other setting.
Upload a file
Use Upload Media when an earlier Make module gives you a file name and file data. The module:- asks Mallary for a short-lived upload URL,
- sends the file bytes to Mallary storage,
- returns a public
https://files.mallary.ai/...media URL.
Work with comments
Use List Comments with a Mallary post ID. Leave the platform blank to check every supported platform in a grouped post. Use Reply to a Comment only after the reply text is ready.Watch Mallary events
Use Watch Mallary Events to start a scenario when Mallary sends one of these events:post.scheduledpost.publishedpost.failedpost.partialauto_reply.posted
Destructive actions
These modules can remove content or access:- Delete a Pending Post
- Disconnect a Platform
- Delete a Webhook
Advanced API calls
Use Make an API call when Mallary adds an API route before a focused Make module is ready.- Enter a relative path such as
/api/v1/profiles. - Do not enter a full URL.
- You do not need to add the Mallary authorization header.
- The app always sends
x-mallary-client: makeso Mallary can show Make usage in observability.
Source and support
- Source: github.com/mallarylabs/make-app-mallary
- Mallary API: API overview
- Website: mallary.ai/integrations/make

