Inbound Email Trigger based on User's group
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-08-2024 07:31 AM
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-08-2024 08:38 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-08-2024 11:02 AM
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?