Response

Understand the webhook response.

The response tells your backend whether content was received and how many publish attempts succeeded or failed.

JSON

Success Response

{
  "message": "Content received",
  "content_id": 1,
  "publish_logs_created": 1,
  "publish_logs_posted": 1,
  "publish_logs_failed": 0,
  "publish_logs_skipped": 0
}
publish_logs_created

How many active social accounts zedgad attempted to publish to.

publish_logs_posted

How many social posts succeeded.

publish_logs_failed

How many social posts failed.

publish_logs_skipped

How many platforms are connected but not implemented yet.