NAiOS IconNAiOS Logo
Volver al catálogo

Agiled

agiled

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

Acciones
18
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

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ón

Tool to create a new expense in agiled. use after gathering expense details and authenticating with your api key.

Parámetros de entrada

  • pricenumberObligatorio

    Price of the expense (must be non-negative)

  • statusstring

    Status of the expense (e.g., approved)

  • user_idintegerObligatorio

    User ID of the expense owner

  • how_oftenstring

    Recurring frequency (e.g., daily, weekly, monthly)

  • item_namestringObligatorio

    Name of the expense item

  • project_idinteger

    Associated project ID, if applicable

  • currency_idintegerObligatorio

    Currency ID used for the expense

  • is_infinitestring

    Whether the recurrence is infinite (yes/no)

  • often_termsinteger

    Number of intervals between recurrences

  • distance_costinteger

    Calculated distance cost (distance_value x distance_unit_rate)

  • distance_unitstring

    Unit for distance (e.g., kilometer or mile)

  • purchase_datestringObligatorio

    Date when the expense was made (YYYY-MM-DD)

  • term_durationstring

    Unit for recurrence intervals (e.g., day, week, month)

  • distance_valueintegerObligatorio

    Distance traveled, numeric value (must be non-negative)

  • make_recurringstring

    Mark this expense as recurring (yes/no)

  • purchased_fromstring

    Vendor or source of the expense

  • include_distancestring

    Include distance cost (yes/no)

  • remaining_cyclesinteger

    Remaining number of recurrence cycles

  • distance_categorystringObligatorio

    Category or purpose of the distance expense

  • distance_unit_rateinteger

    Rate per distance unit (must be non-negative)

  • next_purchase_datestring

    Next scheduled date for recurring expense (YYYY-MM-DD)

  • distance_descriptionstring

    Additional notes about the distance traveled

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Create ProjectAGILED_CREATE_PROJECTAcción

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."

Parámetros de entrada

  • notesstring

    Internal notes or comments for the project

  • statusstringObligatorioenum

    Current status of the project

    in progresson holdcanceledfinishednot started
  • deadlinestring

    Deadline of the project in YYYY-MM-DD format

  • start_datestringObligatorio

    Start date of the project in YYYY-MM-DD format

  • project_namestringObligatorio

    Title of the project

  • project_summarystring

    Brief summary of the project

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Create TaskAGILED_CREATE_TASKAcción

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."

Parámetros de entrada

  • titlestringObligatorio

    Title or summary of the task

  • statusstringenum

    Current status of the task

    to_doin_progressdone
  • list_idinteger

    ID of the task list/column (e.g., backlog, in_progress)

  • due_datestring

    Due date of the task in YYYY-MM-DD format

  • prioritystringenum

    Priority level of the task

    lownormalhigh
  • followersinteger[]

    List of user IDs who will follow the task

  • project_idinteger

    ID of the project to which this task belongs

  • start_datestring

    Start date of the task in YYYY-MM-DD format

  • assigned_tointeger

    User ID to assign this task to

  • descriptionstring

    Detailed description of the task

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Create TicketAGILED_CREATE_TICKETAcción

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

Parámetros de entrada

  • filestring

    Attachment URL or identifier.

  • messagestringObligatorio

    Initial message describing the issue.

  • subjectstringObligatorio

    Title of the support ticket.

  • type_idinteger

    ID of the ticket type or category.

  • user_idintegerObligatorio

    ID of the user creating the ticket.

  • agent_idinteger

    ID of the agent assigned to this ticket.

  • prioritystringObligatorioenum

    Priority level of the ticket.

    lowmediumhigh
  • channel_idinteger

    ID of the communication channel (e.g., email, chat).

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get ContactsAGILED_GET_CONTACTSAcción

Tool 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

  • pageinteger

    Page number for pagination (must be >= 1)

  • searchstring

    Search query to filter contacts by name or email

  • per_pageinteger

    Number of contacts to retrieve per page (must be >= 1)

Parámetros de salida

  • dataobject[]Obligatorio

    List of contact records

  • metaobjectObligatorio

    Pagination metadata

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get CurrenciesAGILED_GET_CURRENCIESAcción

Tool 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[]Obligatorio

    List of currency definitions

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get DealsAGILED_GET_DEALSAcción

Tool 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[]Obligatorio

    List of deal records

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get EmployeesAGILED_GET_EMPLOYEESAcción

Tool 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[]Obligatorio

    List of employees retrieved from Agiled

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get EstimatesAGILED_GET_ESTIMATESAcción

Tool to retrieve a list of all estimates. use after configuring the api key to list estimates for reporting.

Parámetros de entrada

  • pageinteger

    Page number for pagination (must be >= 1)

  • per_pageinteger

    Number of estimates to retrieve per page (must be >= 1)

Parámetros de salida

  • dataobject[]Obligatorio

    List of estimate records

  • metaobjectObligatorio

    Pagination metadata

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get ExpensesAGILED_GET_EXPENSESAcción

Tool 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[]Obligatorio

    List of expense records

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get InvoicesAGILED_GET_INVOICESAcción

Tool 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[]Obligatorio

    List of invoices returned by the API

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get ProductsAGILED_GET_PRODUCTSAcción

Tool 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[]Obligatorio

    List of available products

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Project CategoriesAGILED_GET_PROJECT_CATEGORIESAcción

Tool 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[]Obligatorio

    List of project categories

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get ProjectsAGILED_GET_PROJECTSAcción

Tool to retrieve a list of all projects. use after obtaining the api token.

Parámetros de entrada

Sin parámetros.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

GET_TASKSAGILED_GET_TASKSAcción

Tool 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

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get TicketsAGILED_GET_TICKETSAcción

Tool 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

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get TimesheetsAGILED_GET_TIMESHEETSAcción

Tool 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_idintegerObligatorio

    ID of the project to retrieve timesheets for (must be >= 1)

Parámetros de salida

  • dataobject[]Obligatorio

    List of time log entries for the project

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get UsersAGILED_GET_USERSAcción

Tool 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[]Obligatorio

    List of users retrieved from Agiled

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not