You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when I copy paste the instruction from the API documentation to send a message to a group
by doing
curl -X POST -H "Content-Type: application/json" -d '{"message": "test 123", "number": "+YYYYYYY", "recipients": ['MYGROUP']}' 'http://127.0.0.1:8091/v2/send'
I get invalid request {"error":"Couldn't process request - invalid request"}
Are you using the latest released version?
Yes
Have you read the troubleshooting page?
Yes
What type of installation are you running?
signal-cli-rest-api Docker Container
In which mode are you using the docker container?
Normal Mode
What's the architecture of your host system?
x86-64
Additional information
No response
The text was updated successfully, but these errors were encountered:
The problem
when I copy paste the instruction from the API documentation to send a message to a group
by doing
curl -X POST -H "Content-Type: application/json" -d '{"message": "test 123", "number": "+YYYYYYY", "recipients": ['MYGROUP']}' 'http://127.0.0.1:8091/v2/send'
I get invalid request {"error":"Couldn't process request - invalid request"}
Are you using the latest released version?
Have you read the troubleshooting page?
What type of installation are you running?
signal-cli-rest-api Docker Container
In which mode are you using the docker container?
Normal Mode
What's the architecture of your host system?
x86-64
Additional information
No response
The text was updated successfully, but these errors were encountered: