configure_autoresponse
Configure the auto-response email sent to form submitters: enable or disable it, customize subject, HTML body, and sender name. If the plan lacks this feature, it returns upgrade instructions.
Instructions
Enable, disable, or configure the auto-response email sent to people who submit a form. Requires FORMSLIST_API_KEY. Auto-responses are a paid-plan feature: if the account's plan does not include them, the result contains the upgrade message and upgrade_url to relay to the user.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| enabled | Yes | Whether the auto-response email is enabled | |
| form_id | Yes | The form ID | |
| subject | No | Subject line of the auto-response email | |
| body_html | No | HTML body of the auto-response email | |
| from_name | No | Sender display name for the auto-response email |