NextGen Knowledge Center

Connector Map Variables

After a request finishes, the connector map will automatically have the following entries available. These can be used from within the Response Transformer.

KeyValue
responseStatusLineThis is the full status line of the HTTP response, e.g. "HTTP/1.1 200 OK". It includes the HTTP version, the response code, and the response code reason.
responseHeadersA MessageHeaders object containing all headers received in the response. Look in the for additional information.