logologo
Get Started
Guide
Development
Plugins
API
English
简体中文
Get Started
Guide
Development
Plugins
API
English
简体中文
logologo
Workflow
Overview
Getting Started

Triggers

Overview
Collection Event
Schedule
Pre-action Event
Post-action Event
Custom Action Event
Approval
Webhook

Nodes

Overview

AI

Large Language Model

Flow Control

Condition
Loop
Variables
Parallel Branch
Subflow
Output
Delay
End

Calculation

Calculation
Date Calculation
JSON Query
JSON Variable Mapping

Data Operations

Create Data
Update Data
Query Data
Delete Data
SQL Operation

Manual Processing

Manual Processing
Approval
CC

Extended Types

HTTP Request
JavaScript
Notification
Send Email
Response
Response Message
Variables
Execution History
Version Management
Advanced Options

Extension Development

Overview
Extending Trigger Types
Extending Node Types
API Reference
Previous PageSend Email
Next PageResponse Message

#HTTP Response

#Introduction

This node is only supported in synchronous Webhook workflows and is used to return a response to a third-party system. For example, during the processing of a payment callback, if the business process has an unexpected result (such as an error or failure), you can use the response node to return an error response to the third-party system, so that some third-party systems can retry later based on the status.

Additionally, the execution of the response node will terminate the workflow's execution, and subsequent nodes will not be executed. If no response node is configured in the entire workflow, the system will automatically respond based on the flow's execution status: returning 200 for successful execution and 500 for failed execution.

#Creating a Response Node

In the workflow configuration interface, click the plus ("+") button in the flow to add a "Response" node:

20241210115120

#Response Configuration

20241210115500

You can use variables from the workflow context in the response body.