create_webhook
Create a webhook URL for an n8n workflow with a custom path and HTTP method, enabling external services to trigger that workflow.
Instructions
Create a webhook URL for a workflow with custom configuration
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Custom webhook path (optional) | |
| method | No | HTTP method for the webhook | POST |
| workflowId | Yes | The workflow ID |