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
Subscribed webhook for event filter '/restapi/v1.0/glip/tasks' have not receive events
Tags: webhooks, subscription
Apr 20, 2022 at 12:29pm   •   2 replies  •  0 likes
Oleg Zaiat

I've create a subscription webhook for event filter = '/restapi/v1.0/glip/tasks', but didn't get eny events on create/delete/update a task. Why ?

on Apr 20, 2022 at 1:12pm   •  0 likes

Out of my curiosity, where did you get that event filter from? I don't see it in the list of event filters in the API reference.

on Apr 20, 2022 at 1:16pm   •  0 likes

Yeah, me too. But.. it could be excellent if it will be :)

1 Answer
answered on Apr 20, 2022 at 2:40pm  

So instead of asking such a question, ask how to get Team Messaging Task notification events.

In fact, you just need to subscribe for the ''/restapi/v1.0/glip/posts' event and detect the type in the event payload. E.g.

{
  "id": "37742841397252",
  "groupId": "1152743292930",
  "type": "TextMessage",
  ...
  "attachments": [
    {
      ...
      "section": "Delete",
      "status": "Pending",
      "subject": "Check and clean up",
      "type": "Task"
    }
  ],
  ...
  "eventType": "PostAdded"
}

 1
on Apr 20, 2022 at 2:57pm   •  0 likes

Yeah, great, but how it will help me to catch an event on update (title, assignees, due datetime, e.t.c.) a task?

on Apr 21, 2022 at 8:16am   •  0 likes

I don't have the details of what user action would trigger an event for a task. But you can easily detect it with your experiment by subscribing for /posts events, then create a task, modify and update it to see what event and event payload you will get.

It would be great if you can test and share your findings here.

on Apr 21, 2022 at 8:25am   •  0 likes

Actually this is strange, I mean, why the update of task status or assignees are fire-up the post event, but N O T for task title, description and most important is the due date-time ?



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