Skip to content

Manage queue records

This table contains all inbound and outbound messages.

FieldDescription
NumberAuto-generated number
IntegrationReference to Integration that this queue record relates to
RecordReference to a record within ServiceNow that this queue record relates to
DirectionOutgoing if this message was sent from ServiceNow, Incoming if this message was sent to ServiceNow
StateThe state of the message: New - The message has been inserted but has not been send yet Processing - The message is currently being send or being processed Processed - The message has been processed, no further action will be taken Failed - Something went wrong while processing the message Retry - Manual action, if set to this status the message will be retried
ActionReference to Action if direction is Outgoing
Web ServiceReference to Web Service if direction is Incoming
MID ServerReference to the MID Server record if this has been configured for the related Action->Endpoint
AttachmentReference to the Attachment if this record was generated for an attachment

Request

FieldDescription
Request URLThe URL used for this request
HTTP MethodThe HTTP method used for this request
Request HeadersThe custom headers used for this request
Request MessageThe request body used for this request

Response

FieldDescription
Response CodeThe response code returned by the web service
Response HeadersThe response headers returned by the web service
Response MessageThe response body returend by the web service