pedroslopez / whatsapp-web.js

A WhatsApp client library for NodeJS that connects through the WhatsApp Web browser app
https://wwebjs.dev
Apache License 2.0
15.17k stars 3.62k forks source link

add user as new contact? #3255

Closed Marcophono2 closed 1 month ago

Marcophono2 commented 1 month ago

Is there an existing issue for this?

Is your feature request related to a problem? Please describe.

I would like to add users as new contacts.

Describe the solution you'd like.

I would be happy if you could add this feature to the whatsapp-web.js

Best regards Marc

Describe an alternate solution.

No response

Additional context

No response

Uraninho commented 1 month ago

As far as I know, contacts are managed through the Google account in the Contacts app. There, you can modify, add, or remove a contact, and this will affect WhatsApp due to Google synchronization. I recommend taking this approach.

Marcophono2 commented 1 month ago

Good point! I thank you very much, @Uraninho !