giuseppecastaldo / ha-addons

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

Send message to group #17

Closed yazend closed 1 year ago

yazend commented 1 year ago

Is there a description for send message to group,

I treyd Test@g.us but it didn't work.

service: whatsapp.send_message data: clientId: default to: Test@g.us

as well

to: Cf5nsrfBqfKLbU8iXRC1EQ@g.us

body: text: ⭐🥰⭐ I love you ⭐🥰⭐ footer: open the list title: "click me" buttonText: click to select -> sections:

as a singe numer it works

service: whatsapp.send_message data: clientId: default to: 491709xxxxx@s.whatsapp.net body: text: ⭐🥰⭐ I love you ⭐🥰⭐ footer: open the list title: "click me" buttonText: click to select -> sections:

giuseppecastaldo commented 1 year ago

Is there a description for send message to group,

I treyd Test@g.us but it didn't work.

service: whatsapp.send_message data: clientId: default to: Test@g.us

as well

to: Cf5nsrfBqfKLbU8iXRC1EQ@g.us

body: text: ⭐🥰⭐ I love you ⭐🥰⭐ footer: open the list title: "click me" buttonText: click to select -> sections: - title: Option 1 rows: - title: wine 🍷 !? rowId: option1 description: your wine - title: movie time 📺 !? rowId: option2 description: your movie - title: Option 2 rows: - title: Love you 🫶 !? rowId: option3 - title: You and Me 😘 !? rowId: option4

as a singe numer it works

service: whatsapp.send_message data: clientId: default to: 491709xxxxx@s.whatsapp.net body: text: ⭐🥰⭐ I love you ⭐🥰⭐ footer: open the list title: "click me" buttonText: click to select -> sections: - title: Option 1 rows: - title: wine 🍷 !? rowId: option1 description: your wine - title: movie time 📺 !? rowId: option2 description: your movie - title: Option 2 rows: - title: Love you 🫶 !? rowId: option3 - title: You and Me 😘 !? rowId: option4

14