Skip to content

Configure response handlers

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

FieldDescription
NameRead-only, the name will be generated based on the other fields
ActionThe action for which this response handler will be used
Sub FlowThe 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)
ActiveIf unchecked the response handler will not be used
OrderThe priority of the response handler, lower order will be triggered first
Status CodesThe 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