Capsule CRM
capsule_crmCapsule CRM is a simple yet powerful CRM platform designed to help businesses manage customer relationships, sales pipelines, and tasks efficiently.
Acciones disponibles (12)
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 Capsule CRM PartyCAPSULE_CRM_CREATE_PARTYAcciónTool to create a party in capsule crm. use when you have collected a person's or organisation's details and need to add a new record.
CAPSULE_CRM_CREATE_PARTYAcciónTool to create a party in capsule crm. use when you have collected a person's or organisation's details and need to add a new record.
Parámetros de entrada
namestringName for organisation when `type='organisation'`.
tagsobject[]teamobjectAssign team ID or clear by setting `null`.
typestringObligatorioenumSet to 'person' or 'organisation'.
personorganisationaboutstringFree-text description.
ownerobjectAssign owner user ID or clear by setting `null`.
titlestringPerson title, e.g. 'Mr' or 'Ms'.
fieldsobject[]jobTitlestringJob title for the person.
lastNamestringRequired when `type='person'`.
websitesobject[]addressesobject[]firstNamestringRequired when `type='person'`.
organisationobjectLink a person to an organisation by ID or name.
phoneNumbersobject[]emailAddressesobject[]
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
Delete PartyCAPSULE_CRM_DELETE_PARTYAcciónTool to fully delete a specific party (person or organisation) from capsule crm. use when you need to completely remove a party after confirming no active references remain.
CAPSULE_CRM_DELETE_PARTYAcciónTool to fully delete a specific party (person or organisation) from capsule crm. use when you need to completely remove a party after confirming no active references remain.
Parámetros de entrada
party_idanyObligatoriouuidThe unique identifier (UUID) of the party (person or organisation) to delete.
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
List Deleted OpportunitiesCAPSULE_CRM_LIST_DELETED_OPPORTUNITIESAcciónTool to list opportunities deleted or restricted since a given date. use when you need to identify recently deleted or restricted opportunities.
CAPSULE_CRM_LIST_DELETED_OPPORTUNITIESAcciónTool to list opportunities deleted or restricted since a given date. use when you need to identify recently deleted or restricted opportunities.
Parámetros de entrada
sincestringdate-timeISO8601 date/time. If set then includes only entities that have been changed after this date.
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
List deleted partiesCAPSULE_CRM_LIST_DELETED_PARTIESAcciónTool to retrieve parties deleted since a given date. use when you need to sync deletions.
CAPSULE_CRM_LIST_DELETED_PARTIESAcciónTool to retrieve parties deleted since a given date. use when you need to sync deletions.
Parámetros de entrada
sincestringObligatorioThe since date is required to return only entities that have been deleted after this date. Must be in ISO8601 format.
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
List Entries By DateCAPSULE_CRM_LIST_ENTRIES_BY_DATEAcciónTool to list notes, emails, and completed party tasks in descending order by entry date. use when you need the most recent entries first after authenticating.
CAPSULE_CRM_LIST_ENTRIES_BY_DATEAcciónTool to list notes, emails, and completed party tasks in descending order by entry date. use when you need the most recent entries first after authenticating.
Parámetros de entrada
pageintegerThe page of results to return. Default: 1
embedstring[]Comma-separated list of additional data to embed. Allowed values: 'party', 'kase', 'opportunity', 'creator', 'activityType'.
perPageintegerThe number of entries to return per page (1-100). Default: 50
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
List Organisation EmployeesCAPSULE_CRM_LIST_ORG_EMPLOYEESAcciónTool to list employees linked to a specific organisation (party). use when you need to retrieve all employees under a given organisation.
CAPSULE_CRM_LIST_ORG_EMPLOYEESAcciónTool to list employees linked to a specific organisation (party). use when you need to retrieve all employees under a given organisation.
Parámetros de entrada
pageintegerPage number of results to return, must be at least 1
embedstring[]List of additional data to include; allowed values: 'tags', 'fields', 'organisation', 'missingImportantFields'
perPageintegerNumber of results per page, must be between 1 and 100
party_idintegerObligatorioID of the organisation (party) to list employees for
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
List PartiesCAPSULE_CRM_LIST_PARTIESAcciónTool to list all parties (contacts) on the account. use when you need to fetch contacts with optional filters or embed additional related data.
CAPSULE_CRM_LIST_PARTIESAcciónTool to list all parties (contacts) on the account. use when you need to fetch contacts with optional filters or embed additional related data.
Parámetros de entrada
pageintegerPage number of results to return (>=1). Default: 1.
embedstring[]Comma-separated list of additional data to embed. Allowed values: 'tags', 'fields', 'organisation', 'missingImportantFields'.
sincestringInclude only parties changed after this date (ISO8601 format).
perPageintegerNumber of parties per page (1-100). Default: 50.
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
List ProjectsCAPSULE_CRM_LIST_PROJECTSAcciónTool to list projects (cases) from capsule crm. use when you need a paginated or filtered view of projects.
CAPSULE_CRM_LIST_PROJECTSAcciónTool to list projects (cases) from capsule crm. use when you need a paginated or filtered view of projects.
Parámetros de entrada
pageintegerThe page of results to return (>=1). Default: 1.
fieldsstringComma-separated list of project fields to include (e.g., 'id,name,status').
searchstringSearch term to filter project names or descriptions.
statusstringStatus to filter projects, e.g., 'Open', 'Completed'.
perPageintegerNumber of projects per page (1-100). Default: 50.
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
List TasksCAPSULE_CRM_LIST_TASKSAcciónTool to list tasks on the capsule account. use when you need to retrieve tasks with filters or embedded related data.
CAPSULE_CRM_LIST_TASKSAcciónTool to list tasks on the capsule account. use when you need to retrieve tasks with filters or embedded related data.
Parámetros de entrada
pageintegerThe page of results to return. Default: 1.
embedstring[]Comma-separated list of additional data to embed. Allowed values: 'party', 'opportunity', 'kase', 'owner', 'nextTask'.
statusstring[]Comma-separated list of task statuses to filter by. Allowed values: 'open', 'completed', 'pending'.
perPageintegerNumber of tasks per page (1-100). Default: 50.
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
List UsersCAPSULE_CRM_LIST_USERSAcciónTool to list all users on the capsule account. use after authentication to enumerate users for reporting or auditing.
CAPSULE_CRM_LIST_USERSAcciónTool to list all users on the capsule account. use after authentication to enumerate users for reporting or auditing.
Parámetros de entrada
embedstring[]Comma-separated list of additional data to embed. Supported: 'party'.
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
Run Filter QueryCAPSULE_CRM_RUN_FILTER_QUERYAcciónTool to run structured filter queries on parties, opportunities or kases. use when you need to retrieve entities matching specific filter conditions.
CAPSULE_CRM_RUN_FILTER_QUERYAcciónTool to run structured filter queries on parties, opportunities or kases. use when you need to retrieve entities matching specific filter conditions.
Parámetros de entrada
pageintegerPage of results to return. Default is 1.
embedstring[]Additional data to include, comma-separated list. Supported values vary by entity.
entitystringObligatorioenumEntity type to filter: parties, opportunities, or kases (projects).
partiesopportunitieskasesfilterobjectObligatorioFilter object containing conditions and optional sort order.
perPageintegerNumber of entities per page (1-100). Default is 50.
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
Update Capsule CRM PartyCAPSULE_CRM_UPDATE_PARTYAcciónTool to update an existing person or organisation (party) in capsule crm. use when you need to modify specific fields of a party after confirming its id. example: "update party 11587 to remove phone number 12136 and add a new work email."
CAPSULE_CRM_UPDATE_PARTYAcciónTool to update an existing person or organisation (party) in capsule crm. use when you need to modify specific fields of a party after confirming its id. example: "update party 11587 to remove phone number 12136 and add a new work email."
Parámetros de entrada
embedstring[]Additional data to embed in response: tags, fields, organisation, or missingImportantFields
partyobjectObligatorioFields to update on the party object
partyIdintegerObligatorioUnique ID of the party to update
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