I'm trying to send through two things to the webhook with a Zapier callback URL from my SMS sending thing. I send an SMS in my zapier and then I’d like to be able to use the callback URL with multiple variables.
Currently, I have this callback URL which forwards SMS replies to this link: "https://hooks.zapier.com/hooks/catch/xxxxx/xxxxx/?review_rating={{xxxxx__querystring__response}}"
With one item it works brilliantly, but when I try to add a second item: "https://hooks.zapier.com/hooks/catch/xxxxx/xxxxx/?review_rating={{xxxxx__querystring__response}}&other_item={{xxxxx__querystring__user_id}}"
The webhook doesn't come through and I get nothing on the other side. When I try to simulate this in Python it works - but just can't get it working here in this system for some reason
Note: I’ve replaced the link with xxx so people don’t spam me!