📨 Send SMS
This section covers all methods for sending SMS messages through the IPPanel Edge API. You can send messages in various ways depending on your needs.
for changing the sending method, you can use the sending type parameter in the request body.
Base URL​
All SMS sending endpoints use the base URL: https://edge.ippanel.com/v1
Authentication​
All endpoints in this section require authentication. You must include your authorization token in the request header:
Authorization: YOUR_TOKEN_HERE
Available Sending Methods​
The IPPanel Edge API offers multiple methods for sending SMS messages, each suited for different use cases:
- Webservice SMS - Quickly send SMS messages
- Peer to Peer SMS - Send multiple messages to multiple recipients
- Peer to Peer by File - Send multiple messages to multiple recipients using a file
- PostalCode SMS - Send messages using postal codes
- Country SMS - Send messages to all numbers in a specific province or county or city
- Keyword SMS - Send messages using a keyword
- Keyword Phonebook SMS - Send messages using a keyword to a phonebook
- Phonebook SMS - Send messages to one or more phonebooks
- Pattern SMS - Send messages using predefined patterns
- File SMS - Send messages using a file containing phone numbers
- VOTP - Send a VOTP (Voice One-Time Password) message
- URL SMS - Send SMS messages using a URL request
- Cancel Scheduled - Cancel scheduled messages
- Calculate Price - Calculate the price of sending SMS messages
Request Format​
Most SMS sending methods follow a similar request format with variations in parameters. All requests require proper authorization headers and typically use JSON request bodies.
Response Format​
Successful API responses include a data
object with the SMS bulk id and a meta
object with status information. Error responses include details about the specific error encountered.