wppconnect-team / wa-js

WPPConnect/WA-JS is an open-source project with the aim of exporting functions from WhatsApp Web
https://wppconnect.io/wa-js/
Apache License 2.0
438 stars 139 forks source link

sendTextMessage to Channel/Newsletter not working #2528

Closed danukidd closed 2 days ago

danukidd commented 1 week ago

WA-JS Version

3.15.0

WhatsApp Version

2.3000.1018416734

Browser Version

Chrome Version 130.0.6723.117

Operation System

macOS Sonoma 14.5

Steps to reproduce

await WPP.chat.sendTextMessage('xxx@newsletter', '👍', { createChat: true });

What is expected?

Send text message to channel/newsletter.

What is actually happening?

I tried to send a sendTextMessage with the id xxx@newsletter but it didn't work and an exclamation mark icon appeared like this image.

image

Any additional comments?

No response

DXPRO commented 4 days ago

I did this test, in fact the first time I sent this error, when I clicked on the exclamation mark and pressed to try again the message was sent!