riccefarias / node-red-contrib-kore-whatsappbot

8 stars 5 forks source link

TypeError: Cannot read properties of undefined (reading 'contactId') #7

Open sandonet13 opened 2 years ago

sandonet13 commented 2 years ago

Hi, angelo. I already try your module and it works great. But i got problem when sending dynamic data using flow.

i'm using this code in function node and send it to your whatsapp-sendmessage nodes

msg = { to: '6281322065555@s.whatsapp.net', message: 'Hello World!', force: true } return msg;

but the result is my node-red is crashed and they gave me this error

TypeError: Cannot read properties of undefined (reading 'contactId')

Can you please check this issue ? thank you.