# Paymo

## Overview

Paymo helps your team work better by getting everyone on the same page. Planning, scheduling, task management & time tracking seamlessly integrated.

## Authentication

When using the Paymo connector, the first thing you will have to do is click on 'New Authentication' in the step editor:
![add-auth](https://tray.ai/documentation/images/connectors/service/paymo/fcd9f320-550b03d3_../../../../../images/add-auth.png)
Ensure you correctly add your Paymo username/email and password correctly otherwise operations will not be able to be ran correctly.
![paymo-username\_password](https://tray.ai/documentation/images/connectors/service/paymo/fcd9f320-3ca5d032_paymo-username.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 **Paymo** connector.
   ![paymo-new\_connector](https://tray.ai/documentation/images/connectors/service/paymo/fcd9f320-999ed1a4_paymo-new_connector.png)
2. Select the `List Projects` operation and filter projects by their activity status:
   ![paymo-list\_projects](https://tray.ai/documentation/images/connectors/service/paymo/fcd9f320-c1efa401_paymo-list_projects.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:
   ![paymo-output](https://tray.ai/documentation/images/connectors/service/paymo/fcd9f320-81c44f6d_paymo-output.png)
4. Let's try to update some specific project. For example, we want to change its name. Add a step from the Paymo connector, set to `Update project`. Set the `Project ID` to the ID of one of the projects, by using a JsonPath as shown in the example:
   ![paymo-update\_project](https://tray.ai/documentation/images/connectors/service/paymo/fcd9f320-19ec692e_paymo-update_project.png)
5. Change project's name in corresponding field.
6. Click Run Workflow Now, select the Debug tab and you should be able to see the successful output with new project's name.
   ![paymo-updated\_name](https://tray.ai/documentation/images/connectors/service/paymo/fcd9f320-c8a82ef2_paymo-updated_name.png)
