Inbound Email Trigger based on User's group

bellr
Tera Contributor

I have been looking into this to see if I could find any possible solutions online to no avail. Currently in Flow Designer, I have an Inbound flow that is triggered by an email from certain users that submits a Catalog Item Request. The conditions of the trigger are the receive type, the subject, body of text, and the User IDs. Rather than adding another User ID anytime someone needs to be added to the email flow, I want to put all of the users into a group and have the Inbound Email trigger based on that specific group. Does anyone have any ideas on how to accomplish this or has done it before successfully?

2 REPLIES 2

AshishKM
Kilo Patron
Kilo Patron

Hi @bellr , 

You can try to add group checking method "gs.getUser().isMemberOf(<groupName>) in trigger condition. 

 

-Thanks,

AshishKM


Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution

bellr
Tera Contributor

Hi @AshishKM ,

Thanks for the response. I'm not seeing anywhere in the trigger condition to put that checking method. There's no toggle for scripting. Is this something I'd have to put in an Inbound Email Action and somehow trigger the flow from there?