- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2024 03:54 PM
How could I add the notifier to the user with their username in the notification message?
eg : I want to add user in my message such that user will get the notification - "@abc - Please check this IP". How could I notify user abc?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2024 03:28 AM
You can @mention someone in your markdown message.
For example like this:
"Hi <@personEmail:banderson@example.com|Bobb>, please check this IP."
Or like this:
Hi <@personId:Y2lzY29zcGFyazovL3VzL1BFT1BMRS9mNWIzNjE4Ny1jOGRkLTQ3MjctOGIyZi1mOWM0NDdmMjkwNDY|Jose>, please check this IP."
You can use either personEmail or personID, whatever suits you best. Documentation for this is here; https://developer.webex.com/docs/basics#formatting-messages.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2024 03:57 PM
This is my function:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2024 03:28 AM
You can @mention someone in your markdown message.
For example like this:
"Hi <@personEmail:banderson@example.com|Bobb>, please check this IP."
Or like this:
Hi <@personId:Y2lzY29zcGFyazovL3VzL1BFT1BMRS9mNWIzNjE4Ny1jOGRkLTQ3MjctOGIyZi1mOWM0NDdmMjkwNDY|Jose>, please check this IP."
You can use either personEmail or personID, whatever suits you best. Documentation for this is here; https://developer.webex.com/docs/basics#formatting-messages.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2024 11:20 AM
Thanks Raffaele, appreciate your help!
