Skip to content

toggle_notifications

Enable or disable email notifications for new form submissions on a deployment.

Annotations

AnnotationValue
readOnlyHintfalse
destructiveHintfalse
idempotentHinttrue
openWorldHinttrue

Parameters

NameTypeRequiredDescription
deployment_idstringYesThe deployment to configure notifications for
enabledbooleanYestrue 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:

  1. Calls toggle_notifications with the deployment_id and enabled: true.
  2. 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.

Deploy forms and sites from AI conversations.