Notifying a user about an activity update

Copper Contributor

Hi,

 

our app uses UpdateActivity to update the user about the progress of a request. I'm able to update the activity successfully, but it's unclear how I can notify the user that the activity was updated. By mentioning the user I get an entry in the activity feed, but there's still no notification. Using notifications.alert in channelData also does not seem to have any effect for activity updates.

 

What would be the best practices to notify the user in this situation? I could of course post a new message, but then there does not seem to be a way to link to the original activity?

1 Reply

@abustany - Could you please try adding TeamsNotifyUser to your reply. Example: notify.TeamsNotifyUser();. Try if that helps