Forum Discussion
Pratapkarn2186
Sep 19, 2022Copper Contributor
Notifications with sendActivityNotification API
Hi All, I am using sendActivityNotification API to send activity feed notifications to a user. Sometimes API works fine and multiple times it gives errors related to " Specified activity wi...
Pratapkarn2186
Sep 20, 2022Copper Contributor
Sayali-MSFT: Is there anything else that can be done to figure out what is going wrong ??
We have already build a feature based on this approach, now we see API response is not consistent.
We have already build a feature based on this approach, now we see API response is not consistent.
Sayali-MSFT
Microsoft
Sep 20, 2022Pratapkarn2186 - Can you please add {actor} in templateText section.
"activities": {
"activityTypes": [
{
"type": "mldt_notify",
"description": "Notification",
"templateText": "{actor} MultiLine Message"
}
]
}
You can refer here:
Send activity feed notifications to users in Microsoft Teams - Microsoft Graph | Microsoft Learn