Im having issues using parameters from my API-calls, its very inconsistent.
The API sends for example:
{
”name”: ”Alex”,
”Adress”: ”Oxford street”
}
And I can see in the logs that it is coming in under variables.
But when I try fetching them with my assistant using {{Name}} and {{Adress}}, it is not working.
It have worked a few times but never each time.
This is also used in the first message, if that is worth something.