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.
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