Microsoft Teams integration - Modify Card notification
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2025 05:38 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2025 05:59 AM - edited 09-15-2025 06:04 AM
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.
Muhammad Iftikhar
If my response helped, please mark it as the accepted solution so others can benefit as well.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2025 06:03 AM
Hello @Neil_Carlo24 ,
Please go through the following community threads, which may assist you in updating the card notification
Regards,
Siva
