Cloud Flow Invoke Hook

Block Information

Available in: Page Flow

Toolbox Category: Cloud Flow

Block Type: Regular

The Cloud Flow Invoke Hook block is used to communicate with a Web Hook Cloud Flow defined in your app, from a page or form.

For security purposes, this block only works with web hook cloud flows with a POST method.

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

  • Hook URL: Value Parameter that accepts a text value representing the unique URL of the Web Hook. The Cloud Flow : URL of Web Hook block comes pre-attached for easy selection of the available web hooks.

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

  • 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