MCPcopy Index your code
hub / github.com/triggerdotdev/trigger.dev / get

Method get

integrations/typeform/src/forms.ts:27–44  ·  view source on GitHub ↗
(key: IntegrationTaskKey, params: GetFormParams)

Source from the content-addressed store, hash-verified

25 }
26
27 get(key: IntegrationTaskKey, params: GetFormParams): Promise<GetFormResponse> {
28 return this.runTask(
29 key,
30 async (client, task) => {
31 return client.forms.get(params);
32 },
33 {
34 name: "Get Form",
35 params,
36 properties: [
37 {
38 label: "Form ID",
39 text: params.uid,
40 },
41 ],
42 }
43 );
44 }
45}

Callers 1

webhookHandlerFunction · 0.45

Calls 1

runTaskMethod · 0.45

Tested by

no test coverage detected