Skip to main content
Spaces can be configured to send a digest — a summary of recent content — to a webhook endpoint on a scheduled basis. This enables newsletter-style integrations where space activity is delivered to an external system (email platform, Slack, CMS, etc.).

How It Works

The digest system is configured per space by admins. When enabled, Sublay periodically sends a webhook payload to the configured URL containing recent space activity. The exact delivery format and payload structure are determined by the webhook handler on your server.

Fetching Digest Config

Only space admins can fetch the digest configuration:
The digestWebhookSecret is masked in the response when a secret is set. It is never returned in plain text.

Updating Digest Config

Configuration Fields

Hook Reference