Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Once you have created a report in Airtable, you might need to export it in various formats for analysis, presentation, or sharing purposes. Kognitos simplifies this process by allowing you to specify the desired export format directly in your command.
This command instructs Kognitos to export the "Projects by Status" report from Airtable in CSV format. The CSV format is versatile and widely used for data manipulation and analysis in various software, including spreadsheet applications.
Exporting a report to PDF is particularly useful when you need a static snapshot of your data for sharing or presentation purposes. PDFs maintain formatting and are ideal for distributing reports that should not be altered, such as project performance summaries or quarterly reviews.
Exporting reports to Excel allows for further data analysis and manipulation using Excel's robust set of features. Excel files can accommodate complex calculations, charts, and pivot tables, making them suitable for in-depth data analysis tasks.
Creating a report in Airtable involves selecting the type of report, defining the criteria, and choosing the fields to display. In Kognitos, you can specify the type of report you need, the records it should cover, and any specific conditions that must be met. For example:
This command tells Kognitos to create an Airtable report for projects from the last quarter, including specific fields. Kognitos translates this into the appropriate Airtable report creation process, selecting the correct report type and applying the specified filters.
To add a new record to Airtable, you need to specify the type of object you're creating and provide the necessary field values. For example:
This command creates a new project named "New Initiative" with a specified start date and status.
To update an existing Airtable record, you must identify the record by its ID and specify the fields you want to update. For example:
This command updates the status of the specified project to "In Progress".
To delete a specific Airtable record, you need to specify the record and its ID. For example:
This command deletes the record with the specified ID.
Before using a Book’s procedures in an automation, you must learn the Book by adding it to your agent. Follow the steps below to get started.
In the left navigation bar, click on Books.
Click on + New Book.
Search for the Book you'd like to add and click on it.
Note: If the Book requires configuration, you will be prompted to provide configuration details.
Click Add to finish adding your Book.
After learning a Book, publish your agent and create a new Playground. Previously created Playgrounds will not be able to recognize the new Book.
A Book is a set of related automation . Books can be added to an agent to expand automation functionality and integrate with external tools and services.
The Airtable Book integrates with Airtable and helps automate data management. You can read, update, and organize records using natural language, making workflows faster and easier.
Airtable Account: You need to have an active Airtable account. If you do not have one, you can sign up for an Airtable trial account to get started.
API Access: Ensure that your Airtable account has API access enabled. API access is required for Kognitos to communicate with Airtable.
API Token: Obtain your Airtable API token, which is used to securely access Airtable via the API. You can generate this token in your Airtable account settings under "API".
To connect to Airtable, you will need the following credentials:
Airtable Token: The API token for your Airtable account. This token is used to authenticate API requests.
Airtable Base: The name of the Airtable base you want to connect to. This base contains the tables and records you will interact with.
Navigate to Books in the left sidebar menu.
Click on + New Book.
Search for Airtable and then click on the Book that appears.
Add in the credentials when you are prompted
Connection Established: Once the connection is successfully established, you are ready to perform various operations on Airtable. You can now fetch data, create new records, update existing ones, delete records, and more.
This procedure uploads a specified file to an AWS S3 bucket at the given path. The file will be stored in the designated S3 location, making it accessible based on the bucket's permissions and policies.
Example:
This procedure lists file paths from an AWS S3 bucket. Optionally, it can filter the results based on a file prefix, allowing users to list files within a specific folder or matching a particular naming pattern.
Examples:
Managing files within Airtable records is a common requirement for many business processes. Whether it's attaching contracts to projects, downloading report attachments for analysis, or removing outdated files, efficient file management is crucial.
Example: Attaching a PDF Contract to a Project
This command specifies the file to attach (contract.pdf
), identifies the Airtable record by its ID, and indicates the file type. Kognitos handles the process of attaching the file to the specified Airtable record.
Example: Downloading a Contract Attached to a Project
This command retrieves an attached file (contract.pdf
) from a specified Airtable record. Kognitos facilitates the download process, making the file available for local use or review.
Example: Removing an Outdated Contract from a Project
When a file, such as an outdated contract, needs to be removed from an Airtable record, this command specifies the record and the file to be detached. Kognitos processes the request, removing the specified attachment from the Airtable record.
This procedure purges a specified file from an AWS S3 bucket. The operation requires appropriate permissions to delete objects from the specified S3 bucket.
Example:
This procedure uploads a string to an S3 bucket.
Example:
This procedure retrieves a file from AWS S3.
Example:
The AWS S3 Book integrates with Amazon S3, making it easy to store, retrieve, and manage files through automation. With natural language commands, you can seamlessly upload, download, and organize data, reducing manual work and streamlining workflows.
AWS Account: You need to have an active AWS account. If you do not have one, you can sign up for an AWS account to get started.
AWS S3 Bucket: Ensure that you have an S3 bucket created in your AWS account. You can create a new bucket through the AWS Management Console.
AWS Access Credentials: Obtain your AWS access key ID and secret access key. These credentials are required for Kognitos to communicate with AWS S3 securely. You can generate these credentials in the AWS Management Console under "IAM" > "Users" > "Security credentials".
You will need the following access credentials:
AWS Access Key ID: The access key ID associated with your AWS account.
AWS Secret Access Key: The secret access key associated with your AWS account.
AWS S3 Bucket Name: The name of the S3 bucket you wish to interact with.
Navigate to Books.
Click on + New Book.
Search for AWS S3 and click on the Book that appears.
Add in the credentials when you are prompted
Connection Established: Once the connection is successfully established, you are ready to use the procedures in the AWS S3 Book in your automation.
To retrieve a file from Azure Blob Storage, you need to specify the file path and optionally the container URL for retrieving the file.
Examples of Usage:
Retrieving a File with a Specific Path:
Retrieving a File with Both Container URL and File Path:
To upload a file to Azure Blob Storage, you need to specify the file path where the file will be stored in Azure Blob Storage.
Examples of Usage:
Uploading a File to a Specific Path:
Uploading a Different File to Another Path:
This procedure uploads a CSV to a specified AWS S3 bucket at the given path. The CSV content is stored as an object in the specified S3 location, making it accessible based on the bucket's permissions and configurations.
Example:
Approval processes in Airtable are automated sequences that an organization can use to approve records for database operations. These processes are crucial for maintaining data integrity and ensuring that changes or additions to records meet specific criteria set by the organization. The integration of Kognitos with Airtable simplifies the interaction with these processes, making it easier for users to submit objects for approval and track their status.
Approval processes in Airtable are defined workflows that specify the steps required to approve a record. These processes can be applied to various Airtable tables, such as Projects, Employees, or custom tables, depending on the organization's needs. Approval processes typically involve one or more of the following components:
Criteria for entering the process: Defines what records are eligible for approval. For example, a project might need to have a budget greater than $10,000 to require approval.
Approval steps: The sequence of approval actions that need to be taken. This can involve multiple approvers at different stages.
Approval actions: Actions taken when a record is approved, rejected, or recalled, such as updating fields, sending email notifications, or executing custom logic.
With Kognitos, users can submit Airtable records for approval using natural language commands. This simplifies the process, especially for users who may not be familiar with Airtable's interface or approval process configurations.
Example:
In this example, a project is submitted for approval by specifying its ID and providing a comment to give context to the approver. Kognitos translates this command into the appropriate Airtable operation, automating the submission process.
The Azure Blob Storage Book integrates with Azure Blob Storage, allowing you to manage and store data effortlessly. Using natural language commands, you can upload, download, and organize files, simplifying your workflow and reducing manual tasks.
Azure Account: You need to have an active Azure account. If you do not have one, you can sign up for a free Azure account to get started.
Azure Blob Storage: Ensure that you have an Azure Blob Storage account set up. You can create one through the Azure portal.
Access Keys: Obtain the access keys for your Azure Blob Storage account. These keys are required for Kognitos to authenticate and interact with your storage account.
To connect to the Azure Blob Storage Book, you will need the following credentials:
Storage Account Name: The name of your Azure Blob Storage account.
Access Key: The access key for your Azure Blob Storage account. You can find this in the Azure portal under your storage account settings.
Navigate to Books.
Click on + New Book.
Search for Azure Blob Storage and then click on the Book that appears.
Add in the credentials when you are prompted
Connection Established: Once the connection is successfully established, you are ready to perform various operations on Azure Blob Storage. You can now upload files, retrieve files, and manage your storage efficiently.
Sending messages to an Azure Service Bus queue is a fundamental operation when integrating Azure Service Bus with Kognitos. This section covers how to send messages to a specified queue.
Action Description: Sends a message to an Azure Service Bus queue.
Required Concepts:
Message (string): The message to be sent.
Queue name (string): The name of the Azure Service Bus queue the message will be sent to.
Language Example:
This command sends the message "Hello, World!" to the specified queue "myqueue".
This procedure purges a CSV file from an AWS S3 bucket. The operation requires appropriate permissions to delete objects from the specified S3 bucket.
Example:
Receiving messages from an Azure Service Bus queue is another core functionality when integrating Azure Service Bus with Kognitos. This section covers how to receive the latest message from a specified queue.
Action Description: Receives the latest message from an Azure Service Bus queue.
Required Concepts:
Queue name (string): The name of the Azure Service Bus queue from which to receive the message.
Output Concepts:
Message (string): The latest message received from the specified Azure Service Bus queue.
Language Example:
This command receives the latest message from the specified queue "myqueue" and outputs the message.
Automate database record retrieval with the Database Book.
These procedures allow you to get and retrieve records from a database.
To retrieve all the records from a specific table in your database, use the following syntax, replacing table
with the table name.
To retrieve specific records from a database table, you can specify filter conditions.
Use the whose
keyword followed by the condition for which to filter.
You can combine multiple filter conditions using the and
keyword.
Note: This is the only procedure that supports retrieving database records with multiple column filters.
After retrieving records from the database, you can store them in an automation for later reference. To do this, use the following phrase, replacing plural data name
with any meaningful plural term.
To reference a specific record within the retrieved database records, write an additional line using positional keywords like first
, second
, etc.
In the following example:
All the retrieved database records from the query are stored as the records
.
Only the first database record is stored as the employee
.
Automate database record creation with the Database Book.
To create a new database record, use the following procedure:
table
- The name of the database table where the new record will be added.
field
- A specific field in the table (e.g., LastName, FirstName).
value
- The data you want to store in that field.
In this example, person
is the name of the database table. A new record is created in that table with the information provided after with
. Each indented line represents a column (LastName, FirstName, etc.) and its corresponding value.
The Azure Translate Book integrates with Azure Translate, allowing you to automate language translation in your processes.
In order to work with these operations, you must first learn the Translator Book in Kognitos. To do so:
In the left sidebar, click on Books.
In the search bar, search for Translator.
Click on + Book. A pop-up window will appear asking to Add New Book. Click Add.
These are prerequisite steps for configuration within Azure.
Open the Azure Portal and go to Storage accounts from the menu.
Click Create.
Provide the necessary details, including:
Subscription
Resource Group
Storage Account Name
Region
Under Performance, select Standard.
For Redundancy, choose LRS (Locally Redundant Storage).
In the Advanced tab, enable:
Secure transfer
Anonymous access to individual containers
Storage account key access
Review your settings, then click Review + Create to finalize.
Navigate to your new storage account in the Azure Portal.
In the left menu of the storage account, scroll to the Data storage section and select Containers.
Click on + Container.
Provide a name for your container.
Set the level of anonymous access for the containers and blobs.
Open the portal menu and go to All Services.
Search for "Translators". Select Translator under Azure AI services.
Click on Create Translator.
Fill in the Project Details and Instance Details for your translator.
Click on Review + create.
After your translator has been created, you will need to retrieve your translator key from Keys and Endpoint.
After the Book is learned and the translator infrastructure is set up in Azure, you’ll need to connect to the translator within the Kognitos platform. Add the following lines to your Playground or Processes to establish the connection.
translator name
: The name of the Azure translator.
translator key
: The key for the Azure translator.
storage account name
: The name of the Azure storage account.
storage account key
: The key for the Azure storage account.
container name
: The name of the Azure container.
Kognitos will attempt to connect to the translation service using the provided credentials. If the connection is successful, you can proceed with translation operations. Otherwise, please verify your credentials and try again.
This procedure uses Optical Character Recognition (OCR) to extract text from image files or PDF documents. This is useful for processing scanned documents, invoices, receipts, or any files where text is embedded in an image.
This will perform OCR on the file
concept. If the file
does not exist, a question will be asked prompting you to Please provide the file or document. The following file types are supported for upload for this operation:
Image
.jpeg, .jpg, .png, .tif, .tiff
Data
To dump a file to Google Cloud Storage, you need to specify the file and the Google Cloud Storage path. For example:
To purge a file from Google Cloud Storage, you need to specify the file path. For example:
This purges the specified file from Google Cloud Storage.
To dump a CSV to Google Cloud Storage, you need to specify the CSV path and optionally the bucket prefix and folder.
Example 1:
This dumps the specified CSV to the given Google Cloud Storage path.
Example 2:
This dumps the specified CSV to the given Google Cloud Storage path with the specified bucket prefix and folder.
To purge a CSV from Google Cloud Storage, you need to specify the CSV path and the Google Cloud Storage path.
Example 1:
This purges the specified CSV from the given Google Cloud Storage path.
Example 2:
This purges the specified CSV from the given Google Cloud Storage path.
To enrich a question with additional information, you need to specify the details to be enriched. For example:
This enriches the question with the specified details.
Procedure to extract tables from HTML code.
If you have HTML content containing tables, you can use the following procedure to extract those tables. After extracting a table, you can continue working with the data using Kognitos’ table procedures for further manipulation.
Use this syntax when you want to pass the HTML code as text directly in the Playground. The placeholder {html}
should be well-formed HTML code containing one or more tables.
Use this syntax if you want the system to raise a question that prompts you to provide the HTML manually:
Here, the html
will raise a question asking you to provide the data. For the resolution method, you can select Write in answer and paste your HTML code. After submitting, the automation will continue processing.
Retrieve a File at a URL
To retrieve a file from a specified URL, use the following syntax:
Send a GET Request
To send a GET request to a specified URL, use the following commands:
Send a DELETE Request
To send a DELETE request to a specified URL, use the following syntax:
Send a POST Request
To send a POST request to a specified URL, use the following syntax:
Send a PUT Request
To send a PUT request to a specified URL, use the following syntax:
Send a PATCH Request
To send a PATCH request to a specified URL, use the following syntax:
Learn how to extract tables from documents using the get and table keywords.
If there are multiple sections in the document that resemble tables, the system will return them as a list. Below, we show you how to narrow down to a specific table.
If a document contains multiple tables, you can specify which one to extract by referencing a column name:
You can also use relative keywords like first, second, or last to target specific tables:
For more precise filtering, you can use multiple column names:
Directional keywords can be used with document extraction to pinpoint specific lines.
below
: Looks beneath the reference line
above
: Looks on top of the reference line
left
: Looks left of the reference line
right
: Looks right of the reference line
The Azure Service Bus Book integrates with Azure Service Bus to simplify messaging and event-driven workflows. Using natural language commands, you can send, receive, and manage messages between applications.
Azure Subscription: You need to have an active Azure subscription. If you do not have one, you can sign up for a free Azure account to get started.
Azure Service Bus Namespace: Ensure that you have created an Azure Service Bus namespace. This namespace will contain your queues and topics.
Queue Creation: Create the necessary queues within your Azure Service Bus namespace where messages will be sent and received.
Connection String: Obtain the connection string for your Azure Service Bus namespace. This can be found in the Azure portal under your Service Bus namespace settings.
To connect to the Azure Service Bus Book, you will need the following credentials:
Namespace Connection String: The connection string for your Azure Service Bus namespace. This string is unique to your namespace and can be found in the Azure portal.
Queue Name: The name of the queue within your Azure Service Bus namespace where messages will be sent or received.
Navigate to Books.
Click on + New Book.
Search for Azure Service Bus and then click on the book which is shown
Add in the credentials when you are prompted
Connection Established: Once the connection is successfully established, you are ready to perform various operations on Azure Service Bus. You can now send messages, receive messages, and manage queues.
Automate database record updates with the Database Book.
In this example:
Line 1: Retrieves a database record.
Line 2: Stores the retrieved records as the records
.
Line 3: Stores only the first record from the records
as the person
.
Line 4: Updates the DOB of the person
.
Note: This Book does not support updating multiple column records simultaneously. To update multiple column records, please update each record individually.
Procedure for document translation in the Azure Translate Book.
Have you completed the Book set up?
Two syntaxes are supported:
target language code
The ISO 639-1 code of the target language.
Examples: fr
, en
, ja
target language name
The name of the target language.
Examples: hindi
, japanese
, english
target container
(optional)
The container where the translated document will be stored.
processing time limit
(optional)
The maximum time limit for processing the translation in hrs/mins/seconds.
Learn how to extract fields from a document.
To extract fields from a document:
field
:
The item from the document you wish to extract.
Example: invoice number
, id
, name
, date of birth
, supplier name
Don't Forget the
!
When writing your statements, remember to include the the
keyword, as it's necessary to introduce a new field in your automation.
The video showcases how Kognitos simplifies extracting structured data from scanned documents using advanced document processing capabilities. By leveraging AI and tools like Amazon Textract, users can flexibly retrieve specific values, tables, or other data points with natural language commands.
If a document contains multiple fields with the same name, Kognitos will raise a Question prompting the user to select which value to use for an extracted field.
Example
Consider a document with the following information:
Customer Name: John Doe Address: 1234 Elm Street Address: 5678 Oak Avenue
If your automation is written like this:
Kognitos will raise a Question: Multiple values found for address, please pick one. To respond, you can select Pick selected value from the drop-down menu and choose the desired address to use.
To avoid this prompt, use relative indicators like first, second, or last to specify which value to use:
For added clarity, you can also rename the fields:
Kognitos is flexible about extracting specific fields. For example, if a document contains a field called Trailer No., you can extract it by writing:
Even though the field in the document may be labeled Trailer No., the automation recognizes and understands variations in naming, allowing you to refer to it as trailer number.
The automation may sometimes fail to extract a field from a document. This can happen if a field does not exist or is unable to be found. In these cases, Kognitos will raise a Question asking you to Please provide the field. Below is a table outlining the available resolution options.
Write in answer
Manually enter a value for the requested field.
Upload files
Upload a file for the required field.
No value
Indicate that no value is needed at this time.
Skip this step
Skip the field extraction step.
Compute an answer
Open a Mini-Playground to test operations without affecting the main run.
Retry
Retry the failed automation step, useful for issues like timeouts or slow APIs.
Retry after an interval
Re-run the automation after a set period of time.
Automate CRUD operations in Kognitos with the Database Book.
The Database Book allows you to connect to a database in Kognitos and automate creating, retrieving, updating and deleting records.
1
Database Username
The database username used for authentication.
db_user
2
Database Password
The password for the database user.
secureP@ss123
3
Database Host
The database server host.
dummy-host.database.net
4
Database Name
The name of the database to connect to.
my_database
5
Database Engine
The type of database engine being used.
mssql
After successfully learning the Book, you can use its procedures in your automations.
Automate database record deletion with the Database Book.
To delete a record from the database, use the following procedure:
In the following syntax, record
is the entry in the database to be deleted. The entry needs to be previously referenced in your automation before you can delete it.
In this example:
Line 3: Stores only the first record from the records
as the person
.
Line 4: Deletes the person
.
Learn how to process documents and extract information from them in Kognitos.
To begin extracting information from documents, follow these steps to first learn the Document Processing Book:
In the left sidebar, click on Books.
Use the search bar to find "Document Processing."
Click on +Book to open the Add New Book pop-up.
Click on Add to finish adding the book.
To introduce a document or file object in your automation, use any of the following lines:
These lines will raise a Question in Kognitos, prompting you to Please provide the file or document, as the system requires the specified object to proceed.
Click on Select a method to open the drop-down menu.
Select Upload files. Refer to the table below for supported file types.
Upload your file or document and click Submit.
After uploading, you can perform additional operations on the document or file within the platform.
Text Documents
.pdf, .docx
ERP Document
.edi
Image
.jpeg, .jpg, .png, .tif, .tiff
Data
.txt, .json, .yml, .yaml, .csv
Spreadsheets
.xlsx, .xls, .csv
HTML
.html
.eml
Audio
.mp3, .wav
📘 Working with
.tif
and.tiff
FilesUse the following syntax to upload and convert
.tif
and.tiff
files to PDF format:Once uploaded and converted, you can use PDF automation procedures on the file object.
This video walks through an example of extracting information from an SAP Sales Order.
Troubleshooting Performance
If your process is taking longer than usual, compare the document sizes with previous runs to identify any changes that could be affecting performance.
The Excel Book allows you to work with Excel files in Kognitos. This Book enables users to perform a wide variety of tasks on Excel workbooks and spreadsheets, including opening, converting, merging, and manipulating tables.
In order to work with Excel, you must first learn the Excel book. To do so:
In the left sidebar, click on Books.
In the search bar, search for Excel.
Click on + Book. A pop-up window will appear asking to Add New Book. Click Add.
Once the book has been learned, you can start using Excel in Kognitos.
.xls
and .csv
FilesThe .xls
and .csv
formats are not directly supported in the Excel Book.
Learn how to write HTML procedures in your automations.
To use the HTML Book, you must first learn it in your agent.
This Book currently contains one procedure for working with HTML in Kognitos, linked below.
This procedure enables you to extract tables from HTML code. Once the table is retrieved, you can further manipulate it using table procedures.
📘 Local Excel Files
If you want to open a local Excel file with these actions, you will encounter a Question prompting you to Please Provide File. Your local Excel file can be uploaded here by selecting the Upload files method.
{the file | "<url>"}
: (one is required)
the file
: Use the phrase the file
to upload a local Excel file.
"<url>"
: The URL to be opened, as a quoted string. Kognitos cannot open files from private cloud drives, so ensure the file is publicly accessible, configured with the necessary access permissions, or use a presigned URL with an expiration date for temporary access.
name
: The name of the worksheet within the Excel workbook. (optional)
1. Using the file
2. Using a public URL
3. Using the file
and specifying the worksheet name
4. Using a public URL and specifying the worksheet name
Send a HEAD Request
To send a HEAD request to a specified URL, use the following syntax:
You can get a table from an Excel file by specifying the column headers. Tables can be further operated on using table operations.
🔔 Note: This operation applies to a sheet
.
start column
: The starting column for the table.
end column
: The ending column for the table.
Consider the following table:
The following operation will retrieve a subset of the table by selecting the columns from "Name" to "Favorite Book":
This is the resulting table:
This procedure merges multiple spreadsheet files into one. You can rename columns, ignore specific columns, and choose how the files are joined.
the files
: The spreadsheet files to be merged. Supported formats are .csv
and Excel
. (required)
type
: The type of join to use when merging the files. (optional) Options:
outer
(default)
inner
left
right
original column name
, new column name
: A pair of column names that should be considered the same across spreadsheets. The first in each pair is the original column name
, and the second is the new column name
all occurrences will be renamed to.You can specify multiple column pairs, separated by commas. Example: "Name", "Full Name", "Date", "Event Date"
. (required)
ignored columns
: A list of columns to be excluded from the final merged spreadsheet. (optional)
1. Merging Two Files
2. Merging Multiple Files
Procedure describing how to covert tables to Excel in Kognitos.
This procedure finds a cell in a specific row
of a worksheet
that matches a given value, regex, or column label.
One of the following options is required:
the value is "{value}"
, where value
is the value of the cell you're targeting.
the column label is "{label}"
, where label
is the label of the cell you're targeting.
the regular expression is "{regex}"
, where regex
is a regex that matches the cell you're targeting.
Given the following table:
Here is how we would find cell Black Panther
in cell A4
:
1. Using the value is
2. Using the column label is
3. Using the regular expression is
This procedure reads the original Excel workbook and the relevant worksheet
in it. It applies all the accumulated changes to the worksheet, then saves the entire Excel workbook to a temporary location.
This operation retrieves the changes made to the worksheet
and returns them as a JSON object.
This operation adds a list of changelogs as changes in the worksheet's data.
This section guides you through the requirements, installation, and configuration steps necessary to get started with using Outlook in Kognitos.
client ID
client secret
tenant ID
user ID
You will need to:
Register Kognitos in the Azure Active directory with API permissions to Read and Send Emails.
Provide the user ID for Microsoft Graph API to work for any user.
Login to Azure Portal > Open Active Directory > App registration (In left menu)
Register a new app with a suitable name for the project.
Go to API permissions > Add permissions > Select Microsoft Graph
Select Application Permissions > Search for Mail and grant Read Write and Send Permissions.
Grant admin consent for the granted permissions.
Login to Azure portal > Go to Active directory > click on Users in menu
Create a new user or select any existing user.
Copy the value Object ID in user profile page
To interact with Microsoft Outlook in Kognitos, you need to learn the Microsoft Outlook Book. This will establish a secure connection to your account.
Ensure you have all the required credentials: the client ID, client secret, tenant ID, and user ID
In the left sidebar, click on Books.
In the search bar, search for Microsoft Outlook
, then click on the Book.
Add in the credentials when you are prompted.
Click Add to finish adding the Book.
📘 Actions Performed Under Your Credentials
Any actions taken will use the credentials you connect with. For example, if you send an email through Outlook, the sender will be the account linked to your connection credentials.
Managing emails effectively is a crucial aspect of using Outlook with Kognitos. This section covers various operations you can perform on emails, such as sending, receiving, forwarding, replying to, and deleting emails. Each operation is illustrated with examples.
👍 Actions Performed Under Your Credentials
Any actions taken will use the credentials you connect with. For example, if you send an email through Outlook, the sender will be the account linked to your connection credentials.
Sending emails through Kognitos allows for the customization of recipients, subject lines, message bodies, and even attachments.
Example: Sending an Email
Example: Sending an Email with CC and Attachments
These operations retrieve emails based on specific criteria, such as the last few emails received or unread emails.
Example: Getting the Last 5 Emails
Example: Getting Unread Emails
Forwarding emails to other recipients or groups can be easily automated using Kognitos.
Example 1: Forwarding an Email to a Team
Example 2: Forwarding an Email to the Manager with CC
These operations can automate email replies.
Example: Replying to an Email with Feedback
These operations automate email deletion.
Example: Deleting Emails by Subject
Example: Deleting Emails by Sender and Folder
Marking emails as read or flagging them as important can help prioritize your tasks and manage your inbox more efficiently.
Example: Marking an Email as Read
Example: Marking an Email as Important
Understanding who sent an email is crucial for many automated processes, such as filtering or responding to messages.
Example: Getting the Email's Sender
Knowing to whom an email was sent can help in understanding the communication flow and is useful in scenarios like auditing email communications.
Example 1: Getting the Email's Recipients
Example 2: Getting the Recipients for a Specific Email
The date and time when an email was sent or received can be critical for organizing, sorting, or archiving emails.
Example: Getting the Email's Date
The subject of an email often contains key information summarizing the content or purpose of the email.
Example: Getting the Email's Subject
Attachments are commonly used to share documents, images, and other files via email. Extracting these attachments is crucial for processing or storing these files outside the email system.
Example 1: Getting the Email's Attachments
Example 2: Getting Attachments from an Email by Sender
The body of an email contains the main message. Extracting this content is essential for reading, processing, or analyzing the information conveyed in the email.
Example 1: Getting the Email's Body
Example 2: Getting the Body of an Email with a Specific Subject
These operations can retrieve the schedule for a specific entity, such as a person or a meeting room, which is essential for planning and coordination purposes.
These examples illustrate how to query various entities' schedules using Kognitos, enabling users to efficiently plan meetings, book resources, or understand the availability of individuals or assets.
Example 1: Getting the Schedule for a Person
Example 2: Getting the Schedule for a Conference Room
These operations can move emails to designated folders based on subject, sender, or content criteria.
These examples demonstrate how to use Kognitos to automate the process of moving emails into specific folders based on various criteria, helping users maintain an organized inbox.
Example 1: Moving Emails to the Archived Folder
Example 2: Moving Emails to the Important Folder Based on Subject
Example 3: Moving Emails from a Specific Sender to the HR Folder
Interacting with Power BI objects is a core functionality when integrating Power BI with Kognitos. This section covers how to fetch data, create and modify Power BI objects, and delete them when necessary.
To fetch data from Power BI, you can use custom queries or direct commands. Below are examples of how to retrieve data using Kognitos.
To fetch data from Power BI using custom queries:
To fetch data from Power BI using direct queries:
This procedure finds a row in a worksheet that contains a specific value.
number
: The row number.
label
: The label of the column, in quotes. Example: A
, AE
, D
value
: The specific value of the cell in the target row that you want to retrieve, in quotes.
Given the following table:
Here are two examples on how to retrieve row #5:
The Microsoft Power BI Book integrates with Power BI, offering a powerful and intuitive way to interact with Power BI data and functionalities. This integration enables users to perform a wide range of operations on Power BI objects, including connecting to Power BI, retrieving data, and working with Power BI objects, all through the use of Kognitos’ natural language processing capabilities.
Power BI Account: You need to have an active Power BI account. You can sign up for a Power BI trial account to get started if you do not have one.
API Access: Ensure that your Power BI account has API access enabled. API access is required for Kognitos to communicate with Power BI.
Client ID and Secret: Obtain your Power BI client ID and client secret, which are used to authenticate and authorize access to Power BI via the API. You can find these in your Power BI settings under "App registrations".
Tenant ID: Obtain your Power BI tenant ID, which is used to identify your organization within Power BI.
Workspace ID and Dataset ID: Identify the workspace and dataset you will work with in Power BI.
To use the Microsoft Power BI Book, you need to learn it in your agent first.
Navigate to Books.
Search for Microsoft Power BI
.
Click on + New Book.
Add in the credentials when you are prompted:
Once the book has been learned, you can perform various Power BI operations. You can now fetch data, create new records, update existing ones, delete records, manage files, and more.
To upload a file to SharePoint, use the following syntax:
The Google Cloud Storage Book integrates with Google Cloud Storage, allowing you to manage and store files effortlessly within your automations.
Google Cloud Account: You need to have an active Google Cloud account. If you do not have one, you can sign up for a Google Cloud trial account to get started.
Google Cloud Storage Bucket: Ensure that you have a Google Cloud Storage bucket created. This bucket will be used to store your files and data.
Service Account with Storage Admin Role: Create a service account in Google Cloud and assign it the Storage Admin role. Kognitos will use this service account to interact with Google Cloud Storage.
Service Account Key: Download the JSON key file for your service account. This key file will be used to authenticate Kognitos with Google Cloud Storage.
To connect to Google Cloud Storage, you will need the following credentials:
Service Account Key File: The JSON key file for your Google Cloud service account. This file contains the credentials required to authenticate with Google Cloud Storage.
Navigate to Books.
Search for Google Cloud
.
Click on + Book to add the Book.
Add in the credentials when you are prompted:
Note: In case you see Test and Production credentials separately you can add both. If you don't have two sets of credentials you can use the same credentials in both.
Once the book has been learnt successfully, you are ready to use the Book's procedures. You can now dump files, purge files, and enrich questions with additional information.
The HubSpot Book integrates with HubSpot, allowing you to seamlessly manage contacts, deals, and other CRM data within your automations.
HubSpot Account: You need to have an active HubSpot account. If you do not have one, you can sign up for a HubSpot trial account to get started.
API Access: Ensure that your HubSpot account has API access enabled. API access is required for Kognitos to communicate with HubSpot.
Access Token: Obtain your HubSpot access token, which is used to securely access HubSpot via the API. You can generate this token in your HubSpot account settings under "Integrations" > "API Key". You may need to contact your company’s IT support for access tokens.
To learn the HubSpot Book, you will need the following credentials:
HubSpot Access Token: The access token for your HubSpot account. This token is used to authenticate API requests and can be generated in your HubSpot account settings.
Navigate to Books and search for HubSpot.
Click on + Book.
Add in the credentials when you are prompted:
Note: In case you see Test and Production credentials separately you can add both. If you don't have two sets of credentials you can use the same credentials in both.
Once the book has been learned, you are ready to perform various operations on HubSpot.
To convert data into a SharePoint-compatible string format, use the following syntax:
Example:
To get a folder from Microsoft SharePoint, you need the URL to the folder you want:
The formatting of the URL is very important, for example:
So please note, the URL as is when you copy from Sharepoint is formatted differently than the one we use in our automations!
To move a file to a different folder in SharePoint, use the following syntax:
Example:
To update an existing database record, you need to first identify the record to be updated. To learn more about this, see and .
Make sure all are completed before using this procedure.
For supported codes, see .
For supported languages, see .
Learn more about handling exceptions in Kognitos with our
A of the HTTP Book is available via the BDK (v2).
Before using the Database Book, you must first it in your agent. Learning this Book will require configuration. You will need the following credentials:
Line 1: a database record.
Line 2: the retrieved records as the records
.
A of the Microsoft Excel Book is available via the BDK.
To work with these files, you can use the following code to extract the data as a table. Once you've done this, you can perform and for further Excel operations.
Excel files cannot be created from scratch. They must be generated from existing tables. To learn how to create a table, read more on
A of the Microsoft Outlook Book is available via the BDK.
(under the same Microsoft account)
in Kognitos, which will require the following credentials:
Alice
25
Pride and Prejudice
Romance
Bob
32
The Hobbit
Fantasy
Charlie
28
1984
Dystopian
Diana
22
To Kill a Mockingbird
Historical Fiction
Ethan
35
The Da Vinci Code
Thriller
Alice
25
Pride and Prejudice
Bob
32
The Hobbit
Charlie
28
1984
Diana
22
To Kill a Mockingbird
Ethan
35
The Da Vinci Code
1
Hero
Weapon
Companion
2
Knight
Sword
Dragon
3
Wizard
Staff
Familiar
1
Movie
Year
Main Character
2
Iron Man
2008
Tony Stark
3
The Dark Knight
2008
Bruce Wayne
4
Black Panther
2018
T'Challa
5
Spider-Man: No Way Home
2021
Peter Parker
1
Plant Type
Environment
Companion
2
Fern
Shade
Moss
3
Cactus
Desert
Succulent
4
Bamboo
Tropical
Ivy
1
Plant Type
Environment
Companion
2
Fern
Shade
Moss
3
Cactus
Desert
Agave
4
Bamboo
Tropical
Ivy
1
Character
House
Favorite Spell
2
Harry Potter
Gryffindor
Expelliarmus
3
Hermione Granger
Gryffindor
Alohomora
4
Ron Weasley
Gryffindor
Riddikulus
5
Luna Lovegood
Ravenclaw
Expecto Patronum
To delete a file from SharePoint, use the following syntax:
To fetch data from Oracle Fusion:
To add a new record to Oracle Fusion, you need to specify the type of object you're creating and provide the necessary field values.
Example:
This creates a new purchase order with the specified name, date, and status.
To upload a string (file content) to a folder in SharePoint, use the following syntax:
Example:
To create or retrieve a folder in SharePoint, use the following syntax:
Example:
To delete a folder from SharePoint, us the following syntax:
The Oracle Cloud Fusion Book integrates with Oracle Cloud Fusion, enabling seamless automation of business processes.
Oracle Fusion Account: You need to have an active Oracle Fusion account. If you do not have one, you can sign up for an Oracle Fusion trial account to get started.
API Access: Ensure that your Oracle Fusion account has API access enabled. API access is required for Kognitos to communicate with Oracle Fusion.
Credentials: Obtain your Oracle Fusion instance URL, username, and password. These credentials are necessary for establishing a secure connection to Oracle Fusion.
To connect to Oracle Fusion, you will need the following credentials:
Fusion Instance URL: The base URL of your Oracle Fusion instance. This URL is unique to your organization and can be found in the address bar when you are logged into Oracle Fusion. It typically follows the format https://<your_instance>.oraclecloud.com
.
Username: The email address or username associated with your Oracle Fusion account.
Password: The password for your Oracle Fusion account.
To use the Oracle Cloud Fusion Book, you must first learn it in your agent.
Navigate to Books.
Search for Oracle Cloud Fusion
.
Click on + Book.
Add credentials when you are prompted:
Note: In case you see Test and Production credentials separately you can add both. If you don't have two sets of credentials you can use the same credentials in both.
Once the book has been learned successfully, you are ready to perform various operations on Oracle Cloud Fusion. You can now fetch data, create new records, update existing ones, delete records, manage files, and more.
The SharePoint Book integrates with SharePoint, enabling users to perform a wide range of operations on SharePoint items, including connecting to SharePoint, retrieving files and folders, uploading and moving files, and converting data to SharePoint-compatible formats.
Kognitos Account: You need to have an active Kognitos account. If you do not have one, you can sign up for a Kognitos trial account to get started.
SharePoint Account: You need to have an active SharePoint account. If you do not have one, you can sign up for a SharePoint trial account to get started.
API Access: Ensure that your SharePoint account has API access enabled. API access is required for Kognitos to communicate with SharePoint.
Client ID and Client Secret: Obtain your SharePoint client ID and client secret, which are used to authenticate API requests. You can find these in your SharePoint app registration settings.
Tenant ID: Obtain your SharePoint tenant ID, which is used to identify your SharePoint instance. This can be found in your SharePoint admin center.
To connect to SharePoint, you will need the following credentials (these are provided when enabling the integration in the platform or when first interacting with SharePoint, depending on the flow in use):
SharePoint Client ID: The client ID associated with your SharePoint app registration.
SharePoint Client Secret: The client secret associated with your SharePoint app registration.
SharePoint Tenant ID: The tenant ID of your SharePoint instance.
Kognitos supports integration with Microsoft SharePoint via the Microsoft Graph APIs. Access is generally provided using app registration without a user via Entra ID (formerly Azure AD). This section outlines the credentials required for this connection and provides a detailed, step-by-step guide to connect successfully.
The Kognitos SharePoint integration accesses the following types of resources via the Microsoft’s Graph APIs:
Drives/files (listing of files and folders, file uploads and downloads, file moves, file deletes) - by drive id
Sites (for accessing, updating, and deleting lists) - by site id
Once the SharePoint integration has been configured in the Kognitos platform, the platform stores the provided client id, secret, and tenant. These are then used whenever access to SharePoint is requested by a running automation to obtain an temporary access token via a request to Microsoft’s auth endpoint. The given token is then used for that particular automation run.
The stored information can be removed or updated whenever desired from within the Kognitos platform. Only automations within the agent where SharePoint has been configured have the ability to make SharePoint requests using the configured client id and secret.
To obtain a client id, secret, and tenant id:
Click on “App registrations”, on the left hand menu, then “New registration” on the top menu, and enter a name; the defaults should be acceptable for other fields
After the app registration is created, note the Application (client) ID and Directory (tenant) ID entries shown - these are the Client ID and Tenant ID values Kognitos requires.
Next, provision a client secret by clicking on “Add a certificate or secret”, then “New client secret”
\
Add a name and expiration timeline as desired - note that a new secret will have to be provided on the Kognitos platform once this secret expires. Note the Value column for the created secret - this is the Client Secret value Kognitos requires.
Lastly, add permissions for the app registration. Click on “API permissions”, then “Add a permission”, and select “Microsoft Graph”. Select “Application permissions”, then select permissions for sites. If desired it is possible to use the “Sites.Selected” permission instead of the broader set shown below - there are however extra steps required in this case to grant access to the desired sites. Please see Microsoft’s documentation for more details on this. Be sure to grant admin consent for the permissions you add.
To use the Sharepoint Book, you must first learn it in your agent.
Navigate to Books
Search for Salesforce.
Click on + Book.
Add in the credentials when you are prompted:
Note: In case you see Test and Production credentials separately you can add both. If you don't have two sets of credentials you can use the same credentials in both.
Once the book has been learned successfully, you are ready to perform various operations on SharePoint. You can now fetch data, create new records, update existing ones, delete records, manage files, and more.
When a file, such as an outdated document, needs to be removed from an Oracle Fusion invoice, this command specifies the invoice and the file to be detached. Kognitos processes the request, removing the specified attachment from the Oracle Fusion invoice.
Managing attachments within Oracle Fusion objects is a common requirement for many business processes. Whether it's attaching documents to invoices, downloading attachments for analysis, or removing outdated files, efficient attachment management is crucial.
Example: Attaching a PDF Document to an Invoice
This specifies the file to attach (document.pdf
), identifies the Oracle Fusion invoice by its ID, and indicates the file type. Kognitos handles the process of attaching the file to the specified Oracle Fusion invoice.
To update an existing Oracle Fusion object, you must identify the object by its ID and specify the fields you want to update.
Example:
This updates the status of the specified purchase order to "Approved".
The HR Module with Paycom Book integrates with Paycom, enabling you to automate and simplify HR management. This integration enables users to perform a wide range of operations on Paycom data, including querying employee details, and managing punch entries.
Paycom Account: You need to have an active Paycom account. If you do not have one, you can sign up for a Paycom account to get started.
API Access: Ensure that your Paycom account has API access enabled. API access is required for Kognitos to communicate with Paycom.
Credentials: Obtain your Paycom environment, username, and password. These credentials are necessary to establish a secure connection with Paycom.
To connect to Paycom, you will need the following credentials:
Paycom Environment: The environment of your Paycom instance (e.g., "production").
Username: The email address or username associated with your Paycom account.
Password: The password for your Paycom account.
To use this Book, you must learn it in your agent first.
Navigate to Books.
Search for HR Module with Paycom.
Click on + Book on the Book that appears.
Add in the credentials when you are prompted:
Note: In case you see Test and Production credentials separately you can add both. If you don't have two sets of credentials you can use the same credentials in both.
Once the book has been learned, you are ready to perform various operations on Paycom.
Login to and click on “Microsoft Entra ID” under “Azure services”
\
Managing punch entries is essential for tracking employee attendance and work hours. This section covers how to create and delete punch entries for employees.
To create a new punch entry for an employee::
To delete an existing punch entry for an employee:
Interacting with employee details is a core functionality when integrating Paycom with Kognitos. This section covers how to fetch employee details using specific IDs or filters.
Get an Employee's Details
To retrieve details of a specific employee by their ID:
Get Some Employees' Details
To retrieve details of multiple employees based on specific filters:
Approval processes in Salesforce are defined workflows that specify the steps required to approve a record. These processes can be applied to various Salesforce objects, such as Opportunities, Contacts, or custom objects, depending on the organization's needs. Approval processes typically involve one or more of the following components:
Criteria for entering the process: Defines what records are eligible for approval. For example, an opportunity might need to have a value greater than $10,000 to require approval.
Approval steps: The sequence of approval actions that need to be taken. This can involve multiple approvers at different stages.
Approval actions: Actions taken when a record is approved, rejected, or recalled, such as updating fields, sending email notifications, or executing custom logic.
This is the syntax for submitting a Salesforce object for approval in Kogitos:
In this example, an opportunity is submitted for approval by specifying its ID and providing a comment to give context to the approver. Kognitos translates this command into the appropriate Salesforce operation, automating the submission process.
Interacting with Salesforce objects is a core functionality when integrating Salesforce with Kognitos. This section covers how to fetch data, create and modify Salesforce objects, and delete them when necessary.
To fetch data from Salesforce using custom SQL queries:
To fetch data from Salesforce using direct queries:
To add a new record to Salesforce, you need to specify the type of object you're creating and provide the necessary field values. Example:
This creates a new opportunity named "New Deal" with a close date and stage specified.
To update an existing Salesforce object, you must identify the object by its ID and specify the fields you want to update. Example:
This updates the stage of the specified opportunity to "Closed Won".
To delete a specific Salesforce object, you need to specify the object and its ID.
Example:
This command deletes the sales object with the specified ID.
To create a new lead in Salesforce:
Managing files within Salesforce objects is a common requirement for many business processes. Whether it's attaching contracts to accounts, downloading report attachments for analysis, or removing outdated files, efficient file management is crucial.
This specifies the file to attach (contract.pdf
), identifies the Salesforce object by its ID, and indicates the file type. Kognitos handles the process of attaching the file to the specified Salesforce object.
This retrieves an attached file (contract.pdf
) from a specified Salesforce object. Kognitos facilitates the download process, making the file available for local use or review.
Creating a report in Salesforce involves selecting the type of report, defining the criteria, and choosing the fields to display. With Kognitos, you can articulate these requirements in a more intuitive manner. For instance, you can specify the type of report you need, the records it should cover, and any specific conditions that must be met.
This tells Kognitos to create a Salesforce report for opportunities from the last quarter, including specific fields. Kognitos translates this into the appropriate Salesforce report creation process, selecting the correct report type and applying the specified filters.
The Salesforce Book integrates with Salesforce, allowing you to interact with Salesforce data and functionalities. This integration enables users to perform a wide range of operations on Salesforce objects, including querying, creating, updating, and deleting records, and managing files.
Salesforce Account: You need to have an active Salesforce account. If you do not have one, you can sign up for a Salesforce trial account to get started.
API Access: Ensure that your Salesforce account has API access enabled. API access is required for Kognitos to communicate with Salesforce.
Security Token: Obtain your Salesforce security token, which is used in conjunction with your password to access Salesforce via the API securely. You can find this in your Salesforce settings under "My Personal Information" > "Reset My Security Token". You may need to contact your company’s IT support for the security tokens.
To connect to Salesforce, you will need the following credentials:
Salesforce Instance URL: The base URL of your Salesforce instance. This URL is unique to your organization and can be found in the address bar when you are logged into Salesforce. It typically follows the format https://<your_instance>.salesforce.com
.
Username: The email address or username associated with your Salesforce account.
Password: The password for your Salesforce account.
Security Token: A security token is an automatically generated key from Salesforce that adds an extra layer of security on top of your password. If you're accessing Salesforce from an untrusted network, you'll need this token. You can obtain your security token by navigating to your Salesforce settings and requesting a new token. Salesforce will email the token to the email address associated with your account.
Navigate to Books.
Search for Salesforce
.
Click on + Book.
Add in the credentials when you are prompted
Note: In case you see Test and Production credentials separately you can add both. If you don't have two sets of credentials you can use the same credentials in both.
Once the book has been learned successfully, you are ready to perform various operations on Salesforce. You can now fetch data, create new records, update existing ones, delete records, manage files, and more.
The ServiceNow Book integrates with ServiceNow, making it easy to manage IT services, incidents, and workflows within your automations. Whether you're looking to automate incident management, report generation, or any other ServiceNow functionality, this guide provides the foundational knowledge and step-by-step instructions to achieve your objectives efficiently.
To use the ServiceNow Book, you must first learn it in your agent.
Navigate to Books.
Click on + New Book.
Search for ServiceNow
and then click on the Book that appears.
Add in the credentials when you are prompted:
Once the book has been learned successfully, you can perform various operations on ServiceNow.
To retrieve information from ServiceNow, you need to specify what type of data you're interested in. This could range from incidents and problems to users and tasks. Kognitos allows you to specify your criteria in a straightforward manner.
Basic Examples:
Fetching a Specific Incident:
This example demonstrates how to retrieve a specific incident by its number.
Fetching Incidents with Specific Criteria:
This example shows how to retrieve a list of incidents that are in the "New" state and assigned to the "Network Support" group.
For more complex data retrieval needs, we support the use of filters and the ability to fetch specific attributes from ServiceNow objects.
Using Filters:
Filters allow you to narrow down your search to find exactly what you're looking for. You can specify fields such as 'number', 'state', or 'assignment group' to filter the records.
Fetching Specific Attributes:
Sometimes, you may only need a specific piece of information from a ServiceNow object, such as an incident ID or priority.
Fetching an Incident ID:
This example retrieves the ID of a specified ServiceNow object.
Fetching an Incident's Priority:
This example fetches the priority of a specified ServiceNow object.
Creating records in ServiceNow through Kognitos allows for automation of tasks such as incident reporting, task creation, and more. This process involves specifying the type of record and providing necessary details.
Example: Creating an Incident
This example demonstrates how to create a new incident record with a short description and urgency level.
Steps:
Specify Record Type: Determine the type of record you want to create (e.g., incident, problem, task).
Provide Record Details: Include all necessary details for the record, such as description, urgency, and any other required fields.
Updating existing records in ServiceNow via Kognitos can be crucial for maintaining accurate and current data. This might involve changing the status of an incident, updating task assignments, or modifying user details.
Examples: Updating Records
Updating an Incident:
This example updates the status of a specific incident to "Resolved."
Updating a Task:
This example changes the assignment group of a specific task.
Steps:
Identify the Record: Use identifiers (e.g., incident number) to specify the record you wish to update.
Specify Changes: Clearly define what changes need to be made to the record.
Apply Filters: Use filters to narrow down the record(s) if necessary.
Deleting records should be done with caution. Kognitos allows for deleting specific records in ServiceNow, such as incidents or problems, based on provided identifiers.
Examples: Deleting Records
Deleting an Incident:
This example deletes a specific incident based on its number.
Deleting a Problem:
This example deletes a specific problem record.
Steps:
Specify Record Type: Determine the type of record you wish to delete.
Provide Identifiers: Use specific identifiers (e.g., incident number) to ensure accuracy.
Confirm Deletion: Always double-check before deleting records to prevent accidental data loss.
The Slack Book integrates with Slack, allowing you to automate messaging and collaboration within your workflows. Using natural language, you can send messages, manage channels, and interact with Slack users, streamlining communication and enhancing team productivity.
Kognitos Account: You need to have an active Kognitos account.
Slack Account: You need to have an active Slack account.
Slack Workspace: Ensure that you have access to a Slack workspace where you can perform operations.
API Access: Ensure that your Slack account has API access enabled. API access is required for Kognitos to communicate with Slack. You can create a Slack app and obtain the necessary tokens from the Slack API dashboard.
To connect to Slack, you will need the following credentials:
Slack Workspace URL: The base URL of your Slack workspace. This URL is unique to your organization and can be found in the address bar when you are logged into Slack.
OAuth Token: The OAuth token for your Slack app. This token is used to authenticate API requests to Slack. You can obtain this token by creating a Slack app and enabling the necessary scopes.
To use the Slack Book, you must first learn it in your agent.
Navigate to Books.
Search for Slack
.
Click on + Book.
Add in the credentials when you are prompted.
Note: In case you see Test and Production credentials separately you can add both. If you don't have two sets of credentials you can use the same credentials in both.
Once the book has been learnt successfully, you are ready to perform various operations on Slack.