get-webhook-url
Retrieve the webhook URL for an n8n workflow to trigger it from external services. Extracts the webhook path from workflow nodes.
Instructions
Get the webhook URL for a workflow. Extracts webhook path from workflow nodes. IMPORTANT: Arguments must be provided as compact, single-line JSON without whitespace or newlines.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Workflow ID | |
| clientId | Yes | Client ID from init-n8n |