1. Ably FAQs
  2. Integrations
  3. Events, Webhooks and Functions

Why isn't the channel filter regex in my integration rule working?

It's worth checking that you are correctly formatting the regex in your rule. If you want to trigger all channels that are prepended by public, you would want to set the channel filter as 'public.*' and not just the wildcard 'public*'. The latter will not trigger the rule.

It's also worth checking out our guide on testing Ably queue rules or webhooks.

If you need any further help, please reach out on our support portal and we will be happy to assist you.