HTTP Post

Block Information

Available in: Page Flow and Cloud Flow

Toolbox Category: HTTP/REST

Block Type: Regular

The HTTP Post block is used to send a HTTP Post request from your page or form to a specified URL.

HTTP Post block

The block consists of the following (from top to bottom):

  • URL: Value Parameter that accepts a text value representing the URL where you want the request to be sent.

  • Data: Optional Value Parameter that accepts an object value representing the data to be sent.

  • Success Tasks: a Flow Parameter where you connect blocks that specify what you want done when the operation completes successfully. The HTTP Data block can be used to access the output (if any).

  • Fail Tasks: a Flow Parameter where you connect blocks that specify what you want done when the operation reports an error. The HTTP Error block can be used to access the error information.

Last updated