Enable Automatic Sermon Updates
A webhook is a secure notification sent when content changes. Kleis uses episode webhooks to queue a background refresh instead of requiring a manual full sync after every edit.
Prerequisites
Section titled “Prerequisites”Complete the first sync and make sure WordPress is publicly reachable over HTTPS. You need permission to manage Planning Center webhooks.
Copy the endpoint
Section titled “Copy the endpoint”- Go to Settings > Kleis for Planning Center.
- Find Webhook URL.
- Select the field to highlight the complete URL, then copy it.
- Keep this URL private. It includes a secret that authenticates incoming notifications.

Create the Planning Center webhook
Section titled “Create the Planning Center webhook”- Open the Planning Center Webhooks area linked from the Kleis settings page.
- Create a webhook subscription for Planning Center Publishing episode changes.
- Paste the complete Kleis Webhook URL as the destination.
- Subscribe to episode create, update, and delete events available in the Publishing webhook interface.
- Save and enable the webhook.
- Use Planning Center’s test-delivery feature when available, or make a harmless change to a test episode.
Kleis validates the secret, queues the episode, and refetches the canonical episode data in the background. Delivery and WordPress processing may take a short time.
Verify an update
Section titled “Verify an update”- Change the title of a test episode in Planning Center Publishing.
- Wait briefly, then refresh the corresponding Episode in WordPress.
- Confirm the title changed.
- Restore the original title and confirm that update arrives as well.
You should now see: Publishing episode changes reflected in WordPress without running another manual sync.