Open oteGroupMoishy opened 4 months ago
Thank you very much, I will try it
This is about 60K contacts
Please make sure it's real contacts, because even /contacts response adds many groups with @g.us and anonymous users .@lid
At first I did think that this was what was causing him problems, and I also filtered the numbers that are not connected in WhatsApp
Hi I tried sending, and it still returns an error
Hi! JFYI - starting 2024.11.1 version you can send status (aka stories) via WEBJS engine as well, it doesn't have the 3K contacts issues :crossed_fingers: https://waha.devlike.pro/docs/how-to/status/#features
It doesn't require contacts
, it'll send status to all contacts for now
POST /api/{session}/status/image
{
"file": {
"mimetype": "image/jpeg",
"url": "https://github.com/devlikeapro/waha/raw/core/examples/dev.likeapro.jpg"
},
"caption": "string"
}
We're working on proper solution for NOWEB as well, no ETA yet tho :(
Version
Expected behavior
When using endpoints to send status "/api/{session}/status/{type}", and sending to all contacts of the number, the response returned looks like this:
Engine I use the NOWEB engine.