Microsoft Teams integration - Modify Card notification

Neil_Carlo24
Tera Contributor

Hello

I have a requirement to edit the card notification under approval notification im new on teams integration what possible steps to modify the card notification on teams chat. Please check the image for reference.

2 REPLIES 2

M Iftikhar
Mega Sage

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.

Narayana RC
Tera Contributor