Agiled
agiledAgiled is an all-in-one business management platform designed to streamline operations such as CRM, project management, finance, and more.
Acciones disponibles (18)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Create ExpenseAGILED_CREATE_EXPENSEAcciónTool to create a new expense in agiled. use after gathering expense details and authenticating with your api key.
AGILED_CREATE_EXPENSEAcciónTool to create a new expense in agiled. use after gathering expense details and authenticating with your api key.
Parámetros de entrada
pricenumberObligatorioPrice of the expense (must be non-negative)
statusstringStatus of the expense (e.g., approved)
user_idintegerObligatorioUser ID of the expense owner
how_oftenstringRecurring frequency (e.g., daily, weekly, monthly)
item_namestringObligatorioName of the expense item
project_idintegerAssociated project ID, if applicable
currency_idintegerObligatorioCurrency ID used for the expense
is_infinitestringWhether the recurrence is infinite (yes/no)
often_termsintegerNumber of intervals between recurrences
distance_costintegerCalculated distance cost (distance_value x distance_unit_rate)
distance_unitstringUnit for distance (e.g., kilometer or mile)
purchase_datestringObligatorioDate when the expense was made (YYYY-MM-DD)
term_durationstringUnit for recurrence intervals (e.g., day, week, month)
distance_valueintegerObligatorioDistance traveled, numeric value (must be non-negative)
make_recurringstringMark this expense as recurring (yes/no)
purchased_fromstringVendor or source of the expense
include_distancestringInclude distance cost (yes/no)
remaining_cyclesintegerRemaining number of recurrence cycles
distance_categorystringObligatorioCategory or purpose of the distance expense
distance_unit_rateintegerRate per distance unit (must be non-negative)
next_purchase_datestringNext scheduled date for recurring expense (YYYY-MM-DD)
distance_descriptionstringAdditional notes about the distance traveled
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create ProjectAGILED_CREATE_PROJECTAcciónTool 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."
AGILED_CREATE_PROJECTAcciónTool 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."
Parámetros de entrada
notesstringInternal notes or comments for the project
statusstringObligatorioenumCurrent status of the project
in progresson holdcanceledfinishednot starteddeadlinestringDeadline of the project in YYYY-MM-DD format
start_datestringObligatorioStart date of the project in YYYY-MM-DD format
project_namestringObligatorioTitle of the project
project_summarystringBrief summary of the project
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create TaskAGILED_CREATE_TASKAcciónTool 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."
AGILED_CREATE_TASKAcciónTool 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."
Parámetros de entrada
titlestringObligatorioTitle or summary of the task
statusstringenumCurrent status of the task
to_doin_progressdonelist_idintegerID of the task list/column (e.g., backlog, in_progress)
due_datestringDue date of the task in YYYY-MM-DD format
prioritystringenumPriority level of the task
lownormalhighfollowersinteger[]List of user IDs who will follow the task
project_idintegerID of the project to which this task belongs
start_datestringStart date of the task in YYYY-MM-DD format
assigned_tointegerUser ID to assign this task to
descriptionstringDetailed description of the task
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create TicketAGILED_CREATE_TICKETAcciónTool to create a new support ticket in agiled. use after gathering all required ticket details (subject, message, priority, user id).
AGILED_CREATE_TICKETAcciónTool to create a new support ticket in agiled. use after gathering all required ticket details (subject, message, priority, user id).
Parámetros de entrada
filestringAttachment URL or identifier.
messagestringObligatorioInitial message describing the issue.
subjectstringObligatorioTitle of the support ticket.
type_idintegerID of the ticket type or category.
user_idintegerObligatorioID of the user creating the ticket.
agent_idintegerID of the agent assigned to this ticket.
prioritystringObligatorioenumPriority level of the ticket.
lowmediumhighchannel_idintegerID of the communication channel (e.g., email, chat).
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get ContactsAGILED_GET_CONTACTSAcciónTool to retrieve a list of all contacts. use after configuring the api key to fetch contacts with optional pagination or search filters.
AGILED_GET_CONTACTSAcciónTool to retrieve a list of all contacts. use after configuring the api key to fetch contacts with optional pagination or search filters.
Parámetros de entrada
pageintegerPage number for pagination (must be >= 1)
searchstringSearch query to filter contacts by name or email
per_pageintegerNumber of contacts to retrieve per page (must be >= 1)
Parámetros de salida
dataobject[]ObligatorioList of contact records
metaobjectObligatorioPagination metadata
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get CurrenciesAGILED_GET_CURRENCIESAcciónTool to list currencies. use when you need to fetch available currency options after authentication.
AGILED_GET_CURRENCIESAcciónTool to list currencies. use when you need to fetch available currency options after authentication.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobject[]ObligatorioList of currency definitions
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get DealsAGILED_GET_DEALSAcciónTool to retrieve a list of all deals. use after confirming your api key to list all deals for crm reporting.
AGILED_GET_DEALSAcciónTool to retrieve a list of all deals. use after confirming your api key to list all deals for crm reporting.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobject[]ObligatorioList of deal records
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get EmployeesAGILED_GET_EMPLOYEESAcciónTool to retrieve a list of all employees. use when you need up-to-date employee directory from agiled.
AGILED_GET_EMPLOYEESAcciónTool to retrieve a list of all employees. use when you need up-to-date employee directory from agiled.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobject[]ObligatorioList of employees retrieved from Agiled
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get EstimatesAGILED_GET_ESTIMATESAcciónTool to retrieve a list of all estimates. use after configuring the api key to list estimates for reporting.
AGILED_GET_ESTIMATESAcciónTool to retrieve a list of all estimates. use after configuring the api key to list estimates for reporting.
Parámetros de entrada
pageintegerPage number for pagination (must be >= 1)
per_pageintegerNumber of estimates to retrieve per page (must be >= 1)
Parámetros de salida
dataobject[]ObligatorioList of estimate records
metaobjectObligatorioPagination metadata
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get ExpensesAGILED_GET_EXPENSESAcciónTool to retrieve a list of all expenses. use after authenticating with your agiled api key to fetch all expense records.
AGILED_GET_EXPENSESAcciónTool to retrieve a list of all expenses. use after authenticating with your agiled api key to fetch all expense records.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobject[]ObligatorioList of expense records
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get InvoicesAGILED_GET_INVOICESAcciónTool to retrieve a list of all invoices from agiled. use after obtaining valid api credentials.
AGILED_GET_INVOICESAcciónTool to retrieve a list of all invoices from agiled. use after obtaining valid api credentials.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobject[]ObligatorioList of invoices returned by the API
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get ProductsAGILED_GET_PRODUCTSAcciónTool to retrieve a list of all products. use when you need to display all available offerings.
AGILED_GET_PRODUCTSAcciónTool to retrieve a list of all products. use when you need to display all available offerings.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobject[]ObligatorioList of available products
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Project CategoriesAGILED_GET_PROJECT_CATEGORIESAcciónTool to retrieve a list of all project categories. use when you need to fetch category options before creating or filtering projects after authentication.
AGILED_GET_PROJECT_CATEGORIESAcciónTool to retrieve a list of all project categories. use when you need to fetch category options before creating or filtering projects after authentication.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobject[]ObligatorioList of project categories
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get ProjectsAGILED_GET_PROJECTSAcciónTool to retrieve a list of all projects. use after obtaining the api token.
AGILED_GET_PROJECTSAcciónTool to retrieve a list of all projects. use after obtaining the api token.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
GET_TASKSAGILED_GET_TASKSAcciónTool to retrieve a list of all tasks. use when you need to fetch all tasks across your account after authentication.
AGILED_GET_TASKSAcciónTool to retrieve a list of all tasks. use when you need to fetch all tasks across your account after authentication.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get TicketsAGILED_GET_TICKETSAcciónTool to retrieve a list of all tickets. use after obtaining api token when you need an overview of support or issue tickets.
AGILED_GET_TICKETSAcciónTool to retrieve a list of all tickets. use after obtaining api token when you need an overview of support or issue tickets.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get TimesheetsAGILED_GET_TIMESHEETSAcciónTool to retrieve timesheets for a project. use when you have a valid project id to fetch all its time logs.
AGILED_GET_TIMESHEETSAcciónTool to retrieve timesheets for a project. use when you have a valid project id to fetch all its time logs.
Parámetros de entrada
project_idintegerObligatorioID of the project to retrieve timesheets for (must be >= 1)
Parámetros de salida
dataobject[]ObligatorioList of time log entries for the project
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get UsersAGILED_GET_USERSAcciónTool to retrieve a list of users from agiled. use when you need the full user directory for selection or validation.
AGILED_GET_USERSAcciónTool to retrieve a list of users from agiled. use when you need the full user directory for selection or validation.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobject[]ObligatorioList of users retrieved from Agiled
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not