Skip to content

Commit 446bce9

Browse files
authored
Clarify workflowId validation in webhooks documentation
Removed note about workflowId not being validated.
1 parent 3498e4c commit 446bce9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/features/webhooks.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,6 @@ class OrderWorkflow extends Workflow
7575
POST /webhooks/signal/order-workflow/{workflowId}/mark-as-shipped
7676
```
7777

78-
**Important:** The `{workflowId}` in signal webhook URLs is passed directly by the caller and is not validated for ownership. If your application requires that only authorized users can send signals to specific workflows, you should use signed URLs or implement authorization checks in a custom authenticator.
79-
8078
### Example Request
8179
```bash
8280
curl -X POST "https://example.com/webhooks/signal/order-workflow/1/mark-as-shipped" \

0 commit comments

Comments
 (0)