Microsoft Teams integration - Modify Card notification
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
an hour ago - last edited an hour ago
Hi @Neil_Carlo24 ,
The approval card sent to Microsoft Teams is generated by the MSTeamsNotificationBuilderUtil script include. To customize it, you’ll need to locate this utility (under System Web Services > Scripted REST APIs), find the function that builds the approval card (like buildApprovalCard), and modify the card’s JSON to change the content or layout.
Tip: Don’t edit the out-of-the-box utility directly—make a copy and update your API to use the copy.
For more guidance, check these resources:
Thanks & Regards,
Muhammad Iftikhar
If this helped, please mark it as the accepted solution so others can benefit too.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
an hour ago
Hello @Neil_Carlo24 ,
Please go through the following community threads, which may assist you in updating the card notification
Regards,
Siva