Webhook API Endpoints to register webhooks to receive updates on events
/hook/webhook
endpoint. When the action occurs an HTTP POST
message will be sent to the provided URL.
E.g. register a URL to get notified of the status of scheduled post.
The Webhook endpoint URL should not use redirects and must be the final destination URL.
If you only register the Primary Profile webhook, the User Profiles will automatically inherit the Primary Profile webhook.
To have a unique webhook for each User Profile, you must register a webhook for each User Profile.
HTTP POST
, your server must respond with
an HTTP status of 200
to mark the call as successful. If your server does
not respond within 10 seconds, a 503
response will be recorded.200-299
success range, the system will automatically retry the Webhook call two more times. The first retry will occur after 5 seconds and the second retry will occur 30 seconds later. The retries will have the same hookId
and be marked as attempted retries.