create_webhook_trigger
Create a webhook trigger on a workflow and receive a one-time plaintext token for authentication. The token is shown once and must be handled immediately.
Instructions
Create a webhook trigger on a workflow. Returns the trigger AND its plaintext token — shown ONCE and never retrievable again. Hand the token to your human immediately; do not store it in an entity field.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| triggerId | Yes | The id of the trigger node in the workflow document. | |
| workflowId | Yes | The workflow's id. | |
| expectedInputSchema | No | JSON schema the incoming payload must match. Defaults to {}. |