Tool to update the details of an existing form including name, template, fields and settings. Use when you need to modify form properties, update field configuration, or change form behavior.
idRequiredstringThe unique form key (32-character hex string) of the form to update. Obtained from list_forms or create_form endpoints.
namestringDisplay name for the form
fieldsarrayArray of field objects to update form field configuration. Each field must include field_type_id and label, and may include default_value, row, col, step, options, required, hide, and readonly.
type_idintegerNumeric ID of the form type. Use 1 for Regular form (most common).
receiversarrayList of email addresses to receive form submission notifications
show_errorsstringError display setting for form validation errors.
template_idintegerNumeric ID of the form template to use. Common values: 1 (Blank form), 84 (Planets theme), 85 (Cyanic Globe theme).
success_messagestringSuccess message displayed to users after successful form submission
submit_button_labelstringCustom label text for the form submit button
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.