Super-Filter webhook advanced filtering
This is a private version, not available to general public as of now. This "super-filter" does: - Filter-out webhooks depending on a filter Condition - Eliminate Duplicates based on "etag" (or any other webhook parameter) Cost of this Api: - Blocked incoming webhook = 1 RapidApi call (1 incoming). - Forwarded filtered webhook = 2 RapidApi calls (1 incoming, 1 outgoing). --- ### Tech details The…
Super-Filter webhook advanced filtering endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
keepAlive /keepAlive |
This endpoint must be called once every 7 days, so that the webhook service continues to operate. |
| POST |
(Internal) Input event pc /bcInternalInputEvent |
This is an "internal webhook". It should not be directly called. It exists only for internal management purposes. |
| POST |
(Placeholder) (Internal) Push webhook /bcForwardWebhookToClient |
This is an "internal webhook". It should not be directly called. It exists only for internal purposes, to push the right webhook at the right moment. |
Super-Filter webhook advanced filtering pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $11.99 / month | — |
|
| ULTRA | $15.99 / month | — |
|