Hello,
I'm trying to send a Slack notification to a channel whenever an email that contains a certain subject line gets sent to my inbox. I do not want to connect Gmail and Slack directly (I know how to do this) but rather trigger an automation when the email gets received in my inbox using a POST from a Gmail Webhook. How do I configure Jira and Gmail to do so?
Ideally, the general automation workflow works as follows:
where the Slack message will eventually contain a list of Lookup issues fetched from Jira.
Thank you!