MCPcopy
hub / github.com/triggerdotdev/trigger.dev / TriggerIntegration

Interface TriggerIntegration

packages/trigger-sdk/src/integrations.ts:6–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4export type { ConnectionAuth } from "@trigger.dev/core";
5
6export interface TriggerIntegration {
7 id: string;
8 metadata: IntegrationMetadata;
9 authSource: "LOCAL" | "HOSTED";
10 cloneForRun: (io: IO, connectionKey: string, auth?: ConnectionAuth) => TriggerIntegration;
11}
12
13export type IOWithIntegrations<TIntegrations extends Record<string, TriggerIntegration>> = IO &
14 TIntegrations;

Callers

nothing calls this directly

Implementers 15

Replicateintegrations/replicate/src/index.ts
Linearintegrations/linear/src/index.ts
Airtableintegrations/airtable/src/index.ts
Typeformintegrations/typeform/src/index.ts
Resendintegrations/resend/src/index.ts
SendGridintegrations/sendgrid/src/index.ts
OpenAIintegrations/openai/src/index.ts
Supabaseintegrations/supabase/src/database/ind
SupabaseManagementintegrations/supabase/src/management/i
Githubintegrations/github/src/index.ts
Slackintegrations/slack/src/index.ts
Shopifyintegrations/shopify/src/index.ts

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…