yookywooky
02/09/2026, 9:39 PMVapi Support Bot
02/09/2026, 9:41 PMsmsEnabled: true is set for your number. You can verify or update this via the API as shown below:
python
client.phone_numbers.update(
id="your_number_id",
request=UpdateByoPhoneNumberDto(smsEnabled=True),
)
If these settings are correct and the issue persists, the documentation does not specify further SMS-specific webhook settings—this may indicate a system limitation or require Vapi support intervention.
Reference: [Vapi Inbound SMS documentation](https://docs.vapi.ai/phone-numbers/inbound-sms)
Source:
- [Vapi Inbound SMS documentation](https://docs.vapi.ai/phone-numbers/inbound-sms)James Christopher
02/09/2026, 10:09 PMSubhankar Ghosh
02/09/2026, 10:25 PMyookywooky
02/09/2026, 10:37 PMyookywooky
02/09/2026, 10:42 PMSubhankar Ghosh
02/09/2026, 10:50 PMyookywooky
02/09/2026, 10:58 PMSubhankar Ghosh
02/09/2026, 10:59 PMJames Christopher
02/10/2026, 6:25 AMVapi Support Bot
02/12/2026, 2:49 AM