Update a routing form
update_routing_formModify an existing routing form: replace its qualifiers, fields, or funnel steps, or update name, slug, progress bar, and structure while leaving those collections unchanged.
Instructions
Update a routing form. Supplying qualifiers, fields or funnelSteps replaces each entire collection, so omitted items are deleted. Leaving those collections out changes only the name, slug or progress bar.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| slug | No | ||
| fields | No | ||
| formId | Yes | ||
| skipForm | No | Route on programmatic answers without rendering the form — required (true) for forms backing Mira web-chat qualification. | |
| qualifiers | No | ||
| funnelSteps | No | ||
| structureType | No | ||
| showProgressBar | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | The formId other tools take | |
| name | No | ||
| slug | No | ||
| fields | No | Fields shown on the form | |
| skipForm | No | ||
| publicUrl | No | ||
| qualifiers | No | Routing rules and their destinations | |
| funnelSteps | No | Funnel steps, each with its own fields | |
| structureType | No | ||
| showProgressBar | No |