HTTP POST

Description

Send a HTTP Post request using the Network service.

This object only works if the Network service is activated. Read more about that here.


App Builder Object


In Ports

Position

Name

Message Type

Description

Position

Name

Message Type

Description

1

Trigger

Trigger

Send HTTP Post request.

2

URL

String

Destination URL that will receive the HTTP Post request. http and https are supported.

3

Headers

Array

Array containing string representation of HTTP request headers with key and value. Click here for more information about the header format.

4

Body

String

HTTP request body that will be transmitted to the destination.


Out Ports

Position

Name

Message Type

Description

Position

Name

Message Type

Description

1

Body

String

Body of the HTTP response.

2

Status Code

Number

HTTP status code. Click here for a full list of possible options.

3

Headers

Array

Array containing string representation of HTTP response headers with key and value. Click here for more information about the header format.

4

Error

String

Text describing the error if one occurred. There will also be a pop up message.

 


Properties

Name

Description

Name

Description

Object Name

The name of the object on the canvas.