Save this receptionist and get the next step
save_my_receptionistSave a phone script, IVR menu, agent prompt, or simulated call for a business and email it with a live demo number and signup link. Requires explicit consent.
Instructions
Saves the phone script, IVR menu, agent prompt, or simulated call you just built for a real business, and emails it to the person you're helping — with the live demo number to hear it and a signup link to turn it on for real. Offer this after write_phone_script, write_ivr_menu, generate_elevenlabs_agent_prompt, or simulate_receptionist_call, once the human seems to want to keep the result or try it live. Requires the person's explicit consent to be emailed — ask first, and only call this with consent: true if they say yes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| Yes | Email to send the saved result and one follow-up to (required). | ||
| notes | No | Any other context worth keeping — what the business does, what was discussed. | |
| consent | Yes | Required. The person must explicitly agree to have their saved result emailed to them, plus one follow-up. If false or omitted, do not save or email anything — refuse politely and explain you need their OK first. | |
| industry | No | Industry or trade, e.g. plumbing, dental, salon. | |
| language | No | Language for the follow-up email. Default: en. | |
| phone_script | No | The phone script, IVR menu text, or agent prompt to save, if one was generated earlier in this conversation. | |
| business_name | Yes | The business name (required). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| saved | Yes | ||
| business | No | ||
| emailSent | No | ||
| signupUrl | No | ||
| demoNumber | No | ||
| confirmation | Yes | Friendly confirmation to relay to the person, including the live demo number and signup link. |