find_form_usage
Check where a specific ticket form is referenced across triggers, automations, macros, and views to assess if it's safe to retire.
Instructions
Find every reference to a ticket form across triggers, automations, macros, and views, returns references with why_matched breadcrumbs. The right tool for "is it safe to retire this form?" Operates over the cached verbose corpus, no extra HTTP. For broader form hygiene (forms with no active rules, etc.), audit_field_health covers the form-side checks too.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| form_id | Yes | Ticket form ID | |
| refresh | No | Bypass cache and re-fetch the corpus from Zendesk | |
| instance | No | Override the sticky instance for this call |