set_form_submission_notification
Enable or disable email notifications for a user when a form submission is received. Manage per-user notification settings for form views.
Instructions
Toggle email-on-submit notifications for a specific user on a form view. Per-user, not per-form (separate from set_form_metadata).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appId | Yes | The Airtable base/application ID | |
| viewId | Yes | The form view ID | |
| userId | Yes | The Airtable user ID to enable/disable notifications for (usr-prefixed) | |
| shouldEnable | Yes | true to send email-on-submit, false to stop | |
| debug | No | When true, include raw Airtable response in output for diagnostics |