Skip to main content
The Social API lets you publish and schedule posts across every connected platform and manage reviews — all through one unified surface modeled on the underlying Zernio system. Posting and scheduling are handled by Zernio; the API reflects status asynchronously.

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 the account_id values to post with:

2. Create a post

A single post can target multiple platforms via the platforms[] array. Provide publish_now: true to publish immediately, or scheduled_for (ISO 8601) plus scheduled_timezone to schedule.
The response is 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-encoded platform_specific_data string on the relevant platforms[] entry:

3. Track status

Status is updated asynchronously. Either poll GET /social/posts/{id} or subscribe to webhooks:
  • social.post.published
  • social.post.scheduled
  • social.post.failed

4. Manage reviews

List reviews, generate an AI reply draft, then publish it:
New and updated reviews emit social.review.created and social.review.updated webhooks.

Scopes

Last modified on June 30, 2026