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

How can I send a vcard or contact to a chat? It doesn't work. #1176

Open
danielovianna opened this issue Feb 10, 2023 · 4 comments
Open

How can I send a vcard or contact to a chat? It doesn't work. #1176

danielovianna opened this issue Feb 10, 2023 · 4 comments

Comments

@danielovianna
Copy link

Hello I am trying to send a vcard to a chat but it is not working. It sends the card as a text (the 'type' of the message is always 'chat' and never 'vcard') when I use chat.sendMessage or Store.SendTextMsgToChat. How can I send a vcard or contact to a chat? Does anyone have a working sample of it? How is your updated wapi.js? Please, can anyone help me? Thank you very much.
Captura de Tela 2023-02-09 às 22 39 04

@Parveen-Mothsara
Copy link

Hello I am trying to send a vcard to a chat but it is not working. It sends the card as a text (the 'type' of the message is always 'chat' and never 'vcard') when I use chat.sendMessage or Store.SendTextMsgToChat. How can I send a vcard or contact to a chat? Does anyone have a working sample of it? How is your updated wapi.js? Please, can anyone help me? Thank you very much. Captura de Tela 2023-02-09 às 22 39 04

Hi @danielovianna use window.WAPI.sendVCard function for send vcard
vcard json :{
displayName: 'Contact Name',
vcard: 'BEGIN:VCARD\nVERSION:3.0\nN:;Contact Name;;;\nEND:VCARD'
}

@danielovianna
Copy link
Author

Hello I am trying to send a vcard to a chat but it is not working. It sends the card as a text (the 'type' of the message is always 'chat' and never 'vcard') when I use chat.sendMessage or Store.SendTextMsgToChat. How can I send a vcard or contact to a chat? Does anyone have a working sample of it? How is your updated wapi.js? Please, can anyone help me? Thank you very much. Captura de Tela 2023-02-09 às 22 39 04

Hi @danielovianna use window.WAPI.sendVCard function for send vcard vcard json :{ displayName: 'Contact Name', vcard: 'BEGIN:VCARD\nVERSION:3.0\nN:;Contact Name;;;\nEND:VCARD' }

Hello my friend. The window.WAPI.sendVCard does not work. :/
It was the first thing I tried.
Does this function work for you?

@danielovianna
Copy link
Author

Is there a way to send a raw message? So I could add the 'type' as a 'vcard' and send a contact vcard and not just a text message.

@erm3nda
Copy link

erm3nda commented Feb 2, 2024

There are important details in the code of "The window.WAPI.sendVCard" function. It's pretty hacky, needs to have at least one message that is tampered with new data. I don't even understand what they tried. All my attemps to send a vcard miserably failed. Ended up serving vcard data in a website and sending links ...

Any hint to fix that function is greatly appreciated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants