Cloud Flow Invoke Hook
Last updated
Last updated
The Cloud Flow Invoke Hook
block is used to communicate with a 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: that accepts a value representing the unique URL of the Web Hook. The block comes pre-attached for easy selection of the available web hooks.
Data: Optional that accepts an value representing the request data to be sent to the web hook.
Success Tasks: a where you connect blocks that specify what you want done when the operation completes successfully. The block can be used to access the output (if any).
Fail Tasks: a where you connect blocks that specify what you want done when the operation reports an error. The block can be used to access the error information.