| Variable | Typ | Beschreibung |
|---|---|---|
| string | [benötigt] Your login in the system. Usually email | |
| pass | string | [benötigt] Your password in the system |
| Variable | Typ | Beschreibung |
|---|---|---|
| token | string | Ihr Token wird durch die Token-Abruf Methode übernommen: |
| error | int | 0 | 1 - zeigt an, ob ein Fehler bei der Bearbeitung der Anfrage aufgetreten ist |
| message | string | Fehlermeldung, leer, wenn alles in Ordnung ist. |
| Variable | Typ | Beschreibung |
|---|---|---|
| token | string | [benötigt] Ihr Token wird über die Token-Abfragemethode erworben. |
| sendto | string | [benötigt] Recipient address or phone number. Multiple values can be separated by commas. |
| body | string | [benötigt] 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 | [benötigt] Geräte-ID |
| sim | int | [benötigt] Sim slot: 0 and 1 for SMS. 2 - Whatsapp Business, 3 - WhatsApp Personal. 4 and 5 - RCS. |
| timetosend | string YYYY-MM-DD oder YYYY-MM-DD HH:MM:SS |
[optional] Zeit zum Senden einer Nachricht. Zum Beispiel 2026-05-29 17:21:28 |
| customerid | int | [optional] ID-Nummer Ihres Kunden. Optionales Feld |
| urgent | int | [optional] Marks the message as urgent. Useful for OTP and high-priority traffic. |
| file | file (multipart/form-data) | [optional] 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. |
| Variable | Typ | Beschreibung |
|---|---|---|
| error | int | 0 or 1 - indicates whether there is an error in processing the request |
| message | string | Fehlermeldung, leer, wenn alles in Ordnung ist. |
| sms_id | int | Created message identifier in our system. |
{
"error": 0,
"sms_id": 62807347,
"message": "Sms has been saved successfully"
}
| Variable | Typ | Beschreibung |
|---|---|---|
| string | [benötigt] Ihre E-Mail | |
| pass | string | [benötigt] Ihr Passwort |
| sendto | string | [benötigt] Recipient address or phone number. |
| body | string | [benötigt] Nachrichtentext |
| device_id | int | [benötigt] Geräte-ID |
| sim | int | [benötigt] Sim slot: 0 and 1 for SMS. 2 - Whatsapp Business, 3 - WhatsApp Personal. 4 and 5 - RCS |
| timetosend | string | [optional] Scheduled sending time. |
| customerid | int | [optional] Your customer identifier. |
| urgent | int | [optional] Marks the message as urgent. |
| Variable | Typ | Beschreibung |
|---|---|---|
| datajson | string | [benötigt] {"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}]} |
| Variable | Typ | Beschreibung |
|---|---|---|
| error | int | 0 | 1 - zeigt an, ob ein Fehler bei der Bearbeitung der Anfrage aufgetreten ist |
| message | string | Fehlermeldung, leer, wenn alles in Ordnung ist. |
{
"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
}
]
}
| Variable | Typ | Beschreibung |
|---|---|---|
| token | string | [benötigt] Ihr Token wird über die Token-Abfragemethode erworben. |
| device_id | string | [optional] Geräte-ID |
| status | int |
[optional]
|
| begindate | string YYYY-MM-DD or YYYY-MM-DD HH:MM:SS |
[optional] Begin Date Time |
| enddate | string YYYY-MM-DD or YYYY-MM-DD HH:MM:SS |
[optional] End Date Time |
| sim | int | [optional] Sim slot: 0 and 1 for SMS. 2 - Whatsapp Business, 3 - WhatsApp Personal. 4 and 5 - RCS # 0 or 1 |
| customerid | int | [optional] ID-Nummer Ihres Kunden. Optionales Feld |
| onlycount | int | [optional] 0 | 1 nur zählen |
| phone | string | [optional] 0 | 1 Telefonnummer-Filter |
| orderbydesc | int | [optional] 0 | 1 Order by any field |
| timezone | int | [optional] Geben Sie Ihre lokale Zeitzone an, wie zum Beispiel die Einstellung auf Australien/Sydney. |
| Variable | Typ | Beschreibung |
|---|---|---|
| token | string | Ihr Token wird durch die Token-Abruf Methode übernommen: |
| error | int | 0 | 1 - zeigt an, ob ein Fehler bei der Bearbeitung der Anfrage aufgetreten ist |
| message | string | Fehlermeldung, leer, wenn alles in Ordnung ist |
| 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
}
}
}
| Variable | Typ | Beschreibung |
|---|---|---|
| token | string | [benötigt] Ihr Token wird über die Token-Abfragemethode erworben. |
| title | string | [benötigt] Tag-Name |
| Variable | Typ | Beschreibung |
|---|---|---|
| tag_id | int | Tag ID |
| error | int | 0 | 1 - zeigt an, ob ein Fehler bei der Bearbeitung der Anfrage aufgetreten ist |
| message | string | Fehlermeldung, leer, wenn alles in Ordnung ist. |
{
"error": 0,
"tag_id": 8303,
"message": "OK"
}
| Variable | Typ | Beschreibung |
|---|---|---|
| token | string | [benötigt] Ihr Token wird über die Token-Abfragemethode erworben. |
| phone | string | [benötigt] phone number |
| ctag_id | int | [benötigt] Tag ID |
| string | [benötigt] Name Ihres Kunden |
| Variable | Typ | Beschreibung |
|---|---|---|
| contact_id | int | Contact Id |
| error | int | 0 | 1 - zeigt an, ob ein Fehler bei der Bearbeitung der Anfrage aufgetreten ist |
| message | string | Fehlermeldung, leer, wenn alles in Ordnung ist. |
{"error":0,"contact_id":15954765,"message":"ok"}
| Variable | Typ | Beschreibung |
|---|---|---|
| token | string | [benötigt] Ihr Token wird über die Token-Abfragemethode erworben. |
| title | string | [benötigt] Newsletter-Titel |
| device_id | string | [benötigt] Geräte-ID |
| body | string | [benötigt] Inhalt der Zielnachricht |
| tags | string | [benötigt] Tag-Id. Kann mehrere, durch Kommata getrennt werden. Zum Beispiel: 12,13,14 |
| sim | int | [benötigt]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 | [benötigt]Date time when Newsletter should be sent. Do not forget tap start on device. DD.MM.YYYY H:i:s |
| Variable | Typ | Beschreibung |
|---|---|---|
| contact_id | int | Kontaktnummer |
| error | int | 0 | 1 - zeigt an, ob ein Fehler bei der Bearbeitung der Anfrage aufgetreten ist |
| message | string | Fehlermeldung, leer, wenn alles in Ordnung ist. |
| paket_id | int | Package ID |
| Variable | Typ | Beschreibung |
|---|---|---|
| token | string | [benötigt] Ihr Token wird über die Token-Abfragemethode erworben. |
| Variable | Typ | Beschreibung |
|---|---|---|
| count | int | Anzahl der Geräte: |
| device | json |
|
| message | string | Fehlermeldung, leer, wenn alles in Ordnung ist. |
{
"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
}
}
}
| Variable | Typ | Beschreibung |
|---|---|---|
| token | string | [benötigt] Ihr Token wird über die Token-Abfragemethode erworben. |
| sms_id | int | [benötigt] Sms Id |
| Variable | Typ | Beschreibung |
|---|---|---|
| sms_id | int | SMS ID |
| status | int | SMS Status
|
| status_description | string | Statusname |
| error | int | 0 | 1 - ist ein Fehler bei der Bearbeitung der Anfrage |
| message | string | Fehlermeldung, leer, wenn alles in Ordnung ist. |