Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

issue with sending a message to groups #603

Open
2 tasks done
jonabert opened this issue Oct 14, 2024 · 1 comment
Open
2 tasks done

issue with sending a message to groups #603

jonabert opened this issue Oct 14, 2024 · 1 comment

Comments

@jonabert
Copy link

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?

  • 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

@bbernhard
Copy link
Owner

Please use a double quote (") instead of a single quote (') when specifying the group.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants