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.
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.
03-14-2024 03:57 PM
This is my function:
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.
03-15-2024 11:20 AM
Thanks Raffaele, appreciate your help!
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide