← Tools Reference

Paymo

Paymo integration (Productivity, Finance). Imported from open-connector.

API key16 toolshttps://app.paymoapp.com/api
GET
paymo_get_current_user
Get the Paymo user associated with the current API key.

/me

GET
paymo_list_clients
List Paymo clients with optional where and include query parameters.

/clients

3 parameters
ParamTypeRequiredDescription
wherestringoptionalThe Paymo where filter expression to forward to the listing endpoint.
includestringoptionalThe Paymo include expression for adding related content to the response.
partial_includestringoptionalThe Paymo partial_include expression for adding lightweight related content.
GET
paymo_get_client
Get one Paymo client by ID.

/clients/{id}

3 parameters
ParamTypeRequiredDescription
idintegerrequiredThe Paymo numeric resource identifier.
includestringoptionalThe Paymo include expression for adding related content to the response.
partial_includestringoptionalThe Paymo partial_include expression for adding lightweight related content.
POST
paymo_create_client
Create one Paymo client from a JSON client payload.

/clients

1 parameter
ParamTypeRequiredDescription
dataobjectoptionalThe Paymo client fields to create or update, such as name, email, phone, websit…
PUT
paymo_update_client
Update one Paymo client by ID from a JSON client payload.

/clients/{id}

2 parameters
ParamTypeRequiredDescription
idintegerrequiredThe Paymo numeric resource identifier.
dataobjectoptionalThe Paymo client fields to create or update, such as name, email, phone, websit…
DELETE
paymo_delete_client
Delete one Paymo client by ID.

/clients/{id}

1 parameter
ParamTypeRequiredDescription
idintegerrequiredThe Paymo numeric resource identifier.
GET
paymo_list_projects
List Paymo projects with optional where and include query parameters.

/projects

3 parameters
ParamTypeRequiredDescription
wherestringoptionalThe Paymo where filter expression to forward to the listing endpoint.
includestringoptionalThe Paymo include expression for adding related content to the response.
partial_includestringoptionalThe Paymo partial_include expression for adding lightweight related content.
GET
paymo_get_project
Get one Paymo project by ID.

/projects/{id}

3 parameters
ParamTypeRequiredDescription
idintegerrequiredThe Paymo numeric resource identifier.
includestringoptionalThe Paymo include expression for adding related content to the response.
partial_includestringoptionalThe Paymo partial_include expression for adding lightweight related content.
POST
paymo_create_project
Create one Paymo project from a JSON project payload.

/projects

1 parameter
ParamTypeRequiredDescription
dataobjectoptionalThe Paymo project fields to create or update, such as name, client_id, descript…
PUT
paymo_update_project
Update one Paymo project by ID from a JSON project payload.

/projects/{id}

2 parameters
ParamTypeRequiredDescription
idintegerrequiredThe Paymo numeric resource identifier.
dataobjectoptionalThe Paymo project fields to create or update, such as name, client_id, descript…
DELETE
paymo_delete_project
Delete one Paymo project by ID.

/projects/{id}

1 parameter
ParamTypeRequiredDescription
idintegerrequiredThe Paymo numeric resource identifier.
GET
paymo_list_tasks
List Paymo tasks with optional where and include query parameters.

/tasks

3 parameters
ParamTypeRequiredDescription
wherestringoptionalThe Paymo where filter expression to forward to the listing endpoint.
includestringoptionalThe Paymo include expression for adding related content to the response.
partial_includestringoptionalThe Paymo partial_include expression for adding lightweight related content.
GET
paymo_get_task
Get one Paymo task by ID.

/tasks/{id}

3 parameters
ParamTypeRequiredDescription
idintegerrequiredThe Paymo numeric resource identifier.
includestringoptionalThe Paymo include expression for adding related content to the response.
partial_includestringoptionalThe Paymo partial_include expression for adding lightweight related content.
POST
paymo_create_task
Create one Paymo task from a JSON task payload.

/tasks

1 parameter
ParamTypeRequiredDescription
dataobjectoptionalThe Paymo task fields to create or update, such as name, description, project_i…
PUT
paymo_update_task
Update one Paymo task by ID from a JSON task payload.

/tasks/{id}

2 parameters
ParamTypeRequiredDescription
idintegerrequiredThe Paymo numeric resource identifier.
dataobjectoptionalThe Paymo task fields to create or update, such as name, description, project_i…
DELETE
paymo_delete_task
Delete one Paymo task by ID.

/tasks/{id}

1 parameter
ParamTypeRequiredDescription
idintegerrequiredThe Paymo numeric resource identifier.