18 Jan 2022
09:59 AM
- last edited on
23 Nov 2023
11:18 AM
by
Michal_Gebacki
Hi,
I display the Tags in the email integration using the placeholder {Tags}
Is there any way to :
- select a tag in the list to avoid useless tags and have an efficient email alerting
- or execute a javascript to have custom information (as in pre/post steps of synthetic)
Help page I used :
Thanks for help !
Solved! Go to Solution.
Hi Simon,
With version 236 we introduced a new placeholder that allows you to include individual tags in your payload: {Tags[key]}
If there are multiple values with the same key it would result in a comma-separated list of the values.
Hope this helps,
Cheers,
Dirk
Thanks, I will test it !
Thanks much for sharing the news.
It's a feature I have been waiting for some time -- one step forward in having a reasonable ability to customize alert messages.
Thanks. Tibebe
How can we use this feature if we have a context for a tag.
[AWS]Name, [AWS] key
Hey, did you find any solution to this? I am facing the same issue.
Hi Agsta,
{Tags[[AWS]Name]}
I passed this way in email body & it worked.