Setup
- Create a Pro workspace API key
- In Make: HTTP → Make a request
- URL:
https://backend.postsiva.com/... - 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
| Scenario | Endpoint |
|---|---|
| Daily analytics digests | GET /unified/analytics |
| Queue check | GET /unified/scheduled-posts |
| Upload then post | POST media upload → POST /unified/post/image |
| Comment reply | POST /unified/comments/reply |