Developer docs

Simla.com integration

Simla.com is an omnichannel CRM platform with AI for automating communications,…

Catalog updated September 2026 141 catalog actions

Provider
simla_com
Category
Crm
Setup
User-supplied API key
Actions
141 listed in catalog

Start with one action

  1. Define the result. Choose one task, the data it needs, and who may run it. Start with a read when possible.
  2. Check access. Review the setup state below and the connection available to your workspace or app user. A catalog listing does not confirm that an account is connected.
  3. Inspect the current inputs. Ask the editor to discover the actions for Simla.com and inspect the selected action's required inputs and returned data before implementing it.
  4. Verify with test data. Compare the result with what you expected. Check unauthorized access and error handling before relying on the feature.
Developer details: the supplied app client

Generated apps that include src/lib/composio.ts expose the following import in their React app code:

import { executeAction } from "@/lib/composio";

Its call signature is executeAction(actionName, params, options?). Supply the exact current action name and inputs from its specification. This import identifies the helper; it is not a complete or tested integration example.

The editor's os-list-integrations tool discovers an integration using integration_slug. Include both integration_slug and action_slug to retrieve the selected action's input and output schemas. Do not invent parameters from a catalog description.

executeAction requires a signed-in app user and any connection the action needs. The separate publicAction helper is only for a confirmed no-auth toolkit on an enabled public proxy. It does not make OAuth or API-key integrations anonymous.

Existing apps may contain an older client. Inspect the app's files and connection selection before changing a call. Keep provider credentials out of browser code and test failure handling; this guide does not promise automatic retries or synchronization.

Setup

This setup uses a supplied Simla.com API key. Follow the available connection form, then verify one action after setup.

Catalog actions

This saved catalog snapshot lists 141 actions. Names and inputs can change. Inspect the current action specification and connection requirements before adding a call; this list is not an execution test.

