| Variabile | Tipo | Descrizione |
|---|---|---|
| string | [obbligatorio] Your login in the system. Usually email | |
| pass | string | [obbligatorio] Your password in the system |
| Variabile | Tipo | Descrizione |
|---|---|---|
| token | string | Il token viene acquisito attraverso il metodo di recupero token: |
| error | int | 0 <unk> 1 - indica se c'è un errore nell'elaborazione della richiesta |
| message | string | Messaggio di errore, vuoto se tutto è in ordine. |
| Variabile | Tipo | Descrizione |
|---|---|---|
| token | string | [obbligatorio] Il token viene acquisito attraverso il metodo di recupero del token. |
| sendto | string | [obbligatorio] Recipient address or phone number. Multiple values can be separated by commas. |
| body | string | [obbligatorio] Message body. Not required when sending an image (see the "file" parameter below) — in that case body will be replaced with the uploaded image URL. |
| device_id | int | [obbligatorio] Id Del Dispositivo |
| sim | int | [obbligatorio] Sim slot: 0 and 1 for SMS. 2 - Whatsapp Business, 3 - WhatsApp Personal. 4 and 5 - RCS. |
| timetosend | string YYYY-MM-DD o YYYY-MM-DD HH:MM:SS |
[opzionale] Tempo indicato per l'invio di un messaggio. Per esempio, 2026-05-29 17:21:27 |
| customerid | int | [opzionale] Numero ID del cliente. Campo opzionale |
| urgent | int | [opzionale] Marks the message as urgent. Useful for OTP and high-priority traffic. |
| file | file (multipart/form-data) | [opzionale] Image file to send (jpeg, png, webp, gif). When provided, the request must be sent as multipart/form-data with POST. The file is uploaded to our S3 storage and its public URL replaces the "body" field, so the image is delivered to the recipient (currently supported on WhatsApp / WhatsApp Business slots) and is also displayed in the corresponding chat. This parameter is fully optional — existing integrations that only send text messages can keep working without any changes. |
| Variabile | Tipo | Descrizione |
|---|---|---|
| error | int | 0 or 1 - indicates whether there is an error in processing the request |
| message | string | Messaggio di errore, vuoto se tutto è in ordine. |
| sms_id | int | Created message identifier in our system. |
{
"error": 0,
"sms_id": 62807347,
"message": "Sms has been saved successfully"
}
| Variabile | Tipo | Descrizione |
|---|---|---|
| string | [obbligatorio] La tua email | |
| pass | string | [obbligatorio] La tua password |
| sendto | string | [obbligatorio] Recipient address or phone number. |
| body | string | [obbligatorio] Corpo del messaggio |
| device_id | int | [obbligatorio] Id Del Dispositivo |
| sim | int | [obbligatorio] Sim slot: 0 and 1 for SMS. 2 - Whatsapp Business, 3 - WhatsApp Personal. 4 and 5 - RCS |
| timetosend | string | [opzionale] Scheduled sending time. |
| customerid | int | [opzionale] Your customer identifier. |
| urgent | int | [opzionale] Marks the message as urgent. |
| Variabile | Tipo | Descrizione |
|---|---|---|
| datajson | string | [obbligatorio] {"token":"df427bfcf113c9a21c67718035076b5b","smsdata":[{"sendto":"015752982212","body":"Test message","sim":1,"timetosend":"2019-07-01 23:50:00","device_id":260},{"sendto":"+4915752982212","body":"Test message 2","sim":1,"timetosend":"2019-07-01 23:50:00","device_id":260,"urgent":1}]} |
| Variabile | Tipo | Descrizione |
|---|---|---|
| error | int | 0 <unk> 1 - indica se c'è un errore nell'elaborazione della richiesta |
| message | string | Messaggio di errore, vuoto se tutto è in ordine. |
{
"token":"df427bfcf113c9a21c6771803501",
"smsdata":[
{
"sendto":"015752982212",
"body":"Your password is 12345",
"sim":1,
"timetosend":"2019-07-01 23:50:00",
"device_id":260,
"customerid":122,
"urgent":1
},
{
"sendto":"015752982212",
"body":"Regular SMS. Not urgnet",
"sim":1,
"timetosend":"2019-07-01 23:50:00",
"device_id":260,
"customerid":122,
"urgent":0
}
]
}
| Variabile | Tipo | Descrizione |
|---|---|---|
| token | string | [obbligatorio] Il token viene acquisito attraverso il metodo di recupero del token. |
| device_id | string | [opzionale] Id Del Dispositivo |
| status | int |
[opzionale]
|
| begindate | string YYYY-MM-DD or YYYY-MM-DD HH:MM:SS |
[opzionale] Begin Date Time |
| enddate | string YYYY-MM-DD or YYYY-MM-DD HH:MM:SS |
[opzionale] End Date Time |
| sim | int | [opzionale] Sim slot: 0 and 1 for SMS. 2 - Whatsapp Business, 3 - WhatsApp Personal. 4 and 5 - RCS # 0 or 1 |
| customerid | int | [opzionale] Numero ID del cliente. Campo opzionale |
| onlycount | int | [opzionale] 0 | 1 conteggio solo |
| phone | string | [opzionale] 0 | 1 Filtro numero di telefono |
| orderbydesc | int | [opzionale] 0 | 1 Order by any field |
| timezone | int | [opzionale] Specifica il tuo fuso orario locale, ad esempio impostandolo in Australia/Sydney. |
| Variabile | Tipo | Descrizione |
|---|---|---|
| token | string | Il token viene acquisito attraverso il metodo di recupero token: |
| error | int | 0 <unk> 1 - indica se c'è un errore nell'elaborazione della richiesta |
| message | string | Messaggio di errore, vuoto se tutto è in ordine |
| count | int | SMS amount |
| smss | int | JSON object |
{
"smss": {
"62050971": {
"id": 62050971,
"sendto": "+4912312312332",
"body": "Hello! Thank you for Order! ",
"customerid": null,
"status": 2,
"statustitle": "sending",
"deviceid": 11231,
"urgent": null,
"created": {
"date": "2023-11-02 22:44:43.000000",
"timezone_type": 3,
"timezone": "Europe/Paris"
},
"senttime": null,
"timetosend": null,
"paketid": null,
"pakettitle": null,
"paketbody": null
},
"62051117": {
"id": 62051117,
"sendto": "+4912312312332",
"body": "Hello! Thank you for Order! ",
"customerid": null,
"status": 7,
"statustitle": "delivered",
"deviceid": 11231,
"urgent": null,
"created": {
"date": "2023-11-02 22:46:09.000000",
"timezone_type": 3,
"timezone": "Europe/Paris"
},
"senttime": null,
"timetosend": null,
"paketid": null,
"pakettitle": null,
"paketbody": null
}
}
}
| Variabile | Tipo | Descrizione |
|---|---|---|
| token | string | [obbligatorio] Il token viene acquisito attraverso il metodo di recupero del token. |
| title | string | [obbligatorio] Nome etichetta |
| Variabile | Tipo | Descrizione |
|---|---|---|
| tag_id | int | Tag ID |
| error | int | 0 <unk> 1 - indica se c'è un errore nell'elaborazione della richiesta |
| message | string | Messaggio di errore, vuoto se tutto è in ordine. |
{
"error": 0,
"tag_id": 8303,
"message": "OK"
}
| Variabile | Tipo | Descrizione |
|---|---|---|
| token | string | [obbligatorio] Il token viene acquisito attraverso il metodo di recupero del token. |
| phone | string | [obbligatorio] phone number |
| ctag_id | int | [obbligatorio] Tag ID |
| string | [obbligatorio] Nome del tuo cliente |
| Variabile | Tipo | Descrizione |
|---|---|---|
| contact_id | int | Contact Id |
| error | int | 0 <unk> 1 - indica se c'è un errore nell'elaborazione della richiesta |
| message | string | Messaggio di errore, vuoto se tutto è in ordine. |
{"error":0,"contact_id":15954765,"message":"ok"}
| Variabile | Tipo | Descrizione |
|---|---|---|
| token | string | [obbligatorio] Il token viene acquisito attraverso il metodo di recupero del token. |
| title | string | [obbligatorio] Titolo della newsletter |
| device_id | string | [obbligatorio] Id Del Dispositivo |
| body | string | [obbligatorio] Corpo messaggio obiettivo |
| tags | string | [obbligatorio] Tag Id. Può essere diverso, separato da virgole. Per esempio: 12,13,14 |
| sim | int | [obbligatorio]Sim slot: 0 and 1 for SMS. 2 - Whatsapp Business, 3 - WhatsApp Personal. 4 and 5 - RCS 0 or 1 |
| time_to_send | int, default = 0 | [obbligatorio]Date time when Newsletter should be sent. Do not forget tap start on device. DD.MM.YYYY H:i:s |
| Variabile | Tipo | Descrizione |
|---|---|---|
| contact_id | int | Id Contatto |
| error | int | 0 <unk> 1 - indica se c'è un errore nell'elaborazione della richiesta |
| message | string | Messaggio di errore, vuoto se tutto è in ordine. |
| paket_id | int | Package ID |
| Variabile | Tipo | Descrizione |
|---|---|---|
| token | string | [obbligatorio] Il token viene acquisito attraverso il metodo di recupero del token. |
| Variabile | Tipo | Descrizione |
|---|---|---|
| count | int | Numero di dispositivi: |
| device | json |
|
| message | string | Messaggio di errore, vuoto se tutto è in ordine. |
{
"count": 2,
"device": {
"1576": {
"id": 1576,
"title": "AOSP_on_IA_Emulator",
"number": null,
"imei": "358240051111110",
"created": {
"date": "2020-03-28 20:10:29.000000",
"timezone_type": 3,
"timezone": "UTC"
},
"createdhumanformat": "28.03.2020 20:10:29",
"lastseen": {
"date": "2020-04-23 17:02:21.000000",
"timezone_type": 3,
"timezone": "UTC"
},
"lastseenhumanformat": "23.04.2020 17:02:21",
"serialnumber": "EMULATOR30X0X5X0",
"siminfo": [
{
"Slot": "0",
"IccId": "89014103211118510720",
"Number": " 15555215554",
"Roaming": "0",
"CountryIso": "us",
"CarrierName": "Android (T-Mobile)"
}
],
"appversion": "12.1.21",
"isappversionactual": false,
"delaybetweeneachsms": null,
"delaybetweenrequest": 1,
"subscription": true
},
"1297": {
"id": 1297,
"title": "Android_SDK_built_for_x86",
"number": null,
"imei": "null",
"created": {
"date": "2020-01-20 14:01:05.000000",
"timezone_type": 3,
"timezone": "UTC"
},
"createdhumanformat": "20.01.2020 14:01:05",
"lastseen": {
"date": "2020-04-20 20:51:34.000000",
"timezone_type": 3,
"timezone": "UTC"
},
"lastseenhumanformat": "20.04.2020 20:51:34",
"serialnumber": "unknown",
"siminfo": [
{
"Slot": "0",
"IccId": "8949226172233934327",
"Number": "+4915752982212",
"Roaming": "1",
"CountryIso": "de",
"CarrierName": "Drillisch (o2)"
}
],
"appversion": "12.1.21",
"isappversionactual": false,
"delaybetweeneachsms": 5,
"delaybetweenrequest": 10,
"subscription": false
}
}
}
| Variabile | Tipo | Descrizione |
|---|---|---|
| token | string | [obbligatorio] Il token viene acquisito attraverso il metodo di recupero del token. |
| sms_id | int | [obbligatorio] Sms Id |
| Variabile | Tipo | Descrizione |
|---|---|---|
| sms_id | int | SMS ID |
| status | int | SMS Status
|
| status_description | string | Nome Stato |
| error | int | 0 | 1 - si è verificato un errore nell'elaborazione della richiesta |
| message | string | Messaggio di errore, vuoto se tutto è in ordine. |