Objective
Setting up your Vonage API account to receive SMS from your users.
Applies To
- Inbound SMS
- HTTP Request
- Webhook URL
Procedure
To receive an inbound SMS you need to:
- Buy a virtual number from Vonage for your market of interest.
- Set up a Webhook URL, either at the account level or on each individual number.
- We will forward every SMS you receive on the number to your Webhook URL.
Inbound Messages are sent using a GET or POST HTTP request to your Webhook URL. When you receive an inbound message, you must send a 200 OK response. If you do not send the 200 OK, Vonage resends the inbound message for the next 24 hours.
Additional Information
For details on what information you receive for every inbound SMS, see our SMS API Inbound messages developer documentation.
Articles in this section
- How long does Vonage retry inbound SMS/DLRs via SMPP connection?
- How does Vonage prevent spam inbound messages being sent to Vonage rented LVNs?
- Are inbound SMS LVN available all over the world?
- Are inbound SMS free of charge all over the world?
- Can I only receive inbound SMS without sending outbound SMS?
- Why are Verification Codes not received on my virtual number?
- How do I configure inbound SMS using the Vonage extension for Zoho?
- What does it cost to receive an SMS?
- Why am I receiving hexadecimal characters on my inbound messages?
- How can I identify multiple inbound SMS as a concatenated message?