All Products
Search
Document Center

Chat App Message Service:Configure the HTTP Request node

Last Updated:Sep 14, 2024

This topic describes how to configure the HTTP Request node. This node can send HTTP requests to a specified URL.

Node information

Node icon

image

Node name

HTTP Request

Prerequisites

You have accessed the chat flow orchestration page. Perform the following steps to go to the chat flow orchestration page: Log on to the Chat App Message Service console. In the left-side navigation pane, click Chat Flow. On the page that appears, click the Flow Management tab. Then, click the name of the chat flow that you want to manage.

image

Procedure

  1. Click the HTTP Request icon on the canvas to show the node configuration section on the right side.image

  2. Configure the node based on your business requirements. For more information, see the Parameters section of this topic.

  3. Click Save.

Parameters

Parameter

Description

Sample image

Request Method

Select a request method. Valid values:

  • POST

  • GET

image

Timeout

Specify a response timeout period for requests.

URL

Specify the URL that receives requests.

Content-Type

Valid values:

  • application/json

  • application/x-www-form-urlencoded

Add Header

Specify the following parameters:

  • Key

  • Value

image

Add Body

Specify the following parameters:

  • Key

  • Value

image

Add Variable

-

Failure Branch

Turn on Failure Branch to handle steps with failed requests.

image