Activity Feed Notifications
1 TopicActivity Feed Notifications Fail Due to WebUrl Length Limit
Hello, I'm using thesendActivityNotification Graph API to send Activity Feed Notifications to Teams users. I'm using a custom topic and systemDefault activity type. The webUrl is a deep link to my Teams Personal Tab app. I also include a payload in the deep link, which becomes available in the tab context. I have noticed that the notification fails if the webUrl length exceeds 1024, due to some larger payloads. error: {"code":"BadRequest","message":"UnknownError"} I couldn't find any documented length limit. I have followed these guides - Send activity feed notifications to users in Microsoft Teams - Microsoft Graph | Microsoft Learn https://learn.microsoft.com/en-us/graph/teams-activity-feed-notifications-best-practices Is there a way around this limit, or some other way to include larger payload data when sending the notification?Solved646Views0likes3Comments