Question

How to pass Exercise all requested permissions for Glip scope(permission)

  • 15 September 2021
  • 2 replies
  • 550 views

Hi,

We are in process of satisfying Graduation requirements for our RingCentral BOT application in Dev sandbox. We enabled the Bot webhooks and subscribed to Glip:Posts and Glip:Groups events in Apps --> <AppName> --> Bot Webhooks . The webhook subscription is created automatically upon Bot installation and it is working as expected.


Our permissions are

Team MessagingFor Team Messaging related operations
Webhook SubscriptionsNeeded for Subscription enable
GlipFor the subscribed Glip:Posts and Glip:Groups events


Here is our current status of Graduation Requirement

1631716232357.png


Could you please help us to satisfy Exercise all requested permissions for Glip scope(permission) as mentioned above ?


we are using HapiJs framework and once we receive the webhook Glip events we responded with 200 Status code.

reply('').code(200);


Is there anything we missed out or need to handle to satisfy this requirement ?

Thanks in Advance.


Regards,

Raja


2 replies

Userlevel 1

I think Team Messaging and Glip are equivalent. Glip is there for legacy. Try removing the Glip permission and wait for an hour and retry the graduation.

Let me know if that does not help

Hi,

If we remove the Glip from the permissions then Webhook subscription is not created.

Glip permission is needed for Glip:posts and Glip:Groups webhook events subscription.


Reply