- Joined
- Feb 13, 2023
- Messages
- 4
- Reaction score
- 0
I have an SMS server and setting up outbound SMS using 3CX app.
The server supports HTTP POST http://192.168.0.9/serv/sendsms/
{
"auth": {
"username": "user",
"password": "pass"
},
"provider": "Line1",
"number": "mobilenumber",
"content": "content message"
}
So this is the syntax of the API and working well using Postman.
I am wondering what the NUMBER identifier/variable of the mobile number to be entered when sending an SMS using the 3CX application and also the ID/variable value of the message entered in the app?
The server supports HTTP POST http://192.168.0.9/serv/sendsms/
{
"auth": {
"username": "user",
"password": "pass"
},
"provider": "Line1",
"number": "mobilenumber",
"content": "content message"
}
So this is the syntax of the API and working well using Postman.
I am wondering what the NUMBER identifier/variable of the mobile number to be entered when sending an SMS using the 3CX application and also the ID/variable value of the message entered in the app?