Expand my Community achievements bar.

My requirment is to get the notification in My App whenever someone post a comment on a prototype and by using on/off command enable/disable the notification. I am not able to find the correspoding events/API to achieve this. Please help me.

Avatar

Level 1

My requirment is to get the notification in My App whenever someone post a comment on a prototype and by using on/off command enable/disable the notification. I am not able to find the correspoding events/API to achieve this. Please help me.

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

2 Replies

Avatar

Employee

This capability will be publicly available soon. For now, Adobe created a Slack- and Microsoft Teams app that can do exactly that. See https://medium.com/adobetech/how-adobe-i-o-events-boosts-collaboration-in-the-slack-creative-cloud-i...

Avatar

Level 1

Thanks for the information.

I have some doubts regarding Adobe Cretive cloud assest events(Adobe IO Events):-

1)what is "sub" key in oauth token respose?

after receiving the authorization code,sending a post request to token endpoint

https://ims-na1.adobelogin.com/ims/token/

and getting the response below:-

{
  "access_token": "eyJ4NXU...",
  "refresh_token": "eyJ4NXU...",
  "sub": "5BEB2BB...@AdobeID",--------what is this used for?
  "address": {
  "country": "US"
  },
  "email_verified": "true",
  "name": "USERNAME",
  "token_type": "bearer",
  "given_name": "USERNAME",
  "expires_in": 86399985,
  "family_name": "USERNAME",
  "email": "USERNAME@example.com"
}

2)how webhook integration for creative cloud assets diffrentiating notifications for different users?

In Webhook notification response getting 'xdmImsUser:id' as a key.

are both token key "sub" and xdmImsUser:id' same(nothing but user Id)?