Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions fern/chat/sms-chat.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ SMS chat requires a **10DLC-approved Twilio number**. Only customers can initiat
* A [Vapi account](https://dashboard.vapi.ai/) with an existing assistant
* A **10DLC-approved Twilio phone number** (required for assistant responses)
* Basic understanding of phone number management
* A **saved payment method** for a pay-as-you-go organization

<Warning>
SMS replies use the Chat API and follow its billing requirements. Pay-as-you-go organizations need a saved payment method and, if they are less than 30 days old, one completed payment. Without these, Vapi receives the inbound SMS message and creates a session but does not send a reply or show an error in the Dashboard. Voice calls are not affected. See [Chat troubleshooting](/chat/quickstart#troubleshooting) and [Manage billing and credits](/billing/manage-billing-and-credits).
</Warning>

---

Expand Down
1 change: 1 addition & 0 deletions fern/phone-numbers/inbound-sms.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ When enabled, Vapi configures the Twilio Messaging webhook on your number so inb
- **Twilio number in the US**
- **SMS capability enabled** on that number (in Twilio and in Vapi)
- **US-to-US** messaging only
- **Pay-as-you-go billing:** Pay-as-you-go organizations need a saved payment method and, if they are less than 30 days old, one completed payment. Without these, Vapi receives the inbound SMS message and creates a session but does not send a reply or show an error. See [Chat troubleshooting](/chat/quickstart#troubleshooting).

## Set up from the Dashboard

Expand Down
Loading