t0mer / manish-custom-notifier

manish custom notifier allows you to send whatsapp notification using Whatsapp Cloud API
MIT License
18 stars 1 forks source link

Provide sample of yaml entries #1

Open konradwalsh opened 1 year ago

konradwalsh commented 1 year ago

Thanks for the addon.

any chance you could post some sample entries?

notify:
  - platform: manish
    name: MaNish whatsapp notifire
    target: # WhatsApp number for notificatin (Without the + sign of the country_code)
    token: #T he token for the Whatsapp cloud API
    phone_number_id: #Phone number id from the Whatsapp cloud API
    template: # Template's name's to use
    language: # Template's language

For example should language: be language: en_US or language: English (US)

It would also be helpful to see a sample message that fills in the variables declared in the template

poudenes commented 1 year ago

indeed. And is the Target required or not? Because in HA you can give a target also.

Also when you created the template it has to be controlled by Meta Dev Team First :)

ImNoahDev commented 1 month ago

any updates here?