Open Connector
All tools

Agiled logoAgiled

Agiled is an all-in-one business management platform built for service businesses—agencies, freelancers, consultants, and small teams.

agiledvcatalog-v1161 tools

Authentication

MethodKindStatusDetails
API Keyapi_keyavailable

Call a tool

import { createClient } from "@open-connector/sdk";const oc = createClient({  baseUrl: "https://api.openconnector.dev",  apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await oc.executeTool({  slug: "AGILED_ADMIN_SEARCH",  connectedAccountId: "conn_...",  arguments: { /* match this tool's input schema */ },});
import Composio from "@composio/client";const composio = new Composio({  baseURL: "https://api.openconnector.dev/composio",  apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await composio.tools.execute("AGILED_ADMIN_SEARCH", {  connected_account_id: "conn_...",  arguments: { /* match this tool's input schema */ },});
oc tools execute AGILED_ADMIN_SEARCH --data '{ }'

Tool catalog

Available tools

161 callable operations

Admin SearchAGILED_ADMIN_SEARCHSearch your account data using a Search Key.

Search your account data using a Search Key.

Authentication

Connected account required

Tags

Search
Clock in attendanceAGILED_CLOCK_INRecords clock in time for user attendance

Records clock in time for user attendance

Authentication

Connected account required

Tags

Attendance
Clock out attendanceAGILED_CLOCK_OUTRecords clock out time for user attendance

Records clock out time for user attendance

Authentication

Connected account required

Tags

Attendance
Delete an existing accountAGILED_DELETE_ACCOUNTDeletes an existing account and returns no content

Deletes an existing account and returns no content

Authentication

Connected account required

Tags

Accounts
Delete an existing contactAGILED_DELETE_CONTACTDeletes an existing contact and returns no content

Deletes an existing contact and returns no content

Authentication

Connected account required

Tags

Contacts
Delete an existing documentAGILED_DELETE_DOCUMENTSDeletes an existing document and returns no content

Deletes an existing document and returns no content

Authentication

Connected account required

Tags

Documents
Delete an existing employeeAGILED_DELETE_EMPLOYEEDeletes an existing employee and returns no content

Deletes an existing employee and returns no content

Authentication

Connected account required

Tags

Employees
Delete an existing estimateAGILED_DELETE_ESTIMATEDeletes an existing estimate and returns no content

Deletes an existing estimate and returns no content

Authentication

Connected account required

Tags

Estimates
Delete an existing eventAGILED_DELETE_EVENTDeletes an existing event and returns no content

Deletes an existing event and returns no content

Authentication

Connected account required

Tags

Events
Delete an existing event typeAGILED_DELETE_EVENT_TYPEDeletes an existing event type and returns no content

Deletes an existing event type and returns no content

Authentication

Connected account required

Tags

Event Types
Delete an existing expenseAGILED_DELETE_EXPENSEDeletes an existing expense and returns no content

Deletes an existing expense and returns no content

Authentication

Connected account required

Tags

Expenses
Delete an existing invoiceAGILED_DELETE_INVOICEDeletes an existing invoice and returns no content

Deletes an existing invoice and returns no content

Authentication

Connected account required

Tags

Invoices
Delete an existing project milestoneAGILED_DELETE_MILESTONEDeletes an existing project milestone and returns no content

Deletes an existing project milestone and returns no content

Authentication

Connected account required

Tags

Milestone
Delete an existing paymentAGILED_DELETE_PAYMENTDeletes an existing payment and returns no content

Deletes an existing payment and returns no content

Authentication

Connected account required

Tags

Payments
Delete an existing productAGILED_DELETE_PRODUCTDeletes an existing product and returns no content

Deletes an existing product and returns no content

Authentication

Connected account required

Tags

Products
Delete an existing projectAGILED_DELETE_PROJECTDeletes an existing project and returns no content

Deletes an existing project and returns no content

Authentication

Connected account required

Tags

Projects
Delete an existing project categoryAGILED_DELETE_PROJECT_CATEGORYDeletes an existing project category and returns no content

Deletes an existing project category and returns no content

Authentication

Connected account required

Tags

Project Categories
Delete an existing taskAGILED_DELETE_TASKDeletes an existing task and returns no content

Deletes an existing task and returns no content

Authentication

Connected account required

Tags

Tasks
Delete an existing task categoryAGILED_DELETE_TASK_CATEGORYDeletes an existing task category and returns no content

Deletes an existing task category and returns no content

Authentication

Connected account required

Tags

Task Categories
Delete an existing ticketAGILED_DELETE_TICKETDeletes an existing ticket and returns no content

Deletes an existing ticket and returns no content

Authentication

Connected account required

Tags

Tickets
Delete an existing ticket agentAGILED_DELETE_TICKET_AGENTDeletes an existing ticket agent and returns no content

Deletes an existing ticket agent and returns no content

Authentication

Connected account required

Tags

Ticket Agents
Delete an existing ticket replyAGILED_DELETE_TICKET_REPLYDeletes an existing ticket reply and returns no content

Deletes an existing ticket reply and returns no content

Authentication

Connected account required

Tags

TicketsReply
Delete an existing ticket typeAGILED_DELETE_TICKET_TYPESDeletes an existing ticket type and returns no content

Deletes an existing ticket type and returns no content

Authentication

Connected account required

Tags

Ticket Types
Delete existing timelogAGILED_DELETE_TIME_LOGDeletes a record and returns no content

Deletes a record and returns no content

Authentication

Connected account required

Tags

Time Logs
Delete an existing ticket channelAGILED_DELETETICKETCHANNELSDeletes an existing ticket channel and returns no content

Deletes an existing ticket channel and returns no content

Authentication

Connected account required

Tags

Ticket Channels
Delete an existing crm noteAGILED_DESTROY_CRMNOTE_REQUESTDeletes an existing crm note and returns no content

Deletes an existing crm note and returns no content

Authentication

Connected account required

Tags

CRM Notes
Delete an existing crm taskAGILED_DESTROY_CRMTASK_REQUESTDeletes an existing crm task and returns no content

Deletes an existing crm task and returns no content

Authentication

Connected account required

Tags

CRM Tasks
Delete an existing dealAGILED_DESTROY_DEALDeletes an existing deal and returns no content

Deletes an existing deal and returns no content

Authentication

Connected account required

Tags

Deals
Delete an existing meetingAGILED_DESTROY_MEETINGDeletes an existing meeting and returns no content

Deletes an existing meeting and returns no content

Authentication

Connected account required

Tags

CRM Meetings
Delete an existing pipelineAGILED_DESTROY_PIPELINEDeletes an existing pipeline and returns no content

Deletes an existing pipeline and returns no content

Authentication

Connected account required

Tags

CRM Pipelines
Delete an existing pipeline stageAGILED_DESTROY_STAGEDeletes an existing pipeline stage and returns no content

Deletes an existing pipeline stage and returns no content

Authentication

Connected account required

Tags

CRM Pipeline Stages
Download CRM FileAGILED_DOWNLOAD_CRMFILEDownload CRM File

Download CRM File

Authentication

Connected account required

Tags

CRM Files
Download Folder FileAGILED_DOWNLOAD_FOLDER_FILEDownload Folder File

Download Folder File

Authentication

Connected account required

Tags

Folder Files
Download Project FileAGILED_DOWNLOAD_PROJECT_FILEDownload Project File

Download Project File

Authentication

Connected account required

Tags

Project Files
Download Task FileAGILED_DOWNLOAD_TASK_FILEDownload Task File

Download Task File

Authentication

Connected account required

Tags

Task Files
Get list of meetingsAGILED_GETReturns list of meetings

Returns list of meetings

Authentication

Connected account required

Tags

CRM Meetings
Get particular accountAGILED_GET_ACCOUNTReturns data of that particular account

Returns data of that particular account

Authentication

Connected account required

Tags

Accounts
Get list of accountsAGILED_GET_ACCOUNTS_LISTReturns list of accounts

Returns list of accounts

Authentication

Connected account required

Tags

Accounts
Get account activitiesAGILED_GET_ACTIVITIESReturns account activities

Returns account activities

Authentication

Connected account required

Tags

Activities
Get all foldersAGILED_GET_ALL_FOLDERSGet all folders

Get all folders

Authentication

Connected account required

Tags

Folders
Get list of task commentsAGILED_GET_COMMENTSReturns list of task comments

Returns list of task comments

Authentication

Connected account required

Tags

Comments
Get particular contactAGILED_GET_CONTACTReturns data of that particular contact

Returns data of that particular contact

Authentication

Connected account required

Tags

Contacts
Get list of contactsAGILED_GET_CONTACTS_LISTReturns list of contacts

Returns list of contacts

Authentication

Connected account required

Tags

Contacts
Get list of particular contact/account notesAGILED_GET_CRMNOTES_REQUESTReturns list of notes

Returns list of notes

Authentication

Connected account required

Tags

CRM Notes
Get list of crm pipeline stagesAGILED_GET_CRMPIPELINE_STAGESReturns list of crm pipeline stages

Returns list of crm pipeline stages

Authentication

Connected account required

Tags

CRM Pipeline Stages
Get list of crm pipelinesAGILED_GET_CRMPIPELINESReturns list of crm pipelines

Returns list of crm pipelines

Authentication

Connected account required

Tags

CRM Pipelines
Get list of crm sourcesAGILED_GET_CRMSOURCESReturns list of crm sources

Returns list of crm sources

Authentication

Connected account required

Tags

CRMSources
Get list of crm stagesAGILED_GET_CRMSTAGESReturns list of crm stages

Returns list of crm stages

Authentication

Connected account required

Tags

CRMStages
Get list of crm statusesAGILED_GET_CRMSTATUSESReturns list of crm statuses

Returns list of crm statuses

Authentication

Connected account required

Tags

CRMStatuses
Get list of particular contact/account tasksAGILED_GET_CRMTASKS_REQUESTReturns list of tasks

Returns list of tasks

Authentication

Connected account required

Tags

CRM Tasks
Get list of currenciesAGILED_GET_CURRENCIES_LISTReturns list of currencies

Returns list of currencies

Authentication

Connected account required

Tags

Currencies
Get current clock in statusAGILED_GET_CURRENT_CLOCK_INReturns current clock in status for the authenticated user

Returns current clock in status for the authenticated user

Authentication

Connected account required

Tags

Attendance
Get list of dealsAGILED_GET_DEALSReturns list of deals

Returns list of deals

Authentication

Connected account required

Tags

Deals
Get list of departmentsAGILED_GET_DEPARTMENTS_LISTReturns list of departments

Returns list of departments

Authentication

Connected account required

Tags

Departments
Get list of designationsAGILED_GET_DESIGNATIONS_LISTReturns list of designations

Returns list of designations

Authentication

Connected account required

Tags

Designations
Get list of docsAGILED_GET_DOCSLISTReturns list of docs

Returns list of docs

Authentication

Connected account required

Tags

Documents
Get list of employeesAGILED_GET_EMPLOYEES_LISTReturns list of employees

Returns list of employees

Authentication

Connected account required

Tags

Employees
Get particular estimateAGILED_GET_ESTIMATEReturns data of that particular estimate

Returns data of that particular estimate

Authentication

Connected account required

Tags

Estimates
Get list of estimatesAGILED_GET_ESTIMATES_LISTReturns list of estimates

Returns list of estimates

Authentication

Connected account required

Tags

Estimates
Get list of event typesAGILED_GET_EVENT_TYPES_LISTReturns list of event types

Returns list of event types

Authentication

Connected account required

Tags

Event Types
Get list of eventsAGILED_GET_EVENTS_LISTReturns list of events

Returns list of events

Authentication

Connected account required

Tags

Events
Get particular expenseAGILED_GET_EXPENSEReturns data of that particular expense

Returns data of that particular expense

Authentication

Connected account required

Tags

Expenses
Get list of expensesAGILED_GET_EXPENSES_LISTReturns list of expenses

Returns list of expenses

Authentication

Connected account required

Tags

Expenses
Get list of formsAGILED_GET_FORMS_REQUESTReturns list of forms

Returns list of forms

Authentication

Connected account required

Tags

Forms
Get particular invoiceAGILED_GET_INVOICEReturns data of that particular invoice

Returns data of that particular invoice

Authentication

Connected account required

Tags

Invoices
Get list of invoicesAGILED_GET_INVOICES_LISTReturns list of invoices

Returns list of invoices

Authentication

Connected account required

Tags

Invoices
Get payment gateways credentialsAGILED_GET_PAYMENT_GATEWAYS_CREDENTIALSReturns payment gateways credentials

Returns payment gateways credentials

Authentication

Connected account required

Tags

Payment Gateways
Get list of paymentsAGILED_GET_PAYMENTSReturns list of payments

Returns list of payments

Authentication

Connected account required

Tags

Payments
Get list of productsAGILED_GET_PRODUCTS_LISTReturns list of products

Returns list of products

Authentication

Connected account required

Tags

Products
Get list of project categoriesAGILED_GET_PROJECT_CATEGORIES_LISTReturns list of project categories

Returns list of project categories

Authentication

Connected account required

Tags

Project Categories
Get list of projectsAGILED_GET_PROJECTS_LISTReturns list of projects

Returns list of projects

Authentication

Connected account required

Tags

Projects
Get list of sales agentsAGILED_GET_SALES_AGENTSReturns list of sales agents

Returns list of sales agents

Authentication

Connected account required

Tags

SalesAgents
Get particular noteAGILED_GET_SINGLE_CRMNOTE_REQUESTReturns data of that particular note

Returns data of that particular note

Authentication

Connected account required

Tags

CRM Notes
Get particular taskAGILED_GET_SINGLE_CRMTASK_REQUESTReturns data of that particular task

Returns data of that particular task

Authentication

Connected account required

Tags

CRM Tasks
Get particular dealAGILED_GET_SINGLE_DEALReturns data of that particular deal

Returns data of that particular deal

Authentication

Connected account required

Tags

Deals
Get particular employeeAGILED_GET_SINGLE_EMPLOYEEReturns data of that particular employee

Returns data of that particular employee

Authentication

Connected account required

Tags

Employees
Get particular eventAGILED_GET_SINGLE_EVENTReturns data of that particular event

Returns data of that particular event

Authentication

Connected account required

Tags

Event Types
Get particular formAGILED_GET_SINGLE_FORMReturns data of that particular form

Returns data of that particular form

Authentication

Connected account required

Tags

Forms
Get particular paymentsAGILED_GET_SINGLE_PAYMENTReturns data of that particular payment

Returns data of that particular payment

Authentication

Connected account required

Tags

Payments
Get particular crm pipelineAGILED_GET_SINGLE_PIPELINEReturns data of that particular crm pipeline

Returns data of that particular crm pipeline

Authentication

Connected account required

Tags

CRM Pipelines
Get particular productAGILED_GET_SINGLE_PRODUCTReturns data of that particular product

Returns data of that particular product

Authentication

Connected account required

Tags

Products
Get particular projectAGILED_GET_SINGLE_PROJECTReturns data of that particular project

Returns data of that particular project

Authentication

Connected account required

Tags

Projects
Get particular taskAGILED_GET_SINGLE_TASKReturns data of that particular task

Returns data of that particular task

Authentication

Connected account required

Tags

Tasks
Get particular ticketAGILED_GET_SINGLE_TICKETReturns data of that particular ticket

Returns data of that particular ticket

Authentication

Connected account required

Tags

Tickets
Get list of task categoriesAGILED_GET_TASK_CATEGORIES_LISTReturns list of task categories

Returns list of task categories

Authentication

Connected account required

Tags

Task Categories
Get list of task statusesAGILED_GET_TASK_STATUSESReturns list of task statuses

Returns list of task statuses

Authentication

Connected account required

Tags

Tasks
Get list of tasksAGILED_GET_TASKS_LISTReturns list of tasks

Returns list of tasks

Authentication

Connected account required

Tags

Tasks
Get list of taxesAGILED_GET_TAXES_LISTReturns list of taxes

Returns list of taxes

Authentication

Connected account required

Tags

Taxes
Get list of ticket agentsAGILED_GET_TICKET_AGENTSReturns list of ticket agents

Returns list of ticket agents

Authentication

Connected account required

Tags

Ticket Agents
Get list of ticket typesAGILED_GET_TICKET_TYPESReturns list of ticket types

Returns list of ticket types

Authentication

Connected account required

Tags

Ticket Types
Get list of ticketsAGILED_GET_TICKETS_LISTReturns list of tickets

Returns list of tickets

Authentication

Connected account required

Tags

Tickets
Get list of timelogsAGILED_GET_TIME_LOGS_LISTReturns list of timelogs

Returns list of timelogs

Authentication

Connected account required

Tags

Time Logs
Get settings of timelogsAGILED_GET_TIMELOG_SETTINGSReturns timelog settings

Returns timelog settings

Authentication

Connected account required

Tags

Time Log Settings
Get list of usersAGILED_GET_USERS_LISTReturns list of users

Returns list of users

Authentication

Connected account required

Tags

Users
Get list of ticket channelsAGILED_GETTICKETCHANNELSReturns list of ticket channels

Returns list of ticket channels

Authentication

Connected account required

Tags

Ticket Channels
Get reminder for paymentAGILED_REMIND_FOR_INVOICEGet reminder for payment of invoice

Get reminder for payment of invoice

Authentication

Connected account required

Tags

Invoices
Task reminderAGILED_REMIND_FOR_TASKReminder for task

Reminder for task

Authentication

Connected account required

Tags

Tasks
Show FileAGILED_SHOW_FILEShow File

Show File

Authentication

Connected account required

Tags

CRM Files
Show Folder FileAGILED_SHOW_FOLDER_FILEShow Folder File

Show Folder File

Authentication

Connected account required

Tags

Folder Files
start timelogAGILED_START_TIME_LOGstart a new timer

start a new timer

Authentication

Connected account required

Tags

Time Logs
stop timelogAGILED_STOP_TIME_LOGstops an existing timer

stops an existing timer

Authentication

Connected account required

Tags

Time Logs
Store new commentAGILED_STORE_COMMENTSStores a new comment

Stores a new comment

Authentication

Connected account required

Tags

Comments
Store new accountAGILED_STORE_CRMACCOUNTStores a new Account

Stores a new Account

Authentication

Connected account required

Tags

Accounts
Store new contactAGILED_STORE_CRMCONTACTStores a new Contact

Stores a new Contact

Authentication

Connected account required

Tags

Contacts
Store new crm noteAGILED_STORE_CRMNOTEStores a new crm note

Stores a new crm note

Authentication

Connected account required

Tags

CRM Notes
Store new crm taskAGILED_STORE_CRMTASKStores a new crm task

Stores a new crm task

Authentication

Connected account required

Tags

CRM Tasks
Store new dealAGILED_STORE_DEALStores a new deal

Stores a new deal

Authentication

Connected account required

Tags

Deals
Store new employeeAGILED_STORE_EMPLOYEEStores a new employee

Stores a new employee

Authentication

Connected account required

Tags

Employees
Store new estimateAGILED_STORE_ESTIMATEStores a new estimate

Stores a new estimate

Authentication

Connected account required

Tags

Estimates
Store new eventAGILED_STORE_EVENTStores a new event

Stores a new event

Authentication

Connected account required

Tags

Events
Store new event typeAGILED_STORE_EVENT_TYPEStores a new event type

Stores a new event type

Authentication

Connected account required

Tags

Event Types
Store new expenseAGILED_STORE_EXPENSEStores a new Expense

Stores a new Expense

Authentication

Connected account required

Tags

Expenses
Store new invoiceAGILED_STORE_INVOICEStores a new Invoice

Stores a new Invoice

Authentication

Connected account required

Tags

Invoices
Store a new meetingAGILED_STORE_MEETINGStores a new meeting

Stores a new meeting

Authentication

Connected account required

Tags

CRM Meetings
Store new project milestoneAGILED_STORE_MILESTONESStores a new project milestone

Stores a new project milestone

Authentication

Connected account required

Tags

Milestone
Store new paymentAGILED_STORE_PAYMENTSStores a new payment

Stores a new payment

Authentication

Connected account required

Tags

Payments
Store new pipelineAGILED_STORE_PIPELINEStores a new pipeline

Stores a new pipeline

Authentication

Connected account required

Tags

CRM Pipelines
Store new productAGILED_STORE_PRODUCTStores a new Product

Stores a new Product

Authentication

Connected account required

Tags

Products
Store new projectAGILED_STORE_PROJECTStores a new Project

Stores a new Project

Authentication

Connected account required

Tags

Projects
Store new project categoryAGILED_STORE_PROJECT_CATEGORYStores a new project category

Stores a new project category

Authentication

Connected account required

Tags

Project Categories
Store new pipeline stageAGILED_STORE_STAGEStores a new pipeline stage

Stores a new pipeline stage

Authentication

Connected account required

Tags

CRM Pipeline Stages
Store new taskAGILED_STORE_TASKStores a new task

Stores a new task

Authentication

Connected account required

Tags

Tasks
Store new task categoryAGILED_STORE_TASK_CATEGORIESStores a new task category

Stores a new task category

Authentication

Connected account required

Tags

Task Categories
Store new ticketAGILED_STORE_TICKETStores a new Ticket

Stores a new Ticket

Authentication

Connected account required

Tags

Tickets
Store new ticket agentAGILED_STORE_TICKET_AGENTSStores a ticket agent

Stores a ticket agent

Authentication

Connected account required

Tags

Ticket Agents
Store new ticket replyAGILED_STORE_TICKET_REPLYStores a new Ticket Reply

Stores a new Ticket Reply

Authentication

Connected account required

Tags

TicketsReply
Store new ticket typeAGILED_STORE_TICKET_TYPESStores a ticket type

Stores a ticket type

Authentication

Connected account required

Tags

Ticket Types
Store new timelogAGILED_STORE_TIME_LOGStores a new timelog

Stores a new timelog

Authentication

Connected account required

Tags

Time Logs
Update Time Log SettingsAGILED_STORE_TIMELOG_SETTINGSUpdate Time Log Settings

Update Time Log Settings

Authentication

Connected account required

Tags

Time Log Settings
Store new ticket channelAGILED_STORETICKETCHANNELSStores a ticket channel

Stores a ticket channel

Authentication

Connected account required

Tags

Ticket Channels
Update an existing AccountAGILED_UPDATE_CRMACCOUNTUpdates an existing Account

Updates an existing Account

Authentication

Connected account required

Tags

Accounts
Update an existing ContactAGILED_UPDATE_CRMCONTACTUpdates an existing Contact

Updates an existing Contact

Authentication

Connected account required

Tags

Contacts
Update an existing NoteAGILED_UPDATE_CRMNOTE_REQUESTUpdates an existing Note

Updates an existing Note

Authentication

Connected account required

Tags

CRM Notes
Update an existing TaskAGILED_UPDATE_CRMTASK_REQUESTUpdates an existing Task

Updates an existing Task

Authentication

Connected account required

Tags

CRM Tasks
Update an existing DealAGILED_UPDATE_DEALUpdates an existing Deal

Updates an existing Deal

Authentication

Connected account required

Tags

Deals
Update an existing employeeAGILED_UPDATE_EMPLOYEEUpdates an existing employee

Updates an existing employee

Authentication

Connected account required

Tags

Employees
Update an existing estimateAGILED_UPDATE_ESTIMATEUpdates an existing Estimate

Updates an existing Estimate

Authentication

Connected account required

Tags

Estimates
Update an existing eventAGILED_UPDATE_EVENTUpdates an existing event

Updates an existing event

Authentication

Connected account required

Tags

Events
Update an existing event typeAGILED_UPDATE_EVENT_TYPEUpdates an existing event type

Updates an existing event type

Authentication

Connected account required

Tags

Event Types
Update an existing expenseAGILED_UPDATE_EXPENSEUpdates an existing Expense

Updates an existing Expense

Authentication

Connected account required

Tags

Expenses
Update an existing invoiceAGILED_UPDATE_INVOICEUpdates an existing invoice

Updates an existing invoice

Authentication

Connected account required

Tags

Invoices
Update an existing MeetingAGILED_UPDATE_MEETINGUpdates an existing Meeting

Updates an existing Meeting

Authentication

Connected account required

Tags

CRM Meetings
Update MilestoneAGILED_UPDATE_MILESTONEUpdates Milestone

Updates Milestone

Authentication

Connected account required

Tags

Milestone
Update status of MilestoneAGILED_UPDATE_MILESTONE_STATUSUpdates status of Milestone

Updates status of Milestone

Authentication

Connected account required

Tags

Milestone
Update an existing PaymentAGILED_UPDATE_PAYMENTUpdates an existing Payment

Updates an existing Payment

Authentication

Connected account required

Tags

Payments
Update payment gateways credentialsAGILED_UPDATE_PAYMENT_GATEWAYSUpdates payment gateways credentials

Updates payment gateways credentials

Authentication

Connected account required

Tags

Payment Gateways
Update an existing PipelineAGILED_UPDATE_PIPELINESUpdates an existing Pipeline

Updates an existing Pipeline

Authentication

Connected account required

Tags

CRM Pipelines
Update an existing productAGILED_UPDATE_PRODUCTUpdates an existing Product

Updates an existing Product

Authentication

Connected account required

Tags

Products
Update an existing projectAGILED_UPDATE_PROJECTUpdates an existing {Project}

Updates an existing {Project}

Authentication

Connected account required

Tags

Projects
Update an existing Pipeline StageAGILED_UPDATE_STAGESUpdates an existing Pipeline Stage

Updates an existing Pipeline Stage

Authentication

Connected account required

Tags

CRM Pipeline Stages
Update an existing taskAGILED_UPDATE_TASKUpdates an existing Task

Updates an existing Task

Authentication

Connected account required

Tags

Tasks
Mark task as completeAGILED_UPDATE_TASK_STATUSMark task as complete

Mark task as complete

Authentication

Connected account required

Tags

Tasks
Update an existing ticketAGILED_UPDATE_TICKETUpdates an existing Ticket

Updates an existing Ticket

Authentication

Connected account required

Tags

Tickets
Update an existing ticket agentAGILED_UPDATE_TICKET_AGENTSUpdates an existing ticket agent

Updates an existing ticket agent

Authentication

Connected account required

Tags

Ticket Agents
Update an existing ticket channelAGILED_UPDATE_TICKET_CHANNELSUpdates an existing ticket channel

Updates an existing ticket channel

Authentication

Connected account required

Tags

Ticket Channels
Update an existing ticket replyAGILED_UPDATE_TICKET_REPLYUpdates an existing Ticket Reply

Updates an existing Ticket Reply

Authentication

Connected account required

Tags

TicketsReply
Update an existing ticket typeAGILED_UPDATE_TICKET_TYPESUpdates an existing ticket type

Updates an existing ticket type

Authentication

Connected account required

Tags

Ticket Types
Update an existing TimelogAGILED_UPDATE_TIME_LOGUpdates an existing Timelog

Updates an existing Timelog

Authentication

Connected account required

Tags

Time Logs
View FileAGILED_VIEW_FILEView File

View File

Authentication

Connected account required

Tags

CRM Files
View Project FileAGILED_VIEW_PROJECT_FILEView Project File

View Project File

Authentication

Connected account required

Tags

Project Files
View Task FileAGILED_VIEW_TASK_FILEView Task File

View Task File

Authentication

Connected account required

Tags

Task Files

Provider resources