Skip to content

Commit 71f32a2

Browse files
fix(webhooks): pass correlation into preprocessing
1 parent 78db4ee commit 71f32a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/sim/background/webhook-execution.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,7 @@ async function executeWebhookJobInternal(
222222
triggerType: "webhook",
223223
executionId,
224224
requestId,
225+
triggerData: { correlation },
225226
checkRateLimit: false,
226227
checkDeployment: false,
227228
skipUsageLimits: true,

0 commit comments

Comments
 (0)