Update notification preferences
update_notification_preferencesToggle notification channels for a project by enabling or disabling email, Slack, webhook, and in-app alerts for checks, imports, and invitations without altering webhook endpoints.
Instructions
Notification channel switches: turn the project's notification channels (email, Slack, webhook) on or off. Does not create or change webhook endpoints; use create_webhook or update_webhook for those.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Identifier of the bisibility project to operate on; list_projects returns valid project ids. | |
| alert_email | No | ||
| alert_slack | No | ||
| check_email | No | ||
| alert_in_app | No | ||
| check_in_app | No | ||
| import_email | No | ||
| invite_email | No | ||
| alert_webhook | No | ||
| import_in_app | No | ||
| invite_in_app | No | ||
| idempotency_key | No |