Hi, when I connect my bot to a whatsapp provider via webhook the variables inside the text block does not apperar. Inspecting it via postman is possible to see that the variables are returned inside a specific block on json response. Perhaps the client cannot interpret it, just the fixed text.
Is it possible to concatenate the text and the variables inside the same block on json response?
I am using Evolution api to connect type.bot to WhatsApp.
On the image the "teste" fixed text is shown on WhatsApp but the secind message that should come withh the variable text comes empty.