Can event parameters be used inside messaging notification content?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-13-2022 12:47 PM
I have a requirement to send a notification to a Slack channel when an event is encountered. Some details which should be included in the notification are in the event parameters, so I'm trying to determine if there's a way to parse these for use inside "messaging content" as opposed to an email notification. So far I haven't had much success, as using ${event.parm1} or ${event.parm2} inside messaging content causes the notification to fail completely.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-13-2022 12:55 PM
Could you post a screen of the content?
It should work inside the notification message content.
Please mark this response as correct or helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-16-2022 10:16 AM
All I have in the message is "${event.parm1}" for troubleshooting purposes, but if I trip this notification with that in the message it doesn't get sent. Notifications are sent if I only put plain text in the message.