request-human-review-with-form
Submit structured data for human review using customizable forms to integrate approval workflows into AI agents and automations.
Instructions
Request a human review with a form. NOTE: If you don't have a form ID yet, list all available forms using the list-forms tool first. To know what to pass for fieldData, you need to fetch the schema for the form fields using the get-form-schema tool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| formId | Yes | The form ID to request a human review for | |
| fieldData | Yes | The field data to include in the review request. Note that this is a dynamic schema that you need to fetch first using the get-form-schema tool. | |
| metadata | No | Optional additional data that will be incl. in the webhook response after form submission. Incl. everything required to proceed with your workflow. | |
| assignToUsers | No | Optional list of user emails to assign the review to |