We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6648ef commit ed543dfCopy full SHA for ed543df
apps/sim/app/api/webhooks/route.ts
@@ -1197,7 +1197,7 @@ async function createGrainWebhookSubscription(
1197
1198
const requestBody: Record<string, any> = {
1199
hook_url: notificationUrl,
1200
- hook_type: 'recording_added', // Required parameter - fires when a new recording is added
+ hook_type: 'recording_added',
1201
}
1202
1203
// Build include object based on configuration
0 commit comments