giuseppecastaldo / ha-addons

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

image, template buttons etc failed #26

Open mupsje opened 1 year ago

mupsje commented 1 year ago

Hi again,

Still not able to sent images and all other examples. please try yourself to install on new Home Assistant

service: whatsapp.send_message data: clientId: default to: 31****@s.whatsapp.net body: text: Hi it's a template message footer: Hello World body: image: url: "https://dummyimage.com/600x400/000/fff.png" caption: Simple text

goprojojo commented 4 months ago

This works fine for me:

service: whatsapp.send_message data: clientId: default to: 316****@s.whatsapp.net body: text: It's a template footer: Hello World image: url: https://dummyimage.com/600x400/000/fff.png caption: This is a test