Send SMS message over query parameters

Here you can send a single SMS message to one or multiple recipients using a “GET” HTTP method.

Warnings:

  1. It's not recommended to use this method unless your system is designed to integrate with APIs that use “Get” methods to send SMS messages via the API. Otherwise, using this method may produce results that are not intended by the user.

  2. the entire query must not exceed 2048 Characters.

Query Params
string
required

The authentication key you’ve generated on your account on Javna CPaaS

string
required

An array of the recipients' mobile numbers, separated by commas. Each number must be in international format.

Example: destinations=962791234567,962781234567

string

The sender name. By default, the sender name is set to the default sender defined in your account. If no sender name is specified, the default sender name will be used. Only approved names are accepted. You can set the sender name after logging into your Javna CPaaS account under 'SMS Sender IDs'.

string
required

The content of the message you’re sending

string

Custom information used to pass contextual data through the API call, which is returned in the corresponding webhooks. This can be useful for tracking, identification, or processing purposes on your end.

string

Additional data that can be used for identifying, managing, or monitoring a message. Data included here will be automatically included in the API Response.

Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json