Skip to main content
In the main script, it is essential to clearly define what the agent should say and how each scenario should be handled. Every situation must follow a structured response logic so the agent always knows exactly how to proceed. The script should be well organized, with clearly connected sections that guide the conversation smoothly from one step to the next. Overall, it should be designed as a decision tree, ensuring that each response logically leads to the appropriate next action. Most important to remember:
  • Always write the prompt using clear decision-tree logic and explicitly reference the next step or path after each section.
  • Clearly define the inbound and the outbound case.
  • Minimize the agent’s room for interpretation by providing clear guidance for every possible direction the conversation may take.

Introduction

The introduction should clearly establish who the agent is speaking with, explain the purpose of the call, and determine whether there is initial interest.It is also highly beneficial to use {{variables}} to create a more natural and personalized interaction. In addition, incorporating conditional statements provides the agent with clear guidance on when to take which action, ensuring the conversation follows a structured and predictable flow.

Situation and Pitch

The next step focuses on qualifying the prospect by guiding the conversation from situational context, to needs discovery, to value positioning, and ultimately toward securing a meeting while addressing potential objections along the way.Here as well, incorporating {{variables}} helps create a more personalized and natural dialogue. Additionally, using conditional statements and clearly referencing possible objections ensures the agent has structured guidance on how to respond in different scenarios and how to move the conversation forward effectively.

Meeting

The next step is to offer the prospect a meeting, provided that qualification and objection handling have been successful. This process can be automated by integrating a calendar directly within the agent settings, allowing the agent to schedule the meeting (see more in Tool Calls).

Objection Handling

It is important to equip the agent with clear objection handling strategies. This ensures the agent can respond confidently and guide the conversation towards scheduling a meeting. Important here is that the objections are referenced in the Situation and Pitch section to make sure that the agent uses them correctly.

Confirmation

In the scheduling and confirmation stage, the agent can use the calendar tool call to book a meeting directly. During this step, the agent is also able to collect and confirm all relevant contact details, such as the email address and phone number, ensuring the appointment is scheduled accurately and all necessary information is properly documented.