Timur
05/23/2025, 6:24 AMVapi Support Bot
05/23/2025, 6:26 AMsms
tool to your assistant's configuration. For example:
json
"tools": [
{
"type": "sms",
"metadata": {
"from": "+15551234567"
}
}
]
This allows your agent to send texts via a configured Twilio account. Receiving SMS is not documented as supported.
See the [Vapi docs for details](https://docs.vapi.ai/tools/default-tools#send-text).
Source:
- [Vapi Docs: Default Tools Send Text](https://docs.vapi.ai/tools/default-tools#send-text)