Supported platforms
Reviews are only available for Google Business Profile and Facebook.
1. Discover connected accounts
Accounts are connected in the Hrizn dashboard. List them to get theaccount_id values to post with:
2. Create a post
A single post can target multiple platforms via theplatforms[] array. Provide
publish_now: true to publish immediately, or scheduled_for (ISO 8601) plus
scheduled_timezone to schedule.
202 Accepted with the logical id (post_id). Use that id
for get, update,
delete,
unpublish, and
retry.
Platform-specific options
Some platforms accept extra options via a JSON-encodedplatform_specific_data
string on the relevant platforms[] entry:
3. Track status
Status is updated asynchronously. Either pollGET /social/posts/{id} or subscribe to
webhooks:
social.post.publishedsocial.post.scheduledsocial.post.failed
4. Manage reviews
List reviews, generate an AI reply draft, then publish it:social.review.created and
social.review.updated webhooks.
