
What SMS Configuration Lets You Do
SMS Configuration adds four core capabilities to your voice agent:💬 Send SMS During a Call
While the agent is on a voice call, it can text the caller a static piece of information in real time — such as a calendar link, an address, or any pre-defined link. For dynamic content generated in real time, see the webhook documentation.
✉️ Send SMS After a Call
Automatically send a follow-up message once the call ends — a confirmation, summary, or next steps.
🔄 Continue by SMS
If the caller wants to keep talking after the call ends, the voice agent transitions into an SMS agent and continues the conversation through text. This behavior is configured in the Integrations tab.
✅ Verify Collected Information
After the call, the agent sends an SMS recap of the information it collected — full name, phone, email — and asks the caller to confirm or correct it. Updates are saved automatically.
Adding a Conditional SMS Message
Click the + button to add a new SMS message. Each message has two fields:Custom Message
Enter the text the agent will send. The label changes automatically based on whether the message is sent live during the call (Custom Live-Call Message) or after the call ends (Custom After-Call Message).
Send Condition
Define the condition under which this SMS should be sent. For example: “the caller asks for the booking link” or “the caller agrees to receive a recap by text”.

This example uses placeholders like
[BURGER LINK] and [PIZZA LINK] for clarity. In your real setup, replace these placeholders with the actual links you want the agent to send.How to Trigger an SMS from the Call Flow
For a conditional SMS to actually send, two things must align:📋 Define the Condition Here
In SMS Configuration, write a clear Send Condition — for example, “the user agrees to receive the link by SMS”.
🗺️ Instruct the Agent in the Call Flow
In the Call Flow prompt, tell the agent when to ask permission and when to trigger the SMS — for example: “Ask the user if they want the link by SMS. If they say yes, send the SMS.”

Each
[SEND SMS: ...] line in the call flow corresponds to a conditional SMS you configured in this tab. The two pages work together.Options
Three checkboxes control how SMS behaves for the agent:🟢 Active
Enables SMS functionality for this agent. If unchecked, SMS messaging is disabled and no messages will be sent. Active should be enabled by default.
⚡ Send Live
When checked, the agent can send SMS messages live during the call instead of only after. The Custom Message field automatically updates from “Custom After-Call Message” to “Custom Live-Call Message”.
✅ Verify User Information
After the call, the agent sends an SMS containing the information it collected — full name, phone number, email, and so on — and asks the caller to confirm. If something is wrong, the caller replies with the correction and PulsyAI updates the data in the database automatically.
How Live SMS Works
When Send Live is enabled, two things change automatically: the message label switches from “Custom After-Call Message” to “Custom Live-Call Message”, and the Send Condition should specify that the SMS must be sent immediately during the call rather than after.
How Verify User Information Works

Time to Wait Before Sending Information
When Verify User Information is enabled, a new field appears: Time to wait before sending information. This setting controls how long PulsyAI waits for the caller’s SMS reply before pushing the lead data to your CRM or external system. You can set the wait time in minutes, hours, or days.
How the Wait Time Works
PulsyAI uses the wait time as a safety net to guarantee that every lead reaches your CRM, even if the caller never replies to the verification SMS. Here is the logic:If the caller replies before the wait time
PulsyAI pushes the lead to your CRM with the corrected, verified information — exactly what the caller confirmed by SMS.
If the caller does not reply in time
PulsyAI pushes the lead to your CRM with the original information collected during the call. No lead is ever lost or stuck waiting indefinitely.
Re-Engaging Leads by SMS
SMS is also a powerful tool for re-engagement. If a caller hangs up before the agent can collect their contact information, PulsyAI can automatically follow up by SMS to continue the conversation and even retry multiple times until the lead is captured. These re-engagement workflows are configured in the Integrations tab.Click Save to apply your SMS configuration to the agent.
Next Steps
🗺️ Call Flows
Add the instructions that trigger your conditional SMS messages.
🔌 Integrations
Set up advanced workflows like automatic re-engagement and stale conversation handling.