I have a use case where i am using email integration for multiple type of alerts.. for one type subject contains "<" and hence opsgenie truncates the subject and just show before "<". in order to fix this i used {{ subject.substringBefore("<")}} {{ subject.substringAfter("<") }} in Alert field.. but this will break other alerts which doesnt have "<".. i want to use some if condition.. is it possible?
Hi @D G ,
You should be able to configure "if conditions" within the Advanced tab of the Email integration. Note - the Advanced tab is only available on the Standard and Enterprise plans.
Each Create Alert action acts as an if condition - so IF the filter of the Create Alert action matches the defined conditions, THEN continue with that Create Alert action.
IF the filter of the Create Alert action does not match - Opsgenie will look at the following action(s) to try and find a match.
That configuration might look something like below with a few different actions / filters:
Hope this helps! Let us know if you have any other questions, issues, etc. - especially if you are seeking something else.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.