Update form response is a WordPress ability from Jetpack — usable via Easy MCP AI, which connects Claude, ChatGPT, and any AI assistant to your site.

Install Free Plugin →

Update form response

Write
Jetpack Backup & Site Management jetpack-forms/update-response

Change the status or read state of a single Jetpack Forms response — mark as spam, trash, restore, or toggle read/unread.

Requires the Jetpack plugin on WordPress 6.9+. Abilities are registered by several bundled Jetpack packages (automattic/jetpack-backup, jetpack-connection, jetpack-forms, jetpack-stats) plus the main plugin's own registrars for Related Posts, Shortlinks, Sitemaps, Newsletter/Subscriptions, and Monitor. Permission requirements vary by ability — most gate on 'manage_options', 'jetpack_admin_page', or 'view_stats', while Forms abilities use 'edit_pages'. Backup abilities only register when a Backup product/plan is active; Sitemaps, Monitor, and Newsletter abilities only register when their respective module is turned on.

What it does

This ability modifies a single Jetpack Forms response identified by its required id. It can update the response's status to publish (restore), spam (mark as spam), or trash (soft delete), and independently set the is_unread flag to mark the response as read or unread. Internally it issues requests to Jetpack's feedback REST endpoints (/wp/v2/feedback/{id} and /wp/v2/feedback/{id}/read) and returns the merged result of whichever updates were requested.

See it in action

You ask your AI assistant

"Mark form response #482 as spam and flag it as read."

Inputs

Name Type Required Description
id integer Yes The response ID to update.
status string No New status: "publish" (restore), "spam" (mark spam), or "trash" (soft delete).
is_unread boolean No Set false to mark as read, true to mark as unread.

Returns

The updated response data (status and/or read-state) returned by the underlying Jetpack feedback REST endpoints.

Permission

The current user must have the 'edit_pages' 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.