How to get notified when someone hashtagged me in a mail in Yammer?

I am using the REST API for Yammer developers. I want to be notified when someone hashtagged me into their message. I looked at the REST API documentation , but couldn't figure out which API operation to use for this. Can someone help me deal with this please? Thanks in advance.

EDIT:

It seems that I can receive notifications using GET Notifications and filter the necessary events. I want to know if there is a way by which a trigger event (mainly a push message) is fired when I havehtagged.

+4
source share
1

, , . .

, REST API:

GET /api/v1/messages/inbox
GET /api/v1/messages/inbox?newer_than=[:message_id]

:message_id - .

, , .

+1

All Articles