The official Mallary app has been submitted to Make and is under review for Marketplace publication. This page will link to the public listing after Make approves it.
The three modules
Create a Post
Publish now or schedule a post on one or more connected social platforms. You can:- add your message,
- choose the platforms,
- choose a Mallary profile,
- upload one image or video from an earlier Make step,
- use more files that are already hosted at
files.mallary.ai, - set a date and time,
- add comments under the post, and
- add options for each platform.
Make an API Call
Use any supported Mallary API route with your saved Mallary connection. This gives you access to profiles, connected platforms, posts, jobs, comments, replies, analytics, audience counts, settings, webhooks, and new API features.Watch Mallary Events
Start a Make workflow when Mallary schedules, publishes, partly publishes, or fails a post.Connect your Mallary account
- Open the Mallary dashboard.
- Create a separate API key for Make.
- Add a Mallary module to your Make scenario.
- Click Add next to the Mallary connection field.
- Paste your API key into the private connection form.
- Save the connection.
- Use Make an API Call with
GET /api/v1/profilesto test it.
Publish a post
Use Create a Post. Add:- Your message.
- One or more platforms.
- A profile ID if you do not want to use your default profile.
- An image or video if you need one.
- A date and time if you want to schedule the post.
- Platform options if a platform needs its own message, title, privacy choice, board, subreddit, or other setting.
Upload a file while posting
Turn on Upload one file inside Create a Post. Map the file name and file data from an earlier Make step, then choose its content type. Mallary creates a short-lived upload URL, sends the file to Mallary storage, and adds the newhttps://files.mallary.ai/... URL to your post.
Use the full Mallary API
Use Make an API Call for any feature that is not shown inside Create a Post.- Choose
GET,POST,PUT,PATCH, orDELETE. - Enter a relative path such as
/api/v1/profiles. - Add query values in the Query string field.
- Add write data in the JSON body field.
- Do not enter a full URL.
- Do not add the Mallary authorization header. The saved connection adds it for you.
GET /api/v1/profilesGET /api/v1/platformsGET /api/v1/postsGET /api/v1/audienceGET /api/v1/comments
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
Source and support
- Source: github.com/mallarylabs/make-app-mallary
- Mallary API: API overview
- Website: mallary.ai/integrations/make

