NAiOS IconNAiOS Logo
Volver al catálogo

Simla.com

simla_com

Simla.com is an omnichannel CRM platform with AI for automating communications, measuring team performance, managing customer data, and integrating delivery services and order management.

Acciones
19
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 (19)

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

Tool to create a new customer. use after gathering all customer information.

Parámetros de entrada

  • customerobjectObligatorio

    The customer object 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 Custom FieldSIMLA_COM_CREATE_CUSTOM_FIELDAcción

Tool to create a custom field for a specified entity in simla. use when you need to extend orders, customers, corporate customers, or companies with custom metadata fields.

Parámetros de entrada

  • codestring

    Symbolic code for the field (letters, numbers, underscores). Automatically generated if omitted.

  • namestringObligatorio

    Display name of the custom field.

  • typestringObligatorioenum

    Data type of the custom field.

    stringtextintegernumberbooldictionarydateemail
  • entitystringObligatorioenum

    The entity to which the custom field will be added.

    ordercustomercorporate_customercompany
  • in_listboolean

    Whether the field is shown in list views.

  • editableboolean

    Whether the field is editable after creation.

  • requiredboolean

    Whether this field is mandatory.

  • in_filterboolean

    Whether the field is available in filtering UI.

  • display_areastring

    UI area where the field is displayed. Defaults to 'Additional data' block if omitted.

  • in_group_actionsboolean

    Whether the field can be used in bulk actions.

  • display_in_mobile_appstringenum

    How the field appears in the mobile app.

    editablenot_editableabsent

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

Tool to create a new order. use when you have all order details prepared and need to register it in simla via the api.

Parámetros de entrada

  • sitestring

    Site code (optional)

  • orderobjectObligatorio

    Order object with all creation parameters

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

Tool to create a new task. use after gathering task details and assignees.

Parámetros de entrada

  • textstringObligatorio

    Task description text

  • entityobject

    Related entity reference for the task

  • commentstring

    Additional comment for the task

  • userIdsinteger[]Obligatorio

    IDs of users assigned to the task

  • customerobject

    Customer reference for the task

  • deadlinestring

    Task deadline in ISO 8601 datetime format

  • taskTypestringObligatorio

    Type/identifier 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

Edit CustomerSIMLA_COM_EDIT_CUSTOMERAcción

Tool to edit an existing customer. use when you need to update customer details by external id.

Parámetros de entrada

  • sexstringenum

    Customer's gender; 'male' or 'female'

    malefemale
  • emailstring

    Customer's email address

  • phonestring

    Customer's phone number

  • addressobject

    Customer's address details

  • birthdaystring

    Customer's date of birth in 'Y-m-d' format

  • lastNamestring

    Customer's last name

  • firstNamestring

    Customer's first name

  • externalIdstringObligatorio

    External identifier of the customer to edit

  • customFieldsobject

    Custom fields associated with the customer

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

Edit Custom FieldSIMLA_COM_EDIT_CUSTOM_FIELDAcción

Tool to edit an existing custom field by entity and code. use when you need to update custom field metadata before usage.

Parámetros de entrada

  • codestringObligatorio

    Unique code of the custom field to edit.

  • namestring

    New display name for the custom field.

  • sortinteger

    Sort order index; must be non-negative.

  • typestringenum

    Data type of the custom field.

    stringtextintegernumberbooldictionarydateemail
  • entitystringObligatorioenum

    The entity type to which the custom field belongs.

    ordercustomercorporate_customercompany
  • isActiveboolean

    Whether the custom field is active/enabled.

  • settingsobject[]

    Additional settings specific to the field type.

  • isVisibleboolean

    Whether the custom field is visible in UI.

  • isEditableboolean

    Whether the custom field is editable by users.

  • isRequiredboolean

    Whether the custom field is required.

  • descriptionstring

    Detailed description of the custom field.

  • defaultValuestring

    New default value for the custom field.

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

Edit OrderSIMLA_COM_EDIT_ORDERAcción

Tool to edit an existing order by external id. use when you need to update order details by external id.

Parámetros de entrada

  • sitestring

    Code of the site where the order belongs

  • orderobjectObligatorio

    Order object with fields to update

  • externalIdstringObligatorio

    External ID of the order to edit

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

Edit TaskSIMLA_COM_EDIT_TASKAcción

Tool to edit an existing task. use after confirming task id and fields to update. updates only provided fields on the task.

Parámetros de entrada

  • idstringObligatorio

    Unique identifier of the task to edit

  • taskobjectObligatorio

    Object containing one or more fields to update

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

Tool to retrieve information about a specific customer. use when you need full customer data by external id before further operations.

Parámetros de entrada

  • bystringenum

    Type of identifier provided in externalId path parameter

    idexternalId
  • sitestring

    Symbolic code of the store (if applicable)

  • externalIdstringObligatorio

    The identifier of the customer to retrieve

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

Tool to retrieve a list of customers. use after setting optional filters (ids, email, custom fields) to fetch paginated customer data.

