ConfigureHTTPResponse
This Activity is used to configure HTTP response codes that you want to use in your REST reply.
When using this Activity, keep the following considerations in mind:
- The flow in which you want to add the ConfigureHTTPResponse Activity must have a ReceiveHTTPMessage trigger.
- Do not use this Activity with subflows.
Settings
Field | Description |
---|---|
Trigger Name | The list of triggers to which this flow is attached. This field is displayed only when the flow is attached to multiple REST triggers. Select a trigger in which the code that you want to use is configured. |
Code | List of response codes that you have configured in the selected trigger. Select a response code that you want to use. |
Input
Displays the schema for the code that you selected on the Settings tab. Map the elements in the schema in the mapper or manually enter the values that you want to send as a response.
Note: For multiple response codes in the
ReceiveHTTPMessage REST trigger, map the
Response Body and
Response Headers from the trigger with the
Input in this Activity. The image shows the
Input with
headers and
body mapped from the REST trigger response codes.


Output
Displays the schema for the code in a read-only tree format.