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:

Useful modules