- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2022 11:06 PM
Query form Jeremy Hall@charter.com on #webex4devs space:
Is there a way to specify a not condition in webhooks filter, for example not roomId=blah, to notify on all rooms except this one?
Best regards,
Rudrakshi Srivastava
Solved! Go to Solution.
- Labels:
-
Webex API
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2022 11:13 PM
Unfortunately, there is no negative filter (i.e filter by !=) allowed at the webhook level so you would need to come up with some other filtering method on your end after you receive the webhook payload.
To get a deeper insight of how to user webhook filters, I would recommend you to please refer to the documentation here: https://developer.webex.com/docs/webhooks#filtering-webhooks .
Moreover you may also submit a feature request via the customer collaboration portal (https://ciscocollabcustomer.ideas.aha.io/ideas/) for product management to review.
Hope you find this helpful!
Best regards,
Rudrakshi Srivastava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2024 08:04 AM
Hello @Rudrakshi,
Has this webhook filter functionality changed since this was posted 2 years ago, or do webhooks still not support negative filtering?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2024 12:03 AM
Hello @ZachDaniel42904 ,
Unfortunately, it is not yet supported. However, I couldn't find any feature request for this either. If you want you can submit a feature request via the portal (https://ciscocollabcustomer.ideas.aha.io/ideas/) for product management to review.
Best regards,
Rudrakshi Srivastava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2022 11:13 PM
Unfortunately, there is no negative filter (i.e filter by !=) allowed at the webhook level so you would need to come up with some other filtering method on your end after you receive the webhook payload.
To get a deeper insight of how to user webhook filters, I would recommend you to please refer to the documentation here: https://developer.webex.com/docs/webhooks#filtering-webhooks .
Moreover you may also submit a feature request via the customer collaboration portal (https://ciscocollabcustomer.ideas.aha.io/ideas/) for product management to review.
Hope you find this helpful!
Best regards,
Rudrakshi Srivastava
