question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Anyway I could send message to new number(Unsaved contact)

See original GitHub issue

First of all, great work on the app. I tried sending messages to couple of new numbers with this:

function start(client) {
  for (let num of main) {
    client.sendText(`${num}@c.us`, text);
  }
}

None of the new contacts got the messages. Please help!! Also, I noticed it only sends to all contacts that are already chat page. Is there something in the code i need to change? Edit: Fix typos

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:25 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
andretastycommented, Oct 18, 2019

I’m trying to find another solution. If i found, i will post here

0reactions
danielcardeenascommented, Jan 24, 2020

Plase update to new version

To send a message to a contact (non-group) just type the number

client.sendText('555555555555@c.us', 'Direct message');

On a regular message received do a console.log(message) to and check the from property

Read more comments on GitHub >

github_iconTop Results From Across the Web

How do I send a message to an unsaved number? - Quora
Send a message to an unsaved number? As in a text message? You open your text message app, and then click on new...
Read more >
How to message unsaved WhatsApp numbers on Android
The simplest and fastest way to send a message to an unsaved number is via an app from the Play Store. It's called...
Read more >
Easy Message: text w/o contact - Apps on Google Play
Are you annoyed of not being able to send WhatsApp message without saving contact? We have got you covered. Now you can quickly...
Read more >
WhatsApp trick: How to send message to an unsaved number
The immediate options show Call, Cut, Copy and Paste but if you further explore the three drop-down buttons below the aforementioned options, ...
Read more >
Send WhatsApp Message Without Saving Number
Fortunately, there is a solution to this problem: Message to Unknown Number app available on the Google Play Store allows you to send...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found