- Ably FAQs
- Integrations
- Events, Webhooks and Functions
-
Account billing and packages
-
General
-
Realtime API and client libraries
-
Troubleshooting
-
Channels
-
REST API and client libraries
-
Ably error codes
-
Account and app setup and configuration
-
Ably architecture, transports, and security
-
Performance and Redundancy
-
Push Notifications
-
Integrations
-
Migrating to Ably from an existing service
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.