-
-
Notifications
You must be signed in to change notification settings - Fork 797
Closed
Labels
area/integrationsdocumentationImprovements or additions to documentationImprovements or additions to documentation💎 Bounty💰 Rewarded
Milestone
Description
We need to create a full guide in the documentation that covers EventFilter
and how to use it.
We currently have a small section on the docs event page, but this should be fleshed out and turned into a full separate page.
Check out this file for how it works:
https://github.com/triggerdotdev/trigger.dev/blob/main/packages/core/test/eventFilterMatches.test.ts
Should also cover how to use it in the context of eventTrigger
:
filter?: EventFilter; |
Other types of Triggers also support EventFilter
, such as stripe triggers:
trigger.dev/integrations/stripe/src/index.ts
Line 345 in 645643e
filter?: EventFilter; |
From SyncLinear.com | TRI-970
Metadata
Metadata
Assignees
Labels
area/integrationsdocumentationImprovements or additions to documentationImprovements or additions to documentation💎 Bounty💰 Rewarded