Overview

The PostPulse Make app provides a visual, no-code way to integrate social media publishing into your automation scenarios. Perfect for content creators, marketers, and agencies who want to automate their posting process.

🎯 Visual Scenarios

Build publishing scenarios using Make's intuitive drag-and-drop interface

🔄 Automation

Trigger posts based on schedules, webhooks, or other Make modules

📱 Multi-Platform

Publish to all 9 supported platforms from a single scenario

🔧 No Coding

Set up complex publishing logic without writing any code

Availability

Under Review: Our Make app is currently under review by the Make team. In the meantime, you can access it via a direct invitation link.

🔗 Get Access Now

Use the invitation link below to install the PostPulse app in your Make account:

Accept Invitation on Make →

Prerequisites

1

Create PostPulse Account

Sign up at post-pulse.com/login

2

Connect Social Accounts

Link your social media accounts at post-pulse.com/app/accounts

3

Create OAuth Application

Go to PostPulse Developer Portal to create an OAuth app and obtain your Client ID and Client Secret.

Set the default callback URL for Make: https://www.make.com/oauth/cb/postpulse

4

Telegram Only

Add the PostPulse bot to your Telegram channels.

Authentication

Configure your PostPulse connection in Make to authenticate with the API.

1

Add any PostPulse module

Drag any PostPulse module into your Make scenario.

2

Click "Add connection"

Provide:

  • Client ID: From your Developer Portal application
  • Client Secret: From your Developer Portal application
  • API Key: Same as Client ID
3

Authorize the app

Authorize the app in the popup. Make will store and refresh tokens automatically.

Make connection setup showing Client ID, Client Secret, and API Key fields

Modules

The PostPulse Make app provides several modules for managing your social media publishing workflow.

Search Connected Accounts

Returns all connected social media accounts from your PostPulse account. Use this to get account IDs needed for publishing posts.

Search Chats

Should be used for Facebook and Telegram accounts. Returns connected Telegram channels or Facebook pages user can publish to.

Make Search Connected Accounts and Search Chats modules

Upload a File

Uploads a media file (binary data) to PostPulse and returns a path. That path should be used in the "Create a Post" module in the "Attachment Paths" input field.

Make Upload a File module with binary data input

Create a File Import

Accepts a public URL to a media file and schedules an import job. Returns an import job ID (to be used in "Get a File Import") and state.

Get a File Import

Returns an import job status by ID. When the file is READY, there will be an s3Key field in response — use it in the "Create a Post" module in the "Attachment Paths" input field.

Make Create a File Import and Get a File Import modules

Create a Post

Simplified single-account scheduling with dynamic fields. The module automatically shows relevant fields based on the selected platform.

Make Create a Post module with platform-specific fields