Skip to content
New issue

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

Problemas com retorno do sendContactVcard #739

Closed
leobevi opened this issue Dec 15, 2021 · 1 comment
Closed

Problemas com retorno do sendContactVcard #739

leobevi opened this issue Dec 15, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@leobevi
Copy link
Contributor

leobevi commented Dec 15, 2021

Description

Quando envio um vcard o metodo retorna undefined
[Description of the bug, When Issue Happens]

Environment

  • Wppconnect version(s): [e.g. 1.11.1]
  • Browser: [e.g. Chrome ]
  • OS: [e.g. dEBIAN]
  • MultiDevice (BETA): NO

Steps to Reproduce

  1. [First Step]
  2. [Second Step]
  3. [and so on...]

Log Output

If relevant, paste all of your Log Output

Your Code

await srv
  .sendContactVcard(numeroenvio,contatonumero, nomecontato)
  .then((result) => {
    console.log('Result: ', result); //return object success
  })
  .catch((erro) => {
    console.error('Error when sending: ', erro); //return object error
  });

@leobevi leobevi added the bug Something isn't working label Dec 15, 2021
@leobevi
Copy link
Contributor Author

leobevi commented Jan 5, 2022

Consegui fazer funcionar com o sendContactVcardList

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant