NAiOS IconNAiOS Logo
Volver al catálogo

Kommo

kommo

Kommo CRM is a platform for managing customer relationships, sales pipelines, and business processes.

Acciones
15
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 (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ón

Action to add one or more companies into the kommo account.

Parámetros de entrada

  • namestringObligatorio

    Company name

  • created_atinteger

    Company creation date (Unix Timestamp)

  • created_byinteger

    ID of the user who created the company

  • request_idstring

    This field will be returned unchanged in the response

  • updated_atinteger

    Company update date (Unix Timestamp)

  • updated_byinteger

    ID of the user who last updated the company

  • tags_to_addobject[]

    Array of tags to add. Provide either tag name or ID

  • responsible_user_idinteger

    Company responsible user ID

  • custom_fields_valuesobject[]

    An array of the current company custom fields' values

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

Action to create one or more contacts in kommo crm.

Parámetros de entrada

  • contactsobject[]Obligatorio

    List of contacts to create

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

Action to create one or more leads in kommo crm.

Parámetros de entrada

  • namestringObligatorio

    Lead name

  • priceinteger

    Lead sale

  • closed_atinteger

    Lead closure date (Unix Timestamp)

  • status_idinteger

    Stage ID the lead is added to. The first stage of the main pipeline by default

  • created_atinteger

    Lead creation date (Unix Timestamp)

  • created_byinteger

    The ID of the user creating the lead. When passing 0, lead will be created by robot

  • updated_atinteger

    Lead update date (Unix Timestamp)

  • updated_byinteger

    The ID of the user updating the lead. When passing 0, lead will be updated by robot

  • pipeline_idinteger

    Pipeline ID the lead is added to

  • tags_to_addobject[]

    Array of tags to add. Provide either tag name or ID

  • loss_reason_idinteger

    Lead loss reason ID

  • tags_to_deleteobject[]

    Array of tags to delete. Provide either tag name or ID

  • responsible_user_idinteger

    Lead responsible user ID

  • custom_fields_valuesobject[]

    An array of the current lead custom fields' values

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

Action to create a task in kommo crm.

Parámetros de entrada

  • textstringObligatorio

    Task description

  • durationinteger

    Task duration in seconds

  • entity_idinteger

    ID of the entity the task is linked to

  • created_atinteger

    Task creation date in Unix Timestamp format

  • created_byinteger

    ID of the user who created the task

  • updated_atinteger

    Task edit date in Unix Timestamp format

  • updated_byinteger

    ID of the user who edited the task last

  • entity_typestring

    Type of the entity the task is linked to

  • task_type_idinteger

    Task type

  • complete_tillinteger

    Task deadline date in Unix Timestamp format

  • responsible_user_idinteger

    Task responsible user ID

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

List Kommo CompaniesKOMMO_LIST_COMPANIESAcción

Action to list kommo companies with various filter options.

Parámetros de entrada

  • pageinteger

    Page of response

  • limitinteger

    Number of entities to return (max 250)

  • orderobject

    Sorting options. Example: {'field': 'updated_at', 'direction': 'asc'}

  • querystring

    Search query (searches through custom fields values)

  • filterobject

    Filter parameters for companies

  • with_paramsstring[]

    Additional data to include in response (leads, contacts, catalog_elements)

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

List Kommo ContactsKOMMO_LIST_CONTACTSAcción

Action to list contacts in kommo crm.

Parámetros de entrada

  • pageinteger

    Page number for pagination

  • limitinteger

    Number of entities to return (max 250)

  • querystring

    Search query (searches through custom fields values)

  • filter_idsinteger[]

    Filter by contact IDs

  • order_by_idstring

    Sort by id (asc/desc)

  • with_paramsstring[]

    Additional data to include in response (leads, catalog_elements)

  • filter_namesstring[]

    Filter by contact names

  • filter_created_atinteger

    Filter by creation date (Unix timestamp)

  • filter_created_byinteger[]

    Filter by IDs of users who created the contacts

  • filter_updated_atobject

    Model for date range filters in Unix timestamp format.

  • filter_updated_byinteger[]

    Filter by IDs of users who last updated the contacts

  • order_by_updated_atstring

    Sort by updated_at (asc/desc)

  • filter_closest_task_atobject

    Model for date range filters in Unix timestamp format.

  • filter_responsible_user_idsinteger[]

    Filter by responsible user IDs

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

List Kommo Custom FieldsKOMMO_LIST_CUSTOM_FIELDSAcción

Action to list custom fields in kommo crm.

Parámetros de entrada

  • entity_typestringObligatorio

    The type of entity to fetch custom fields for

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

List Kommo LeadsKOMMO_LIST_LEADSAcción

Action to list leads in kommo crm.

Parámetros de entrada

  • pageinteger

    Page number for pagination

  • limitinteger

    Number of entities to return (max 250)

  • querystring

    Search query (searches through filled fields of the entity)

  • filter_idsinteger[]

    Filter by lead IDs

  • order_by_idstring

    Sort 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_priceinteger

    Filter by lead price

  • filter_statusobject

    Model for status filters in a specific pipeline.

  • filter_closed_atobject

    Model for date range filters in Unix timestamp format.

  • filter_created_atobject

    Model for date range filters in Unix timestamp format.

  • filter_created_byinteger[]

    Filter by IDs of users who created the leads

  • filter_updated_atobject

    Model 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_atstring

    Sort by created_at (asc/desc)

  • order_by_updated_atstring

    Sort by updated_at (asc/desc)

  • filter_closest_task_atobject

    Model for date range filters in Unix timestamp format.

  • filter_responsible_user_idsinteger[]

    Filter by responsible user IDs

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

List Kommo Lead PipelinesKOMMO_LIST_LEADS_PIPELINESAcción

Action to list lead pipelines in kommo crm.

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

List Kommo Pipeline StagesKOMMO_LIST_PIPELINE_STAGESAcción

Action to list stages of a pipeline in kommo crm.

Parámetros de entrada

  • pipeline_idintegerObligatorio

    Pipeline ID

  • with_descriptionboolean

    Whether to include stage description in the response

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

List Kommo TasksKOMMO_LIST_TASKSAcción

Action to list tasks in kommo crm.

Parámetros de entrada

  • pageinteger

    Page number

  • limitinteger

    Number of entities to return (max 250)

  • filter_idsinteger[]

    Filter by task IDs

  • order_by_idstring

    Sort 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_atobject

    Model for date range filters in Unix timestamp format.

  • filter_entity_typestring

    Filter by entity type the task is linked to

  • filter_is_completedinteger

    Filter by task status (1 - completed, 0 - open)

  • order_by_created_atstring

    Sort by created_at (asc/desc)

  • order_by_complete_tillstring

    Sort by complete_till (asc/desc)

  • filter_responsible_user_idsinteger[]

    Filter by task responsible user IDs

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

Update Kommo CompanyKOMMO_UPDATE_COMPANYAcción

Action to update a single company in kommo crm.

Parámetros de entrada

  • namestring

    Company name

  • company_idintegerObligatorio

    ID of the company to update

  • created_atinteger

    Company creation date (Unix Timestamp)

  • created_byinteger

    ID of the user who created the company

  • request_idstring

    This field will be returned unchanged in the response

  • updated_atinteger

    Company update date (Unix Timestamp)

  • updated_byinteger

    ID of the user who last updated the company

  • tags_to_addobject[]

    Array of tags to add. Provide either tag name or ID

  • responsible_user_idinteger

    Company responsible user ID

  • custom_fields_valuesobject[]

    An array of the current company custom fields' values

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

Update Kommo ContactKOMMO_UPDATE_CONTACTAcción

Action to update contacts in kommo crm.

Parámetros de entrada

  • idintegerObligatorio

    Contact ID

  • namestring

    Contact full name

  • last_namestring

    Contact last name

  • created_atinteger

    Contact creation date (Unix Timestamp)

  • created_byinteger

    ID of the user who created the contact

  • first_namestring

    Contact first name

  • request_idstring

    Field that will be returned unchanged in the response

  • updated_atinteger

    Contact update date (Unix Timestamp)

  • updated_byinteger

    ID of the user who updated the contact last

  • responsible_user_idinteger

    Contact responsible user ID

  • custom_fields_valuesarray

    An array of the current contact custom fields' values

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

Update Kommo LeadKOMMO_UPDATE_LEADAcción

Action to update a lead in kommo crm.

Parámetros de entrada

  • idintegerObligatorio

    Lead ID

  • namestring

    Lead name

  • priceinteger

    Lead sale

  • closed_atinteger

    Lead closure date (Unix Timestamp)

  • status_idinteger

    Stage ID the lead is added to, the first stage of the main pipeline by default

  • created_atinteger

    Lead creation date (Unix Timestamp)

  • created_byinteger

    The ID of the user creating the lead. When passing 0, lead will be created by robot

  • request_idstring

    Field that will be returned unchanged in the response

  • updated_atinteger

    Lead update date (Unix Timestamp)

  • updated_byinteger

    The ID of the user updating the lead. When passing 0, lead will be updated by robot

  • pipeline_idinteger

    Pipeline ID the lead is added to

  • tags_to_addobject[]

    Array of tags to add. Provide either tag name or ID

  • loss_reason_idinteger

    Lead loss reason ID

  • tags_to_deleteobject[]

    Array of tags to delete. Provide either tag name or ID

  • responsible_user_idinteger

    Lead responsible user ID

  • custom_fields_valuesarray

    An array of the current lead custom fields' values

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

Update Kommo TaskKOMMO_UPDATE_TASKAcción

Action to update a task in kommo crm.

Parámetros de entrada

  • idintegerObligatorio

    Task ID

  • textstring

    Task description

  • resultobject

    Model for task result data.

  • durationinteger

    Task duration in seconds

  • entity_idinteger

    ID of the entity the task is linked to

  • entity_typestring

    Type of the entity the task is linked to

  • is_completedboolean

    Defines whether the task is completed

  • task_type_idinteger

    Task type

  • complete_tillinteger

    Task deadline date in Unix Timestamp format

  • responsible_user_idinteger

    Task responsible user ID. Current user ID by default

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