Set up webhooks to receive real-time notifications from Publive
Webhooks allow you to receive real-time HTTP callbacks when events occur in your Publive CMS, such as content being published or a reader joining your newsletter.
Signature verification is optional. To enable it, generate your own HMAC-SHA256 secret and add it as the Api Secret when configuring the webhook. Use the same secret in your endpoint to compute an HMAC-SHA256 signature of the request body and compare it against the value Publive sends, to confirm the request originated from Publive.