Docs/Triggers & Input/Start / Webhook

Start / Webhook

Triggers & Input

Start / Webhook Node

Overview

Supports the following operations: Text, File, JSON Body, Multipart Form, POST (Default), GET, PUT, PUT, DELETE, JSON Body, Multipart Form.

Configuration

PropertyTypeDefaultDescription
testPayloadstring—Configuration field for testPayload
testContentTypestring—Configuration field for testContentType
httpMethodstring—Configuration field for httpMethod
webhookSecretstring—Configuration field for webhookSecret
cronstring—Configuration field for cron

Output Variables

Reference these variables in downstream nodes using the {{node.field}} syntax.

{{start.query}}
anyOutput field: query
{{start.user_id}}
anyOutput field: user_id
{{start.body}}
anyOutput field: body
{{start.headers}}
anyOutput field: headers

Examples

Basic Usage

Example configuration:

{
  "testPayload": "value",
  "testContentType": "value",
  "httpMethod": "value",
  "webhookSecret": "value",
  "cron": "value"
}

Tips & Best Practices

  • •Ensure all required fields are configured.
  • •Check the output variables to see available data.

Try Start / Webhook in Your Workflow

Create a free account and start building AI-powered workflows with the Start / Webhook node.

Open Workflow Editor