Use Cases-Social Actions Notifications-Organization Social Actions Notifications - Push Workflow

Number of APIs: 5

  1. 3. Create a subscription request PUT {{baseUrl}}/eventSubscriptions/(developerApplication:urn%3Ali%3AdeveloperApplication%3A{{application_id}},user:urn%3Ali%3Aperson%3A{{person_id}},entity:urn%3Ali%3Aorganization%3A{{organization_id}},eventType:ORGANIZATION_SOCIAL_ACTION_NOTIFICATIONS)

  2. 4. Retrieve subscription for authenticated members GET {{baseUrl}}/eventSubscriptions?q=subscriberAndEventType&eventType=ORGANIZATION_SOCIAL_ACTION_NOTIFICATIONS

  3. 2. Create a share with Company Mention POST {{baseUrl}}/shares

  4. 5. Retrieve Subscription by Key GET {{baseUrl}}/eventSubscriptions/(developerApplication:urn%3Ali%3AdeveloperApplication%3A{{application_id}},user:urn%3Ali%3Aperson%3A{{person_id}},entity:urn%3Ali%3Aorganization%3A{{organization_id}},eventType:ORGANIZATION_SOCIAL_ACTION_NOTIFICATIONS)

  5. 6. Remove a Subscription DELETE {{baseUrl}}/eventSubscriptions/(developerApplication:{{application_id}},user:{{person_id}},entity:{{organization_id}},eventType:ORGANIZATION_SOCIAL_ACTION_NOTIFICATIONS)