Define a Dynamic Trigger
const dynamicOnIssueOpenedTrigger = client.defineDynamicTrigger({ id: "github-issue-opened", event: events.onIssueOpened, source: github.sources.repo, });
The options for the dynamic trigger.
Hide options
Used to uniquely identify a DynamicTrigger
An event from an Integration package that you want to attach to the DynamicTrigger. The event types will come through to the payload in your Job’s run.
An external source fron an Integration package
Was this page helpful?