List Email Notifications is a WordPress ability from Fluent Forms — usable via Easy MCP AI, which connects Claude, ChatGPT, and any AI assistant to your site.

Install Free Plugin →

List Email Notifications

Read-only
Fluent Forms Forms fluentform/list-email-notifications

List a form's email notifications with the ids needed to edit them.

Needs the Fluent Forms MCP server switched on in FluentForm → Settings → MCP, and WordPress 6.9+ so wp_register_ability() exists (abilities are only registered when the function is present). Reaching the server also requires a logged-in WordPress user holding at least one FluentForm capability. Each ability additionally checks a specific FluentForm capability (e.g. fluentform_dashboard_access, fluentform_forms_manager, fluentform_entries_viewer, fluentform_manage_entries, fluentform_view_payments, fluentform_settings_manager) via the plugin's own Acl system, and every write ability requires a two-step dry_run → confirm_token round-trip through WriteGuard before anything is persisted. Note (from source comments): a WordPress role granted FluentForm access via the Role Manager passes every per-ability capability check, including delete-submission and bulk delete_permanently — the real boundary for such a user is 'has FluentForm access, restricted to their form scope', not per-tool separation; only individually-assigned 'specific forms' managers are gated the way each ability's declared capability implies.

What it does

Lists a form's configured email notifications, each with its id (needed to update it via upsert-email-notification), name, enabled state, recipient (sendTo), subject, and a short plain-text preview of the message body. Notifications live as individual fluentform_form_meta rows; each row's id is the notification's id.

See it in action

You ask your AI assistant

"What email notifications are set up on form 12, and who do they go to?"

Inputs

Name Type Required Description
form_id integer Yes Required. The form to read notifications for.

Returns

form_id and a notifications array (id, name, enabled, sendTo, subject, and a plain-text message_preview).

Permission

Requires the fluentform_forms_manager, fluentform_settings_manager, or fluentform_dashboard_access capability.

Newsletter

The AI + WordPress space moves fast. Keep up.

New tools, workflow ideas, and product updates — be the first to know what's next.

No spam, unsubscribe anytime.