Disable Access Request Notifications Per Source

Is it possible to disable access request notifications by type/source? Example, temporarily disable all revoke_access notifications for source xyz to avoid end user confusion during a maintenance window without having to globally redirect all mail on the tenant.

Yes, you can by using the keywords #stop / no_send / Stop in the email template subject. You can enclose it within an #if-else#end block too if you need to send/not send it based on specific criteria.

More details on this here :

1 Like

@sharvari Is there a way to extract the source for the access being requested/revoked to use in that velocity if-else criteria? I can see some variables that are accessible, but not sure if source is one of them.

For example, here’s what we have on Access Revoke Request Reviewer Email:

${source} is not one of the standard attributes available for this template and it’s not part of global variables so I doubt you will be able to use it in velocity.

How have I missed this? thanks!

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.