Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello All,
because we have more Active IQUM installed in more customers, I ask you if have find the possibility to personalize Object on email alert.
I don't have finded.
Many thanks.
Solved! See The Solution
1 ACCEPTED SOLUTION
MarcoLuvisi has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello Marco,
Did you mean the Subject line of the email rather than "Object"?
AIQUM currently has no way of letting users modify alert emails.
There are no options for modifying subject lines or any content of the email.
3 REPLIES 3
MarcoLuvisi has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello Marco,
Did you mean the Subject line of the email rather than "Object"?
AIQUM currently has no way of letting users modify alert emails.
There are no options for modifying subject lines or any content of the email.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Not the easiest way to do it but you could take all the outputs they sent through as command line parameter of a script so you could ingest the parameters and then use that script to generate an email. I have a script that does similar but instead of an email it generates me a webhook that I use to send a slack alert. I also have a modification for that script that will take those same parameters and put them into a Jira ticket the parameters into a script is a really easy way to launch some semi advanced workflows.
If you want to see the parameters that are sent and have how I've captured them to do stuff with check out my script https://github.com/TeeBee-CAMX/aiqum_to_slack
I'm not a programmer there might be a much cleaner way of doing it but this works for me.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks @TeeBeeCAMX for your contribute !
