Skip to main content

object

WebhookNodeData

LLM
View as Markdown
Open llms.txt

Properties

  • Name
    url
    Type
    string
    Description
    HTTPS webhook endpoint to call.
  • Name
    eventType
    Type
    string
    Description
    Lowercase event identifier matching the backend webhook validator.
  • Name
    payload
    Type
    object
    Description
    JSON object/template sent as the webhook request body. Runtime renders this through a block resolver when configured; journey V1 currently sends the configured JSON verbatim.

Related operations