HTTP Get

Block Information

Available in: Page Flow and Cloud Flow

Toolbox Category: HTTP/REST

Block Type: Regular

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

HTTP Get 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.

  • 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