Agiled

Learn how to use Agiled with Composio

Overview

Enum

AGILED

Description

Agiled is an all-in-one business management platform designed to streamline operations such as CRM, project management, finance, and more.

Authentication Details

api_key
stringRequired

Actions

Tool to create a new project in agiled. use when you have collected all project details and need to set up the project before assigning tasks. example: "create a new project named website redesign with start date 2023-09-01 and status in progress."

Action Parameters

deadline
string
notes
string
project_name
stringRequired
project_summary
string
start_date
stringRequired
status
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to create a new task in agiled. use when you have all task details and want to add it to your project board. example: "create a task titled 'draft specs' for project 45, assigned to user 7, priority normal, due date 2025-11-05."

Action Parameters

assigned_to
integer
description
string
due_date
string
followers
array
list_id
integer
priority
string
project_id
integer
start_date
string
status
string
title
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to create a new support ticket in agiled. use after gathering all required ticket details (subject, message, priority, user id).

Action Parameters

agent_id
integer
channel_id
integer
file
string
message
stringRequired
priority
stringRequired
subject
stringRequired
type_id
integer
user_id
integerRequired

Action Response

data
object
error
string
successful
boolean
Tool to retrieve a list of all contacts. use after configuring the api key to fetch contacts with optional pagination or search filters.

Action Parameters

page
integerDefaults to 1
per_page
integerDefaults to 30
search
string

Action Response

data
array
error
string
meta
object
successful
boolean
Tool to list currencies. use when you need to fetch available currency options after authentication.

Action Parameters

Action Response

data
array
error
string
successful
boolean
Tool to retrieve a list of all deals. use after confirming your api key to list all deals for crm reporting.

Action Parameters

Action Response

data
array
error
string
successful
boolean
Tool to retrieve a list of all employees. use when you need up-to-date employee directory from agiled.

Action Parameters

Action Response

data
array
error
string
successful
boolean
Tool to retrieve a list of all estimates. use after configuring the api key to list estimates for reporting.

Action Parameters

page
integerDefaults to 1
per_page
integerDefaults to 30

Action Response

data
array
error
string
meta
object
successful
boolean
Tool to retrieve a list of all expenses. use after authenticating with your agiled api key to fetch all expense records.

Action Parameters

Action Response

data
array
error
string
successful
boolean
Tool to retrieve a list of all invoices from agiled. use after obtaining valid api credentials.

Action Parameters

Action Response

data
array
error
string
successful
boolean
Tool to retrieve a list of all products. use when you need to display all available offerings.

Action Parameters

Action Response

data
array
error
string
successful
boolean
Tool to retrieve a list of all projects. use after obtaining the api token.

Action Parameters

Action Response

data
object
error
string
successful
boolean
Tool to retrieve a list of all tasks. use when you need to fetch all tasks across your account after authentication.

Action Parameters

Action Response

data
object
error
string
successful
boolean
Tool to retrieve a list of all tickets. use after obtaining api token when you need an overview of support or issue tickets.

Action Parameters

Action Response

data
object
error
string
successful
boolean
Tool to retrieve timesheets for a project. use when you have a valid project id to fetch all its time logs.

Action Parameters

project_id
integerRequired

Action Response

data
array
error
string
successful
boolean
Tool to retrieve a list of users from agiled. use when you need the full user directory for selection or validation.

Action Parameters

Action Response

data
array
error
string
successful
boolean
Tool to create a new expense in agiled. use after gathering expense details and authenticating with your api key.

Action Parameters

currency_id
integerRequired
distance_category
stringRequired
distance_cost
integer
distance_description
string
distance_unit
string
distance_unit_rate
integer
distance_value
integerRequired
how_often
string
include_distance
string
is_infinite
string
item_name
stringRequired
make_recurring
string
next_purchase_date
string
often_terms
integer
price
numberRequired
project_id
integer
purchase_date
stringRequired
purchased_from
string
remaining_cycles
integer
status
string
term_duration
string
user_id
integerRequired

Action Response

data
object
error
string
successful
boolean
Tool to retrieve a list of all project categories. use when you need to fetch category options before creating or filtering projects after authentication.

Action Parameters

Action Response

data
array
error
string
successful
boolean