Skip to content

Configure response handlers

Response Handlers are used to trigger a sub flow when the defined HTTP status code(s) is returned

Field Description
Name Read-only, the name will be generated based on the other fields
Action The action for which this response handler will be used
Sub Flow The sub flow that will be triggered. It needs the following inputs:
handler (reference to the handler record)
queue_record (reference to the queue record)
response_code (integer)
response_message (string)
Active If unchecked the response handler will not be used
Order The priority of the response handler, lower order will be triggered first
Status Codes The status codes on which this should trigger. This can be:
one status code, ex: 400
multiple status codes, ex: 400,401,402,403
range of status codes, ex: 400-403
mix of the above, ex: 400,405-410,500