I am trying to set up an email to our clients including an offer. I’d like to have the client to have two options shown as clickable links.
I am planning to use a webhook and using two different links.
https://hooks.zapier.com/hooks/catch/1234567/abcdef?decision=accept
https://hooks.zapier.com/hooks/catch/1234567/abcdef?decision=reject
In the next step, the input through the webhook links will be used to trigger different paths of a zap.
However, clicking the webhook links will lead to an ugly page. Is there any option to make this more user-friendly? Like automatically closing the window after clicking the link or redirecting after triggering the webhook?
I saw two other discussions in the help forum, both without information on how to create a user-friendly method.
Thanks for your ideas!