# Namely

## Overview

Everything you need to build a better workplace.

## Authentication

When using the Namely connector, the first thing you will have to do is click on 'New Authentication' in the step editor. To create an authentication with Namely you will need **Access token** and **Company name** :
![namely-auth](https://tray.ai/documentation/images/connectors/service/namely/cf219f65-09dd7421_namely-new_auth.png)

## Available Operations

The examples below show one or two of the available connector operations in use.
Please see the [Full Operations Reference](#operationsFull) at the end of this page for details on all available operations for this connector.

## Example

1. Create a new workflow with a **Manual Trigger** and add a **Namely** connector:
   ![namely-new\_connector](https://tray.ai/documentation/images/connectors/service/namely/cf219f65-257f3ebf_namely-new_connector.png)
2. Select the `List Profiles` operation:
   ![namely-list\_projects](https://tray.ai/documentation/images/connectors/service/namely/cf219f65-f977e2bd_namely-list_projects.png)
   3.You can sort and filter result by `Fist name`, `Last name`, `Email` etc:
   ![namely-sort](https://tray.ai/documentation/images/connectors/service/namely/cf219f65-3c8f766c_namely-sort.png)
   **We recommend you update any calls to use pagination**:
   ![namely-pagination](https://tray.ai/documentation/images/connectors/service/namely/cf219f65-ab1f9ed3_namely-pagination.png)
3. Click **Run Workflow Now**. Then select the **Debug** tab and you should be able to see a successful run of the workflow to click on and view the successful output of the workflow run:
   ![namely-output](https://tray.ai/documentation/images/connectors/service/namely/cf219f65-532f72d0_namely-output.png)
   5.Let's try to get some specific profile. Add a step from the **Namely** connector, set to `Get profile`. Set the `Profile ID` to the ID of one of the projects, by using a JsonPath as shown in the example:
   ![namely-get\_profile](https://tray.ai/documentation/images/connectors/service/namely/cf219f65-67e82faf_namely-get_profile.png)
   6.Click **Run Workflow Now**, select the Debug tab and you should be able to see the successful output with information about chosen profile:
   ![namely-successful\_output](https://tray.ai/documentation/images/connectors/service/namely/cf219f65-e6dc2ae8_namely-successful_output.png)