Show all 141 actions
  • SIMLA_COM_CREATE_CUSTOMERS_NOTES
  • SIMLA_COM_CREATE_CUSTOM_FIELD
  • SIMLA_COM_CREATE_CUSTOM_FIELDS_DICTIONARIES
  • SIMLA_COM_CREATE_LOYALTY_CALCULATE
  • SIMLA_COM_CREATE_ORDER
  • SIMLA_COM_CREATE_ORDERS_LINK
  • SIMLA_COM_CREATE_ORDERS_PACKS
  • SIMLA_COM_CREATE_ORDERS_PAYMENTS_CREATE
  • SIMLA_COM_CREATE_REFERENCE_COURIER
  • SIMLA_COM_CREATE_REFERENCE_CURRENCIES
  • SIMLA_COM_CREATE_STORE_INVENTORIES_UPLOAD
  • SIMLA_COM_CREATE_STORE_PRODUCT_GROUPS
  • SIMLA_COM_CREATE_STORE_PRODUCTS_BATCH_CREATE
  • SIMLA_COM_CREATE_TASK
  • SIMLA_COM_CREATE_WEB_ANALYTICS_VISITS_UPLOAD
  • SIMLA_COM_DELETE_COST
  • SIMLA_COM_DELETE_CUSTOMERS_CORPORATE_NOTE
  • SIMLA_COM_DELETE_CUSTOMERS_NOTE
  • SIMLA_COM_DELETE_ORDER_PAYMENT
  • SIMLA_COM_EDIT_COST
  • SIMLA_COM_EDIT_CUSTOMER
  • SIMLA_COM_EDIT_CUSTOMER_CORPORATE
  • SIMLA_COM_EDIT_CUSTOMERS_CORPORATE_ADDRESS
  • SIMLA_COM_EDIT_CUSTOMERS_CORPORATE_COMPANY
  • SIMLA_COM_EDIT_CUSTOMERS_CORPORATE_CONTACTS
  • SIMLA_COM_EDIT_CUSTOM_FIELD
  • SIMLA_COM_EDIT_CUSTOM_FIELDS_DICTIONARY
  • SIMLA_COM_EDIT_DELIVERY_GENERIC_SETTING
  • SIMLA_COM_EDIT_FILE
  • SIMLA_COM_EDIT_INTEGRATION_MODULE
  • SIMLA_COM_EDIT_ORDER
  • SIMLA_COM_EDIT_ORDERS_PAYMENT
  • SIMLA_COM_EDIT_REFERENCE_COST_GROUP
  • SIMLA_COM_EDIT_REFERENCE_COST_ITEM
  • SIMLA_COM_EDIT_REFERENCE_COURIER
  • SIMLA_COM_EDIT_REFERENCE_CURRENCY
  • SIMLA_COM_EDIT_REFERENCE_DELIVERY_SERVICE
  • SIMLA_COM_EDIT_REFERENCE_DELIVERY_TYPES
  • SIMLA_COM_EDIT_REFERENCE_ORDER_METHOD
  • SIMLA_COM_EDIT_REFERENCE_ORDER_TYPE
  • SIMLA_COM_EDIT_REFERENCE_PAYMENT_STATUS
  • SIMLA_COM_EDIT_REFERENCE_PAYMENT_TYPE
  • SIMLA_COM_EDIT_REFERENCE_PRICE_TYPE
  • SIMLA_COM_EDIT_REFERENCE_PRODUCT_STATUS
  • SIMLA_COM_EDIT_REFERENCE_STATUSES
  • SIMLA_COM_EDIT_REFERENCE_STORES
  • SIMLA_COM_EDIT_REFERENCE_SUBSCRIPTION
  • SIMLA_COM_EDIT_REFERENCE_UNIT
  • SIMLA_COM_EDIT_STORE_PRODUCT_GROUP
  • SIMLA_COM_EDIT_STORE_PRODUCTS_BATCH
  • SIMLA_COM_EDIT_STORE_SETTING
  • SIMLA_COM_EDIT_TASK
  • SIMLA_COM_EDIT_TELEPHONY_SETTING
  • SIMLA_COM_FIX_CUSTOMERS_CORPORATE_EXTERNAL_IDS
  • SIMLA_COM_FIX_CUSTOMERS_EXTERNAL_IDS
  • SIMLA_COM_FIX_ORDERS_EXTERNAL_IDS
  • SIMLA_COM_GET_API_CREDENTIALS
  • SIMLA_COM_GET_API_VERSIONS
  • SIMLA_COM_GET_COST
  • SIMLA_COM_GET_CUSTOMER
  • SIMLA_COM_GET_CUSTOMER_CORPORATE
  • SIMLA_COM_GET_CUSTOMER_INTERACTION_FAVORITES
  • SIMLA_COM_GET_CUSTOMERS
  • SIMLA_COM_GET_CUSTOMERS_CORPORATE
  • SIMLA_COM_GET_CUSTOMERS_CORPORATE_COMPANIES
  • SIMLA_COM_GET_CUSTOMERS_CORPORATE_HISTORY
  • SIMLA_COM_GET_CUSTOMERS_CORPORATE_NOTES
  • SIMLA_COM_GET_CUSTOMERS_HISTORY
  • SIMLA_COM_GET_CUSTOMERS_NOTES
  • SIMLA_COM_GET_CUSTOM_FIELD
  • SIMLA_COM_GET_CUSTOM_FIELDS
  • SIMLA_COM_GET_CUSTOM_FIELDS_DICTIONARIES
  • SIMLA_COM_GET_CUSTOM_FIELDS_DICTIONARY
  • SIMLA_COM_GET_DELIVERY_GENERIC_SETTING
  • SIMLA_COM_GET_DELIVERY_SHIPMENTS
  • SIMLA_COM_GET_FILES
  • SIMLA_COM_GET_LOYALTY_ACCOUNTS
  • SIMLA_COM_GET_LOYALTY_BONUS_OPERATIONS
  • SIMLA_COM_GET_LOYALTY_LOYALTIES
  • SIMLA_COM_GET_ORDER
  • SIMLA_COM_GET_ORDERS
  • SIMLA_COM_GET_ORDERS_HISTORY
  • SIMLA_COM_GET_ORDERS_PACKS_HISTORY
  • SIMLA_COM_GET_PRODUCTS
  • SIMLA_COM_GET_REFERENCE_COST_GROUPS
  • SIMLA_COM_GET_REFERENCE_COST_ITEMS
  • SIMLA_COM_GET_REFERENCE_COUNTRIES
  • SIMLA_COM_GET_REFERENCE_COURIERS
  • SIMLA_COM_GET_REFERENCE_CURRENCIES
  • SIMLA_COM_GET_REFERENCE_DELIVERY_SERVICES
  • SIMLA_COM_GET_REFERENCE_DELIVERY_TYPES
  • SIMLA_COM_GET_REFERENCE_LEGAL_ENTITIES
  • SIMLA_COM_GET_REFERENCE_MG_CHANNELS
  • SIMLA_COM_GET_REFERENCE_ORDER_METHODS
  • SIMLA_COM_GET_REFERENCE_ORDER_TYPES
  • SIMLA_COM_GET_REFERENCE_PAYMENT_STATUSES
  • SIMLA_COM_GET_REFERENCE_PAYMENT_TYPES
  • SIMLA_COM_GET_REFERENCE_PRICE_TYPES
  • SIMLA_COM_GET_REFERENCE_PRODUCT_STATUSES
  • SIMLA_COM_GET_REFERENCE_STATUSES
  • SIMLA_COM_GET_REFERENCE_STATUS_GROUPS
  • SIMLA_COM_GET_REFERENCE_SUBSCRIPTIONS
  • SIMLA_COM_GET_REFERENCE_UNITS
  • SIMLA_COM_GET_SEGMENTS
  • SIMLA_COM_GET_SETTINGS
  • SIMLA_COM_GET_SITES
  • SIMLA_COM_GET_STATISTIC_UPDATE
  • SIMLA_COM_GET_STORE_INVENTORIES
  • SIMLA_COM_GET_STORE_OFFERS
  • SIMLA_COM_GET_STORE_PRODUCTS_PROPERTIES
  • SIMLA_COM_GET_STORE_PRODUCTS_PROPERTIES_VALUES
  • SIMLA_COM_GET_STORES
  • SIMLA_COM_GET_TASK
  • SIMLA_COM_GET_TASKS
  • SIMLA_COM_GET_TASKS_COMMENTS
  • SIMLA_COM_GET_TASKS_HISTORY
  • SIMLA_COM_GET_TELEPHONY_SETTING
  • SIMLA_COM_GET_USER
  • SIMLA_COM_GET_USER_GROUPS
  • SIMLA_COM_GET_USERS
  • SIMLA_COM_UPDATE_CUSTOMER_SUBSCRIPTIONS
  • SIMLA_COM_UPDATE_USER_STATUS
  • SIMLA_COM_UPLOAD_COSTS
  • SIMLA_COM_UPLOAD_CUSTOMERS
  • SIMLA_COM_UPLOAD_CUSTOMERS_CORPORATE
  • SIMLA_COM_UPLOAD_ORDERS
  • SIMLA_COM_UPLOAD_STORE_PRICES
  • SIMLA_COM_UPLOAD_WEB_ANALYTICS_CLIENT_IDS
  • SIMLA_COM_UPLOAD_WEB_ANALYTICS_SOURCES

Build with Simla.com

Describe one task you want your app to perform with Simla.com. Check the connection requirements, then verify the result in your app. Building and running the feature may use credits; review current pricing.