...
Go to Build > Data sources > External integrations.
Click the Add external integration button;
Next, click the ServiceNow knowledge base card and provide the following information:
Name the data source;
Select existing credentials to ServiceNow;
Add a description for the data source;
(Optional) Specify the Articles language, e.g.
en
orfr
.Specify the ServiceNow portal URL suffix (ONLY relevant for the Links to the articles);
Specify the ServiceNow article identifier, for example,
number
orsys_id
.(Optional) Select the Main language of the articles, either English or French.
Type an SQL filter (Glide query) to filter the articles of the ServiceNow knowledge base. Note that by default, all articles are retrieved.
Specify the ServiceNow article identifier, for example,
number
orsys_id
.Specify the ServiceNow portal URL suffix (ONLY relevant for the Links to the articles);
What is a Glide Query?
A Glide query is an API used to query a ServiceNow database. If you are new to ServiceNow and GlideQuery, we recommend you read the ServiceNow GlideQuery API documentation.
...