Hi, here is my use case:
- Zapier automation that looks for expiring posts on my site and then sends email notifications via SendGrid to those post owners with 2 options: a.) Extent post by 1 month or b.) Close post and move to trash.
My question: I need the buttons in the email to trigger two Zaps (or a single with a path) and would normally create a dedicated page on my site, use some JS and call a Zapier Webhook. Can I use Zapier Interfaces for this experience instead where the buttons go to a Zapier interface and my logic happens there? If so, can I use UTM params from the buttons to pass meta data accordingly to the interface and subsequently my Zap to finish the process?
Thanks!