object
WebhookNodeData
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
- List journeysGET /journeys
- Create journeyPOST /journeys
- Get journeyGET /journeys/{id}
- Update journeyPATCH /journeys/{id}
- Publish journeyPOST /journeys/{id}/publish
- Activate journeyPOST /journeys/{id}/activate
- Pause journeyPOST /journeys/{id}/pause
- List journey versionsGET /journeys/{id}/versions
- Get journey versionGET /journeys/versions/{versionId}