# Callable recipes - Return response from recipe action
THIS ACTION IS DEPRECATED
This action is deprecated and applies only to legacy callable recipes with the New call for recipe trigger. If you use this action with any other trigger, an error occurs.
Existing recipes that use this action continue to function indefinitely. For new recipes, use the Recipe functions - Return data from a recipe function action. Refer to the Recipe functions FAQ for more information.
This action responds to the recipe call with a status confirmation together with any data. This action will respond with a data format defined in the New call for recipe trigger.
Return response from recipe action
# Input fields
Input field | Description |
---|---|
Response type | Select a response (Success or Error) according to the recipe logic. |
Reply/Response | Depending on the response type, a relevant input field will be displayed for mapping. |
Content type | If you select Raw response in the trigger, define the response data type here. |
Error message | If you chose an Error response type, provide an appropriate error message here. |
If you are using a REST-enabled recipe, these input fields will also be relevant.
Input field | Description |
---|---|
Error code | If you chose an Error response type, choose a HTTP error code to respond with. |
Custom error response? | Select Yes to send content of Error message input as the response body. |
Last updated: 12/19/2024, 5:43:58 AM