Parámetros de entrada

  • pageinteger

    Page number for pagination

  • limitinteger

    Number of customers to return per page

  • filter[email]string

    Filter customers by email address

  • filter[ids][]integer[]

    Filter customers by a list of IDs

  • filter[customFieldKey]string

    Filter customers by a custom field key

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

Tool to list custom fields. use when retrieving custom field definitions with optional filtering by entity or code.

Parámetros de entrada

  • pageinteger

    Page number to return (default: 1)

  • limitinteger

    Number of records per page (default: 20, max: 250)

  • entitystring

    Filter by entity type (e.g., customer, order)

  • filter[code]string

    Filter by custom field code

  • filter[type]string

    Filter by custom field type

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

Tool to retrieve detailed information about a specific order. use when you need to fetch full order data by external id before further processing.

Parámetros de entrada

  • external_idstringObligatorio

    External identifier of the order to retrieve

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

Tool to retrieve a list of orders. use when you need to fetch orders with optional filters (order numbers, custom fields) and pagination.

Parámetros de entrada

  • pageinteger

    Page number for pagination (default: 1)

  • limitinteger

    Number of orders per page (default: 20)

  • numbersstring[]

    List of order numbers to filter by

  • customFieldsobject

    Filters for custom fields, as a dict where each key is the field name and value defines min/max

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

Tool to retrieve a list of products. use when you need to list products with optional filters.

Parámetros de entrada

  • pageinteger

    Page number to retrieve (default: 1)

  • ids[]integer[]

    Filter by a list of product IDs

  • limitinteger

    Number of products to return per page (max: 250)

  • filter[name]string

    Filter by product name

  • filter[active]boolean

    Filter active products

  • filter[maxPrice]number

    Filter products by maximum price

  • filter[minPrice]number

    Filter products by minimum price

  • filter[quantity]integer

    Filter by available quantity

  • filter[externalId]string

    Filter by external product ID

  • filter[createdAtTo]string

    ISO8601 datetime; only products created before this timestamp

  • filter[updatedAtTo]string

    ISO8601 datetime; only products updated before this timestamp

  • filter[createdAtFrom]string

    ISO8601 datetime; only products created after this timestamp

  • filter[updatedAtFrom]string

    ISO8601 datetime; only products updated after this timestamp

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

Tool to retrieve a list of customer segments. use when you need to list segments with optional filters after authentication.

Parámetros de entrada

  • pageinteger

    Page number for pagination. Default is 1.

  • sitestring

    Symbolic code of the store. Required if the API key has access to multiple stores.

  • limitinteger

    Number of segments per page. Default is 20.

  • filter[name]string

    Filter segments by name.

  • filter[active]boolean

    Filter segments by active status.

  • filter[createdAtTo]string

    Filter segments created on or before this date (YYYY-MM-DD).

  • filter[createdAtFrom]string

    Filter segments created on or after this date (YYYY-MM-DD).

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

Tool to retrieve a list of sites. use when you need to discover all configured sites with optional pagination.

Parámetros de entrada

  • pageinteger

    Page number to retrieve (default: 1)

  • limitinteger

    Number of sites per page (default: 20)

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

Tool to retrieve detailed information about a specific task. use when you need full task details by task id before taking further actions.

Parámetros de entrada

  • idintegerObligatorio

    Unique identifier of the task to retrieve

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

Tool to retrieve a list of tasks with optional filters. use when you need to fetch tasks after specifying filter criteria like ids, status, or date range.

Parámetros de entrada

  • idsinteger[]

    Filter by specific task IDs

  • limitinteger

    Maximum number of tasks to return

  • expandstring[]

    Related entities to expand in the response

  • filterobject[]

    Custom filter conditions as defined by the API (array of objects)

  • offsetinteger

    Number of tasks to skip for pagination

  • statusstring

    Filter tasks by status

  • orderIdsinteger[]

    Filter by related order IDs

  • createdAtTostring

    ISO 8601 datetime to include tasks created on or before this timestamp

  • createdAtFromstring

    ISO 8601 datetime to include tasks created on or after this timestamp

  • responsibleUserIdsinteger[]

    Filter by IDs of users responsible for 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

Get UsersSIMLA_COM_GET_USERSAcción

Tool to retrieve a list of users. use when you need to fetch users with optional pagination, filtering, and sorting.

Parámetros de entrada

  • pageinteger

    Page number for pagination

  • limitinteger

    Number of users to return per page

  • sortBystring

    Field name to sort by

  • sortOrderstringenum

    Sort order: 'asc' or 'desc'

    ascdesc
  • filter[externalId]string

    Filter by external user ID

  • filter[createdAtTo]string

    Filter users created before this timestamp (YYYY-MM-DD HH:MM:SS)

  • filter[customField]string

    Filter by a custom field

  • filter[createdAtFrom]string

    Filter users created after this timestamp (YYYY-MM-DD HH:MM:SS)

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