Skip to content

Commit 28df666

Browse files
author
aadamgough
committed
removed comments
1 parent 0e3df48 commit 28df666

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

apps/sim/triggers/grain/utils.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ export function grainSetupInstructions(eventType: string): string {
2121
'You can find or create your API key in Grain at <strong>Settings > Integrations > API</strong>.',
2222
`Click <strong>"Save Configuration"</strong> to automatically create the webhook in Grain for <strong>${eventType}</strong> events.`,
2323
'The webhook will be automatically deleted when you remove this trigger.',
24-
'To access additional data like AI summaries, highlights, or participants, use the <strong>"Grain Get Recording"</strong> tool with the recording ID from this trigger.',
2524
]
2625

2726
return instructions
@@ -40,11 +39,11 @@ export function buildRecordingOutputs(): Record<string, TriggerOutput> {
4039
return {
4140
type: {
4241
type: 'string',
43-
description: 'Event type (recording_added or recording_updated)',
42+
description: 'Event type',
4443
},
4544
user_id: {
4645
type: 'string',
47-
description: 'User UUID who triggered the event (nullable)',
46+
description: 'User UUID who triggered the event',
4847
},
4948
data: {
5049
id: {

0 commit comments

Comments
 (0)