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_createdHow many active social accounts zedgad attempted to publish to.
publish_logs_postedHow many social posts succeeded.
publish_logs_failedHow many social posts failed.
publish_logs_skippedHow many platforms are connected but not implemented yet.