Servicenow

Servicenow logo

Servicenow

This connector enables AI agents and RAG systems to retrieve context from Servicenow through Airweave’s unified search layer.

Configuration

ServiceNow source connector.

Syncs Incidents, Knowledge Base Articles, Change Requests, Problem Records, and Service Catalog Items from a ServiceNow instance using the Table API with Basic Auth (instance URL, username, password).

Authentication

Supported authentication methods:

  • Direct Credentials
  • Auth Provider

Configuration Options

This connector does not have any additional configuration options.

Data Models

The following data models are available for this connector:

Schema for ServiceNow Incident.

Table: incident

FieldTypeDescription
sys_idstrUnique system ID of the incident.
numberstrHuman-readable incident number (e.g. INC0010001).
short_descriptionOptional[str]Short description of the incident.
descriptionOptional[str]Full description of the incident.
stateOptional[str]Incident state (e.g. New, In Progress, Resolved).
priorityOptional[str]Priority level.
categoryOptional[str]Category of the incident.
assigned_to_nameOptional[str]Name of the assignee.
caller_id_nameOptional[str]Name of the caller/requester.
created_atOptional[datetime]When the incident was created.
updated_atOptional[datetime]When the incident was last updated.
web_url_valueOptional[str]URL to view the incident in ServiceNow.

Schema for ServiceNow Knowledge Base Article.

Table: kb_knowledge

FieldTypeDescription
sys_idstrUnique system ID of the article.
numberstrArticle number (e.g. KB0010001).
short_descriptionOptional[str]Short description or title of the article.
textOptional[str]Full text content of the article.
author_nameOptional[str]Name of the author.
kb_knowledge_base_nameOptional[str]Knowledge base name.
category_nameOptional[str]Category of the article.
workflow_stateOptional[str]Workflow state (e.g. published, draft).
created_atOptional[datetime]When the article was created.
updated_atOptional[datetime]When the article was last updated.
web_url_valueOptional[str]URL to view the article in ServiceNow.

Schema for ServiceNow Change Request.

Table: change_request

FieldTypeDescription
sys_idstrUnique system ID of the change request.
numberstrChange request number (e.g. CHG0010001).
short_descriptionOptional[str]Short description of the change.
descriptionOptional[str]Full description of the change.
stateOptional[str]Change state (e.g. New, Assess, Authorize, Scheduled).
phaseOptional[str]Change phase.
priorityOptional[str]Priority level.
typeOptional[str]Type of change (normal, standard, emergency).
assigned_to_nameOptional[str]Name of the assignee.
requested_by_nameOptional[str]Name of the requester.
created_atOptional[datetime]When the change was created.
updated_atOptional[datetime]When the change was last updated.
web_url_valueOptional[str]URL to view the change request in ServiceNow.

Schema for ServiceNow Problem Record.

Table: problem

FieldTypeDescription
sys_idstrUnique system ID of the problem.
numberstrProblem number (e.g. PRB0010001).
short_descriptionOptional[str]Short description of the problem.
descriptionOptional[str]Full description of the problem.
stateOptional[str]Problem state.
priorityOptional[str]Priority level.
categoryOptional[str]Category of the problem.
assigned_to_nameOptional[str]Name of the assignee.
created_atOptional[datetime]When the problem was created.
updated_atOptional[datetime]When the problem was last updated.
web_url_valueOptional[str]URL to view the problem in ServiceNow.

Schema for ServiceNow Service Catalog Item.

Table: sc_cat_item

FieldTypeDescription
sys_idstrUnique system ID of the catalog item.
namestrName of the catalog item.
short_descriptionOptional[str]Short description of the catalog item.
descriptionOptional[str]Full description.
category_nameOptional[str]Category name.
priceOptional[str]Price if applicable.
activeOptional[bool]Whether the item is active.
created_atOptional[datetime]When the item was created.
updated_atOptional[datetime]When the item was last updated.
web_url_valueOptional[str]URL to view the catalog item in ServiceNow.