The plugin connects WooCommerce to KeyCRM via its Open API (openapi.keycrm.app). Every new store order is automatically created in KeyCRM with the buyer, products, shipping and payment.
KeyCRM is a third-party product; this plugin is an independent integration and is not affiliated with or endorsed by KeyCRM.
source_uuid = wc-{id} plus the KeyCRM ID stored in order meta — no duplicatescatcode_keycrm_order_payload filter and catcode_keycrm_order_sent action for third-party integrations_catcode_keycrm_order_id metaThe plugin interface is fully translated into Ukrainian. / Інтерфейс плагіна повністю перекладено українською.
This plugin connects to the KeyCRM Open API (https://openapi.keycrm.app/v1), a third-party CRM service. The connection is the whole purpose of the plugin: it creates and updates your WooCommerce orders inside your own KeyCRM account.
What is sent and when:
POST /order — when a customer places an order, or when the order enters one of the statuses you selected as a trigger. Retried up to 3 times if KeyCRM is unavailable.PUT /order/{id} — when you press “Resend” in the order metabox for an order that already exists in KeyCRM.GET /order?limit=1 — only when you press “Test connection” on the settings page.Every request carries your KeyCRM API key in the Authorization header. The order data sent is: the WooCommerce order ID (as source_uuid, e.g. wc-123), the order source name, the customer note, the line items (name, SKU, price, quantity), the shipping method, shipping cost, delivery city and address, the payment method title, the order total and whether it is paid, and the buyer’s full name, email address and phone number as entered at checkout.
No data is sent to any other service, and nothing about your visitors, site or administrators is sent beyond the order data listed above. Nothing is sent until you enter your KeyCRM API key: without a key the plugin makes no external requests.
This service is provided by KeyCRM: terms of use, privacy policy.