# EasyVista

## Introduction

Explore the integration between Autom Mate and EasyVista, detailing the available actions in Autom Mate for interacting with EasyVista functionalities.

This document delves into the seamless integration between Autom Mate, a powerful workflow automation platform, and EasyVista, a software company that provides IT service management (ITSM) and enterprise service management (ESM) solutions designed to streamline and automate IT processes and improve service delivery within organizations. It provides insights into the actions within Autom Mate that empower users to interact with the diverse functionalities offered by EasyVista.

## What is EasyVista?

EasyVista is a software company that provides IT service management (ITSM) and enterprise service management (ESM) solutions designed to streamline and automate IT processes and improve service delivery within organizations. Here is the key features:

* **Service Management**: EasyVista offers comprehensive IT service management tools to streamline and automate IT processes, improving service delivery and efficiency.
* **Process Automation**: EasyVista features robust automation capabilities to reduce manual tasks, enhance productivity, and ensure consistent service delivery.
* **Knowledge Management**: EasyVista supports knowledge management, enabling organizations to create, share, and access valuable information and solutions efficiently.

## Autom Mate Integration with EasyVista <a href="#autom-mate-integration-with-jenkins" id="autom-mate-integration-with-jenkins"></a>

With the help of Autom Mate, you can integrate your ITSM or ESM softwares with other tools that you are using and Automate the whole processes.

## Using the Integration

### Credentials

To use EasyVista actions in Autom Mate, you need to create credentials. Follow these steps:

1. **Access Vault Page:**
   * Navigate to the Vault page under the Management section in the left side menu.
2. **Application Credentials:**
   * Ensure you are on the Application Credentials tab on the left side.
   * Search for EasyVista using the filter or manually.
   * Alternatively, click on the "New App Credentials" button at the top left side of the window to create new credentials.

<figure><img src="/files/rNL6M4cQjf3eeqADHfaP" alt=""><figcaption></figcaption></figure>

3. **Provide Credentials:**
   * **Connector Name:** Unique name for the connector.
   * **Authentication Type:** Choose the method you want to connect.
   * **EasyVista URL:** Provide the URL of your EasyVista instance.
   * **API Token**: Provide the API Token.
   * **EasyVista Account**: Provide the account id. For example: 50010.
4. **Connect Credentials**:
   1. After filling the fields, press on "Test Connect". This option will try to send a API call to "{easyvista\_url}/api/v1/{account}/requests" to see if the credentials are working. If you get a success response you can press to the "Connect & Create" button to save the credential.

## How To Use Actions

### Close Ticket

<figure><img src="/files/SauuCB7515PrzXwxrx5D" alt=""><figcaption></figcaption></figure>

**Description**: This action will make the status closed for the ticket provided.

**Purpose**: Closing a ticket.

**Usage**:

* **Request** **ID (Required):** Request id of the ticket.
* **Comment**: The solution for ticket.

**Action Result:** The ticket provided will be closed.

***

### Create Ticket

<figure><img src="/files/fs70oZpEISfTQT1lNbek" alt=""><figcaption></figcaption></figure>

**Description:** This action will create a ticket in EasyVista instance.

**Purpose:** Creates a ticket on EasyVista.

**Usage:**

* Start from **Data Manager**
  * **Account ID:** Provide the account id of EasyVista instance.
  * **Catalog Code:** Catalog Code of the ticket
  * Press **Connect** to bring fields.
* **Catalog Code** will be automatically filled when you connect.
* **Title:** Provide the title of ticket.
* **Description:** Provide the description of ticket.
* **Choose** the fields from **Data Manager** that you want to use.

**Action Result:** The ticket will be created.

***

### View Tickets

<figure><img src="/files/JY7RcdQudNGMjq7brTch" alt=""><figcaption></figcaption></figure>

**Description**: This action will fetch 1000 tickets from the instance

**Purpose**: Viewing tickets.

**Usage**:

* **Filter: In need, with custom filters user can define what to fetch or how many tickets going to be fetched.**

**Action Result:** The tickets will be fetched in a json body.

***

## Additional Tips

### [**Use Cases**](/userguide/use-cases.md)

### [FAQ](/userguide/faq.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.autommate.com/userguide/libraries/integration/easyvista.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
