We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Sending statuses to all contacts does not work, it only sends to the list of contacts added to the json with the variable set to false
{ "type": "text", /* text, image, video, audio / "content": "OKI8", / text or url / "caption": "This is my status/storie image", / Optional for image or video / "backgroundColor": "#008000", "font": 1, / Optional for text only. Accept the options below: 1 = SERIF 2 = NORICAN_REGULAR 3 = BRYNDAN_WRITE 4 = BEBASNEUE_REGULAR 5 = OSWALD_HEAVY / "allContacts": true, / true to send to all contacts or false to send to statusJidList below */ "statusJidList": [ "[email protected]" ] }
Esperaba poder enviar los estados de forma automatica y programada para todos los contactos.
I was hoping to be able to send statuses automatically and scheduled to all contacts.
Que el estado cuando la variable "allContacts": true nunca se ve. That state when variable "allContacts": true is never seen
2.2.0
Docker
https://console.hetzner.cloud/ 2 vCPU 4 GB RAM 40 GB Disk local
No response
The text was updated successfully, but these errors were encountered:
Aqui estou com esse mesmo problema..
Sorry, something went wrong.
Funcionou ai? Aqui esta assim mesmo mas tenho mesmo erro do colega, tentei voltar a versão anterior mas não tem mais possibilidade
No branches or pull requests
Welcome!
What did you do?
Sending statuses to all contacts does not work, it only sends to the list of contacts added to the json with the variable set to false
{
"type": "text", /* text, image, video, audio /
"content": "OKI8", / text or url /
"caption": "This is my status/storie image", / Optional for image or video /
"backgroundColor": "#008000",
"font": 1, / Optional for text only. Accept the options below:
1 = SERIF
2 = NORICAN_REGULAR
3 = BRYNDAN_WRITE
4 = BEBASNEUE_REGULAR
5 = OSWALD_HEAVY /
"allContacts": true, / true to send to all contacts or false to send to statusJidList below */
"statusJidList": [
"[email protected]"
]
}
What did you expect?
Esperaba poder enviar los estados de forma automatica y programada para todos los contactos.
I was hoping to be able to send statuses automatically and scheduled to all contacts.
What did you observe instead of what you expected?
Que el estado cuando la variable "allContacts": true nunca se ve.
That state when variable "allContacts": true is never seen
Screenshots/Videos
Which version of the API are you using?
2.2.0
What is your environment?
Docker
Other environment specifications
https://console.hetzner.cloud/
2 vCPU
4 GB RAM
40 GB Disk local
If applicable, paste the log output
No response
Additional Notes
No response
The text was updated successfully, but these errors were encountered: