The Response block

Response block

The Response block is a special block that can only be added to actions The Response block sends data back to a request made to a deployed action’s URL. It receives data from other blocks in the action that are connected to its input ports. Every new action automatically includes one Response block. You can add multiple Response blocks to your actions to send different response codes depending on the results.

Inputs

  • Status Code - This code will be included in the response to the request received by the deployed action's URL. Learn more about valid status codes.
  • Headers - This data will be included in the headers of the response to the request received by the deployed action's URL.
  • Body - This data will be included in the body of the response to the request received by the deployed action's URL.

Setup

  • Status Code - Enter the code to be included in the response.

To include data from the action as headers or body data in the response, connect one or more blocks to the corresponding input port.

Last modified: 2025/04/22