Hello,
How to send an SMS on multiple lines using the cloud service?
I don't have any issues with the Local service by sending something like this:
POST /
{
"to": "+10000000000",
"message": "1st line
2nd line
3rd line"
}
I receive an SMS with multiple lines. However, if I do the same thing using the cloud service, I get a "Bad Request" error.
Any ideas?
Thanks.
There shouldn't be any issues, as long as it's a valid JSON object.
Hello,
How to send an SMS on multiple lines using the cloud service?
I don't have any issues with the Local service by sending something like this:
I receive an SMS with multiple lines. However, if I do the same thing using the cloud service, I get a "Bad Request" error.
Any ideas?
Thanks.