giuseppecastaldo / ha-addons

Home Assistant Whatsapp Add-on
Apache License 2.0
49 stars 18 forks source link

Cannot read properties of undefined (reading 'payload') #41

Closed sadnblueish closed 8 months ago

sadnblueish commented 9 months ago

On a new install, when sending message with the following service call config:

service: whatsapp.send_message
data:
  clientId: default
  to: 92300xxxxxxx@s.whatsapp.net
  body:
    Testing new integration

I get following in add-on log: [ERROR] default - Cannot read properties of undefined (reading 'payload')

XtraLarge commented 9 months ago

try

body:
  text: Testing new integration
sadnblueish commented 8 months ago

It worked!