shridarpatil / frappe_whatsapp

WhatsApp cloud integration for frappe
https://www.youtube.com/watch?v=nq5Kcc5e1oc
Other
171 stars 162 forks source link

unable to create the whatsapp template #81

Closed aravindsprint closed 2 months ago

aravindsprint commented 2 months ago

Hi,

If we try to add the more than one values using the {{}} bracket in the template message " Hello {{1}}, your order has been placed. You will receive your {{2}} by {{3}}. Thank you for your purchase.

" means it throws the error like this,

image

But it is working fine for the one value.

image

Please do the needful.

aravindsprint commented 2 months ago

Before the sample values be like "\ncustomer \n1234" and after changing the sample values as "customer, 1234" and then it is working fine now.