feat(webhook/catch-raw-webhook): add sync support
This commit is contained in:
@@ -103,6 +103,10 @@ class Step extends Base {
|
||||
return `/webhooks/connections/${this.connectionId}`;
|
||||
}
|
||||
|
||||
if (this.parameters.workSynchronously) {
|
||||
return `/webhooks/flows/${this.flowId}/sync`;
|
||||
}
|
||||
|
||||
return `/webhooks/flows/${this.flowId}`;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user