Execute API Call
Last updated
Last updated
Connection Name: that accepts a value representing the name of the to use.
Data: Optional that accepts an value representing the request data to be used for the API Call. The properties of the provided object will be combined with the .
Params: Optional that accepts an value representing the request parameters to be used for the API Call. The properties of the provided object will be combined with the .
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 of the API call.
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.