set_issue_digest_config
Create or update the authenticated customer's issue-surfacing digest config. ADMIN only. Only the fields you provide are changed; any field you omit keeps its current value. If mode is provided it must be one of OFF, INTERNAL, LIVE. When no config exists yet for the customer, omitted fields fall back to sensible defaults. Returns the saved config as JSON.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | Digest mode: OFF, INTERNAL, or LIVE. Omit to keep the current mode. | |
| lookbackDays | No | Number of days to look back when generating the digest. Omit to keep the current value. | |
| scheduleCron | No | Cron expression for the digest schedule. Omit to keep the current value. | |
| splitMessages | No | Post each surfaced issue as its own Slack message instead of one combined digest (for message-based integrations like Linear's Slack bot). Omit to keep the current value. | |
| scheduleTimezone | No | Timezone for the schedule (e.g. UTC). Omit to keep the current value. | |
| deliveryChannelId | No | Slack channel id to deliver the digest to. Omit to keep the current value. |