Skip to main content
Make.com has no native Postsiva app — use the HTTP module against the REST API (same pattern as Zapier).

Setup

  1. Create a Pro workspace API key
  2. In Make: HTTP → Make a request
  3. URL: https://backend.postsiva.com/...
  4. Headers:
    • X-API-Key: psk_live_…
    • Content-Type: application/json

Example scenario

Cron → HTTP POST publish text:
  • Method: POST
  • URL: https://backend.postsiva.com/unified/post/text
  • Body:
{
  "platforms": ["linkedin", "threads"],
  "default_text": "Automated update from Make."
}

Useful modules

ScenarioEndpoint
Daily analytics digestsGET /unified/analytics
Queue checkGET /unified/scheduled-posts
Upload then postPOST media upload → POST /unified/post/image
Comment replyPOST /unified/comments/reply