I’m creating whatsapp integration with my ERP. When I use a template with variables for exemple " Hi {{ 1 }} , you credits are now {{ 2}} ". I’m using HTTP Request to send information to whatsapp i got this messenger
Welcome to the community @Fabio_Valentim
Can you share the API docs and the data you are sending (remove sensitive information) ?
Thanks Ricardo!
This is a my simple workflow
my SET configuration
I’m using directly Whatsapp API Cloud to send a sample msg to my number (not this on exemple) using a template with two variables. Using this workflow with a simple template without varible works perfectly but something im doing wrong =\ I can put correctly variables.
I posted http request info on top
Muito obrigado Claudio, eu vou baixar aqui e analizar direitinho!
Funcionou perfeitamente, adaptei a minha realidade funcionou. Eu estava errando no body.template.components[0].parameters[0] , eu estava colocando body.template.components.parameters[0], não imaginei que o components era um array de valores.