| Variable | Type | Description |
|---|---|---|
| string | [required] Your login in the system. Usually email | |
| pass | string | [required] Your password in the system |
| Variable | Type | Description |
|---|---|---|
| token | string | Your token is acquired through the token retrieval method: |
| error | int | 0 | 1 - indicates whether there is an error in processing the request |
| message | string | Error message, empty if everything is in order. |
{
"token":"5f0eb980819f0e07b9b14d5dsacxzc6a",
"send_to":"+4915752982212",
"sender_id":"2",
"template_id":"9",
"webhook_callback_url":"https://webhook.site/5557129a-8513-4cb8-ae2e-8aa17a5bb957",
"template_data":{
"var_1":"John",
"order":"777"
}
}
Where:
| Variable | Type | Description |
|---|---|---|
| token | string | [required] Your token is acquired through the token retrieval method. |
| send_to | string | [required] Phone number of the customer. For example: +4915752982212 |
| sender_id | string | [required] IDs Of your sender ID. You can find your Sender IDs here: Sender ID list |
| template_id | string | [required] You can get your template IDs here:Template list |
| webhook_callback_url | string | [optional] Set your server URL to get callbacks |
| template_data | json | [optional] Your dynamic variable names. |
| Variable | Type | Description |
|---|---|---|
| token | string | Your token is acquired through the token retrieval method: |
| error | int | 0 | 1 - indicates whether there is an error in processing the request |
| message | string | Error message, empty if everything is in order. |
| cost | float | SMS cost |
{"error":0,"sms_id":63752087,"message":"Sms has been saved successfully","cost":0.068}
| Variable | Type | Description |
|---|---|---|
| token | string | [required] Your token is acquired through the token retrieval method. |
| send_to | string | [required] Phone number of the customer. For example: +4915752982212 |
| sender_id | string | [required] IDs Of your sender ID. You can find your Sender IDs here: Sender ID list |
| template_id | string | [required] You can get your template IDs here:Template list |
| webhook_callback_url | string | [optional] Set your server URL to get callbacks |
| template_data_as_string | json | [optional] Your dynamic variable names. |
| Variable | Type | Description |
|---|---|---|
| token | string | Your token is acquired through the token retrieval method: |
| error | int | 0 | 1 - indicates whether there is an error in processing the request |
| message | string | Error message, empty if everything is in order. |
| cost | float | SMS cost |
https://smsgateway24.com/getdata/addsmstosenderid?token=5f0eb980819f0e07b9b1432132131d&send_to=+4915752982212&sender_id=1&template_id=8&template_data_as_string={"order":"order1","date":"010202"}
{"error":0,"sms_id":63752087,"message":"Sms has been saved successfully","cost":0.068}