Overview
useFetchDigestConfig returns a callable function for fetching a space’s digest configuration. Only space admins can access this endpoint.
Usage Example
Parameters
string
required
UUID of the space.
Returns
boolean
Whether digest delivery is enabled for this space.
string | null
The URL digest payloads are sent to.
string | null
Masked as
"••••••••" when a secret is configured. Never returned in plain text.number | null
UTC hour (0–23) when the digest is delivered.
string | null
IANA timezone for interpreting the schedule hour.

