Case 1:
in the webhook response module, a redirect has been made to a URL with some specific URL parameters, this redirect is not taking those parameters although inside make it shows it as done.
desired url (supposedly successfully executed by make): https://app.meetxxx.com/appointments/index.php?acid=754&provider=9&service=42&name=julitest&last_name=floreztest&phone=+573006009000&email=testjuli@test.co&Country=Brasil&city=Acacias_____&utm_source=_____&utm_medium=_____&utm_campaign=_____"
Url executed in browsers: https://app.meetlinxxx.com/appointments/index.php?acid=754&provider=9&service=42&name=&last_name=&phone=&email=&Country=&city=_____&utm_source=_____&utm_medium=_____&utm_campaign=_____
case 2
the goal is to have several webhook response redirects according to the client’s response filter. The problem is that all redirects are going to the same URL. I insist that cache clearing has been validated on all devices in all browsers at different points and different IP.
I would think that something internally in make cache is failing, since in the run eleven (user interface) everything appears correct.
Also if there is any way to run the make cache cleanup.
blueprint (1).json (24.1 KB)