News & Announcements User Community Developer Community

Welcome to the RingCentral Community

Please note the community is currently under maintenance and is read-only.

Search
Make sure to review our Terms of Use and Community Guidelines.
  Please note the community is currently under maintenance and is read-only.
Home » Developers
Glip post subscription stopped working
Tags: rest api
Jan 7, 2021 at 6:10am   •   1 replies  •  0 likes
doug-routledge

Subscriptions to /restapi/v1.0/glip/posts no longer fire when new messages arrive. Is there a replacement method for this, or is something broken?

1 Answer
answered on Jan 7, 2021 at 8:57am  

Just tested on my sandbox and it works for me. Here is the code snippet and trace. Did the problem happen on your sandbox or production? Did you use Webhooks or PubNub?


function subscribe_for_notification(){
    subscription.setEventFilters([
      '/restapi/v1.0/glip/posts',
    ])
    .register()
    .then(function(subscriptionResponse) {
        console.log("Ready to receive incoming notification via PubNub.
    })
    .catch(function(e) {
        console.error(e);
        throw e;
    });
}
#####
LMRC7780:QS_NodeCode_4.0 phong.vu$ node pubnub-notification
Login success
Ready to receive incoming notification via PubNub.
SUBSCRIPTION NOTIFICATION.....
{ id: '4514701316',
  groupId: '589053958',
  type: 'TextMessage',
  text: 'Post something',
  creatorId: '178009004',
  addedPersonIds: null,
  creationTime: '2021-01-07T16:54:03.333Z',
  lastModifiedTime: '2021-01-07T16:54:03.333Z',
  attachments: null,
  activity: null,
  title: null,
  iconUri: null,
  iconEmoji: null,
  mentions: null,
  eventType: 'PostAdded' }



 0



A new Community is coming to RingCentral!

Posts are currently read-only as we transition into our new platform.

We thank you for your patience
during this downtime.

Try Workflow Builder

Did you know you can easily automate tasks like responding to SMS, team messages, and more? Plus it's included with RingCentral Video and RingEX plans!

Try RingCentral Workflow Builder

PRODUCTS
RingEX
Message
Video
Phone
OPEN ECOSYSTEM
Developer Platform
APIs
Integrated Apps
App Gallery
Developer support
Games and rewards

RESOURCES
Resource center
Blog
Product Releases
Accessibility
QUICK LINKS
App Download
RingCentral App login
Admin Portal Login
Contact Sales
© 1999-2024 RingCentral, Inc. All rights reserved. Legal Privacy Notice Site Map Contact Us