I haven't found the answer to this yet...
I have created an App that will result in an email requesting a user to review a document.
That part works just fine.
What I'd like to do is add a couple of links like this:
If you accept this request, click here (this will trigger a different Alteryx workflow that will send an email to the appropriate parties saying "So-and-so has accepted your request.")
If you decline this request, click here
That second part is the trickier part, because I want it to link to a separate Alteryx App which will ask the user the start and end dates of their unavailability.
Question: Is it even possible to trigger/run an Alteryx app from a URL link?
Thanks in advance!