How it works
- You connect your own messaging provider once (Twilio today).
- You enable Send SMS on call for an agent and choose that connection.
- During a call, when it’s useful, the agent texts the person on the call. For example, the caller says “can you text me the link?” and the agent sends it while staying on the call.
- The message is sent through your connected provider account.
You bring your own provider account, so messages are sent from your numbers and billed to you by your provider, at your provider’s rates.
Prerequisites
Before you begin:- An active RevRing account with at least one configured agent
- Your own Twilio account (this can be the same account you use for voice)
- A Twilio Messaging Service with at least one SMS-capable number in its sender pool (recommended). Twilio’s Messaging Service picks the sender for each message and handles compliance features for you.
Setup
Step 1: Connect your provider
- In the RevRing dashboard, go to Connect → Messaging.
- Click Connect provider and choose Twilio.
- Enter the values from your Twilio Console:
- Account SID (starts with
AC) - Auth Token
- Messaging Service SID (starts with
MG) — recommended
- Account SID (starts with
- Click Connect.
Step 2: Enable Send SMS on an agent
- Go to Agents and open the agent.
- Open the Tools tab and find Send SMS on call.
- Turn it on, then:
- Messaging connection — choose the connection from Step 1.
- Send-from number (optional) — the number texts should come from. Leave blank to let your Messaging Service choose the sender. Set a number to always send from it (it must be SMS-capable on your provider account).
- Custom instructions (optional) — override when and how the agent should text the caller.
- Click Save.
Guiding when the agent texts
The agent decides when to send a text based on the conversation and its prompt. To make it reliable, mention it in your agent’s prompt, for example:The agent can only text the person it is currently on the call with. It writes the message itself, in your agent’s voice, based on what the caller asked for.
Using the same number for calls and texts
A common goal is to have a contact see calls and texts from one number. Because your provider account owns the numbers, you control this:- Make sure the number your agent calls from is also SMS-capable in your provider account.
- Add it to your Twilio Messaging Service sender pool, or set it as the agent’s Send-from number.
Manage connections via API
If you provision many agents or brands programmatically, you can manage messaging connections through the API instead of the dashboard. See Messaging Connections.Troubleshooting
”We couldn’t verify those credentials”
Cause: The Account SID or Auth Token is incorrect. Solution: Re-copy both from your Twilio Console and try again. The Account SID starts withAC.
”That Messaging Service SID wasn’t found on the account”
Cause: The Messaging Service SID doesn’t belong to that account. Solution: Confirm the SID (starts withMG) under Messaging in your Twilio Console, and that it’s on the same account as the Account SID you entered.
The agent isn’t texting
Solution:- Confirm Send SMS on call is enabled on the agent and a connection is selected.
- Make sure the connection has a Messaging Service, or set a Send-from number on the agent.
- Confirm the send-from number is SMS-capable in your provider account.
- Encourage the behavior in your agent’s prompt or the tool’s custom instructions.
Next steps
Prompting & Variables
Tell your agent when to text the caller
Tools
See all built-in and custom agent tools
Messaging Connections API
Manage connections programmatically
Connect Messaging
Open the dashboard