Send an SMS to a US phone number.
Applet: Textbelt
number — recipient phone number
message — text message to send
sender — optional sender name
apiKey — This authorizes you to use this endpoint
Example
curl -X POST https://sms.yeetdesigns.cc/text
-d number=5551234567
-d "message=Hello from Textbelt"
Send an SMS to a Canadian phone number.
Applet: Textbelt
number — recipient phone number
message — text message to send
apiKey — This authorizes you to use this endpoint
Example
curl -X POST https://sms.yeetdesigns.cc/canada
-d number=5551234567
-d "message=Hello from Textbelt"
Send an SMS to an international phone number.
Applet: Textbelt
number — recipient phone number with country code
message — text message to send
apiKey — This authorizes you to use this endpoint
Example
curl -X POST https://sms.yeetdesigns.cc/intl
-d number=441234567890
-d "message=Hello from Textbelt"