Write an IVR phone-menu script
write_ivr_menuBuild an IVR menu script for your business with greeting, numbered options, and operator line. Supports English, Spanish, or bilingual with optional Spanish switch.
Instructions
Builds a complete IVR (phone menu / auto-attendant) script for a business: greeting, numbered options, optional Spanish-language switch, and the operator line. English, Spanish, or bilingual.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| options | No | Menu options in order (press 1, press 2, …). Defaults to the industry's standard four. | |
| business | Yes | Business name (required). | |
| greeting | No | Custom opening greeting. Default: 'Thank you for calling {business}.' | |
| industry | No | Pick the closest industry; supplies sensible default menu options. | |
| language | No | Menu language. 'both' adds a press-nine Spanish switch. Default: en. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lines | Yes | ||
| recordAt | No | URL of the free web tool that records this menu in a real AI voice. | |
| scriptText | Yes | The full menu as one recordable script. |