The Send Request block runs a request that you select from a collection and sends the result from its output port.
Send - If you connect another block to this input port, that block triggers the Send Request block to run.
Success - Sends the response of a successful API request. A successful request has a 2xx HTTP status code.
Fail - Sends the response of an unsuccessful API request. An unsuccessful request has an HTTP status code other than 2xx.
Select a request - Select this dropdown list to see all the collections in your workspace. Select a collection, then select a request.
The Select and Evaluate blocks are often connected to the Send Request block. The Select block is useful for extracting specific information from a response. The Evaluate block is useful for transforming response data and creating conditions to route data in your flow based on a response.
Last modified: 2024/08/23