toggle_notifications
Enable or disable email notifications for new form submissions on a deployment.
Annotations
| Annotation | Value |
|---|---|
readOnlyHint | false |
destructiveHint | false |
idempotentHint | true |
openWorldHint | true |
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
deployment_id | string | Yes | The deployment to configure notifications for |
enabled | boolean | Yes | true to enable notifications, false to disable |
Return format
Returns a confirmation with the new notification state:
Email notifications enabled for deployment dep_abc123.Or when disabling:
Email notifications disabled for deployment dep_abc123.Example
User prompt:
Turn on email alerts for my contact form so I get notified when someone reaches out
What Claude does:
- Calls
toggle_notificationswith thedeployment_idandenabled: true. - Confirms that email notifications are now active for that deployment.
Notes
- Notification emails are sent to the email address associated with your Invoker account (the one you used to login).
- This tool is idempotent. Enabling notifications when they are already enabled is a no-op and returns the same confirmation.
- Email notifications and webhooks are independent. You can use both at the same time, one without the other, or neither.
- To check whether notifications are currently enabled for a deployment, use get_status.