Kommo
kommoKommo CRM is a platform for managing customer relationships, sales pipelines, and business processes.
Acciones disponibles (15)
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 Kommo CompaniesKOMMO_CREATE_COMPANYAcciónAction to add one or more companies into the kommo account.
KOMMO_CREATE_COMPANYAcciónAction to add one or more companies into the kommo account.
Parámetros de entrada
namestringObligatorioCompany name
created_atintegerCompany creation date (Unix Timestamp)
created_byintegerID of the user who created the company
request_idstringThis field will be returned unchanged in the response
updated_atintegerCompany update date (Unix Timestamp)
updated_byintegerID of the user who last updated the company
tags_to_addobject[]Array of tags to add. Provide either tag name or ID
responsible_user_idintegerCompany responsible user ID
custom_fields_valuesobject[]An array of the current company custom fields' values
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 Kommo ContactKOMMO_CREATE_CONTACTAcciónAction to create one or more contacts in kommo crm.
KOMMO_CREATE_CONTACTAcciónAction to create one or more contacts in kommo crm.
Parámetros de entrada
contactsobject[]ObligatorioList of contacts to create
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 Kommo LeadKOMMO_CREATE_LEADAcciónAction to create one or more leads in kommo crm.
KOMMO_CREATE_LEADAcciónAction to create one or more leads in kommo crm.
Parámetros de entrada
namestringObligatorioLead name
priceintegerLead sale
closed_atintegerLead closure date (Unix Timestamp)
status_idintegerStage ID the lead is added to. The first stage of the main pipeline by default
created_atintegerLead creation date (Unix Timestamp)
created_byintegerThe ID of the user creating the lead. When passing 0, lead will be created by robot
updated_atintegerLead update date (Unix Timestamp)
updated_byintegerThe ID of the user updating the lead. When passing 0, lead will be updated by robot
pipeline_idintegerPipeline ID the lead is added to
tags_to_addobject[]Array of tags to add. Provide either tag name or ID
loss_reason_idintegerLead loss reason ID
tags_to_deleteobject[]Array of tags to delete. Provide either tag name or ID
responsible_user_idintegerLead responsible user ID
custom_fields_valuesobject[]An array of the current lead custom fields' values
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 Kommo TasksKOMMO_CREATE_TASKAcciónAction to create a task in kommo crm.
KOMMO_CREATE_TASKAcciónAction to create a task in kommo crm.
Parámetros de entrada
textstringObligatorioTask description
durationintegerTask duration in seconds
entity_idintegerID of the entity the task is linked to
created_atintegerTask creation date in Unix Timestamp format
created_byintegerID of the user who created the task
updated_atintegerTask edit date in Unix Timestamp format
updated_byintegerID of the user who edited the task last
entity_typestringType of the entity the task is linked to
task_type_idintegerTask type
complete_tillintegerTask deadline date in Unix Timestamp format
responsible_user_idintegerTask responsible user ID
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 Kommo CompaniesKOMMO_LIST_COMPANIESAcciónAction to list kommo companies with various filter options.
KOMMO_LIST_COMPANIESAcciónAction to list kommo companies with various filter options.
Parámetros de entrada
pageintegerPage of response
limitintegerNumber of entities to return (max 250)
orderobjectSorting options. Example: {'field': 'updated_at', 'direction': 'asc'}
querystringSearch query (searches through custom fields values)
filterobjectFilter parameters for companies
with_paramsstring[]Additional data to include in response (leads, contacts, catalog_elements)
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 Kommo ContactsKOMMO_LIST_CONTACTSAcciónAction to list contacts in kommo crm.
KOMMO_LIST_CONTACTSAcciónAction to list contacts in kommo crm.
Parámetros de entrada
pageintegerPage number for pagination
limitintegerNumber of entities to return (max 250)
querystringSearch query (searches through custom fields values)
filter_idsinteger[]Filter by contact IDs
order_by_idstringSort by id (asc/desc)
with_paramsstring[]Additional data to include in response (leads, catalog_elements)
filter_namesstring[]Filter by contact names
filter_created_atintegerFilter by creation date (Unix timestamp)
filter_created_byinteger[]Filter by IDs of users who created the contacts
filter_updated_atobjectModel for date range filters in Unix timestamp format.
filter_updated_byinteger[]Filter by IDs of users who last updated the contacts
order_by_updated_atstringSort by updated_at (asc/desc)
filter_closest_task_atobjectModel for date range filters in Unix timestamp format.
filter_responsible_user_idsinteger[]Filter by responsible user IDs
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 Kommo Custom FieldsKOMMO_LIST_CUSTOM_FIELDSAcciónAction to list custom fields in kommo crm.
KOMMO_LIST_CUSTOM_FIELDSAcciónAction to list custom fields in kommo crm.
Parámetros de entrada
entity_typestringObligatorioThe type of entity to fetch custom fields 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 Kommo LeadsKOMMO_LIST_LEADSAcciónAction to list leads in kommo crm.
KOMMO_LIST_LEADSAcciónAction to list leads in kommo crm.
Parámetros de entrada
pageintegerPage number for pagination
limitintegerNumber of entities to return (max 250)
querystringSearch query (searches through filled fields of the entity)
filter_idsinteger[]Filter by lead IDs
order_by_idstringSort by id (asc/desc)
with_paramsstring[]Additional data to include in response (contacts, only_deleted, loss_reason, is_price_modified_by_robot, catalog_elements, source_id)
filter_namesstring[]Filter by lead names
filter_priceintegerFilter by lead price
filter_statusobjectModel for status filters in a specific pipeline.
filter_closed_atobjectModel for date range filters in Unix timestamp format.
filter_created_atobjectModel for date range filters in Unix timestamp format.
filter_created_byinteger[]Filter by IDs of users who created the leads
filter_updated_atobjectModel for date range filters in Unix timestamp format.
filter_updated_byinteger[]Filter by IDs of users who last updated the leads
filter_pipeline_idsinteger[]Filter by pipeline IDs
order_by_created_atstringSort by created_at (asc/desc)
order_by_updated_atstringSort by updated_at (asc/desc)
filter_closest_task_atobjectModel for date range filters in Unix timestamp format.
filter_responsible_user_idsinteger[]Filter by responsible user IDs
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 Kommo Lead PipelinesKOMMO_LIST_LEADS_PIPELINESAcciónAction to list lead pipelines in kommo crm.
KOMMO_LIST_LEADS_PIPELINESAcciónAction to list lead pipelines in kommo crm.
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
List Kommo Pipeline StagesKOMMO_LIST_PIPELINE_STAGESAcciónAction to list stages of a pipeline in kommo crm.
KOMMO_LIST_PIPELINE_STAGESAcciónAction to list stages of a pipeline in kommo crm.
Parámetros de entrada
pipeline_idintegerObligatorioPipeline ID
with_descriptionbooleanWhether to include stage description in the response
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 Kommo TasksKOMMO_LIST_TASKSAcciónAction to list tasks in kommo crm.
KOMMO_LIST_TASKSAcciónAction to list tasks in kommo crm.
Parámetros de entrada
pageintegerPage number
limitintegerNumber of entities to return (max 250)
filter_idsinteger[]Filter by task IDs
order_by_idstringSort by id (asc/desc)
filter_entity_idsinteger[]Filter by entity IDs the task is linked to
filter_task_typesinteger[]Filter by task type IDs
filter_updated_atobjectModel for date range filters in Unix timestamp format.
filter_entity_typestringFilter by entity type the task is linked to
filter_is_completedintegerFilter by task status (1 - completed, 0 - open)
order_by_created_atstringSort by created_at (asc/desc)
order_by_complete_tillstringSort by complete_till (asc/desc)
filter_responsible_user_idsinteger[]Filter by task responsible user IDs
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 Kommo CompanyKOMMO_UPDATE_COMPANYAcciónAction to update a single company in kommo crm.
KOMMO_UPDATE_COMPANYAcciónAction to update a single company in kommo crm.
Parámetros de entrada
namestringCompany name
company_idintegerObligatorioID of the company to update
created_atintegerCompany creation date (Unix Timestamp)
created_byintegerID of the user who created the company
request_idstringThis field will be returned unchanged in the response
updated_atintegerCompany update date (Unix Timestamp)
updated_byintegerID of the user who last updated the company
tags_to_addobject[]Array of tags to add. Provide either tag name or ID
responsible_user_idintegerCompany responsible user ID
custom_fields_valuesobject[]An array of the current company custom fields' values
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 Kommo ContactKOMMO_UPDATE_CONTACTAcciónAction to update contacts in kommo crm.
KOMMO_UPDATE_CONTACTAcciónAction to update contacts in kommo crm.
Parámetros de entrada
idintegerObligatorioContact ID
namestringContact full name
last_namestringContact last name
created_atintegerContact creation date (Unix Timestamp)
created_byintegerID of the user who created the contact
first_namestringContact first name
request_idstringField that will be returned unchanged in the response
updated_atintegerContact update date (Unix Timestamp)
updated_byintegerID of the user who updated the contact last
responsible_user_idintegerContact responsible user ID
custom_fields_valuesarrayAn array of the current contact custom fields' values
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 Kommo LeadKOMMO_UPDATE_LEADAcciónAction to update a lead in kommo crm.
KOMMO_UPDATE_LEADAcciónAction to update a lead in kommo crm.
Parámetros de entrada
idintegerObligatorioLead ID
namestringLead name
priceintegerLead sale
closed_atintegerLead closure date (Unix Timestamp)
status_idintegerStage ID the lead is added to, the first stage of the main pipeline by default
created_atintegerLead creation date (Unix Timestamp)
created_byintegerThe ID of the user creating the lead. When passing 0, lead will be created by robot
request_idstringField that will be returned unchanged in the response
updated_atintegerLead update date (Unix Timestamp)
updated_byintegerThe ID of the user updating the lead. When passing 0, lead will be updated by robot
pipeline_idintegerPipeline ID the lead is added to
tags_to_addobject[]Array of tags to add. Provide either tag name or ID
loss_reason_idintegerLead loss reason ID
tags_to_deleteobject[]Array of tags to delete. Provide either tag name or ID
responsible_user_idintegerLead responsible user ID
custom_fields_valuesarrayAn array of the current lead custom fields' values
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 Kommo TaskKOMMO_UPDATE_TASKAcciónAction to update a task in kommo crm.
KOMMO_UPDATE_TASKAcciónAction to update a task in kommo crm.
Parámetros de entrada
idintegerObligatorioTask ID
textstringTask description
resultobjectModel for task result data.
durationintegerTask duration in seconds
entity_idintegerID of the entity the task is linked to
entity_typestringType of the entity the task is linked to
is_completedbooleanDefines whether the task is completed
task_type_idintegerTask type
complete_tillintegerTask deadline date in Unix Timestamp format
responsible_user_idintegerTask responsible user ID. Current user ID by default
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