Title: Trustmary Integration for WooCommerce
Author: Trustmary
Published: <strong>April 24, 2026</strong>
Last modified: May 20, 2026

---

Search plugins

![](https://ps.w.org/trustmary-integration-for-woocommerce/assets/banner-772x250.
png?rev=3515249)

![](https://ps.w.org/trustmary-integration-for-woocommerce/assets/icon-256x256.png?
rev=3515249)

# Trustmary Integration for WooCommerce

 By [Trustmary](https://profiles.wordpress.org/trustmary/)

[Download](https://downloads.wordpress.org/plugin/trustmary-integration-for-woocommerce.1.2.0.zip)

 * [Details](https://wordpress.org/plugins/trustmary-integration-for-woocommerce/#description)
 * [Reviews](https://wordpress.org/plugins/trustmary-integration-for-woocommerce/#reviews)
 *  [Installation](https://wordpress.org/plugins/trustmary-integration-for-woocommerce/#installation)
 * [Development](https://wordpress.org/plugins/trustmary-integration-for-woocommerce/#developers)

 [Support](https://wordpress.org/support/plugin/trustmary-integration-for-woocommerce/)

## Description

**Trustmary Integration for WooCommerce** connects your WooCommerce store with the
Trustmary review and feedback platform.

When an order status changes (e.g. “Completed”), the plugin automatically sends 
to Trustmary:

 * Customer **email address**
 * Customer **first name**, **last name** and **full name**
 * Purchased product **IDs** and **names**
 * Order ID (as the `eid` external identifier)

**Features:**

 * Choose one or more order statuses as triggers (pending, processing, completed,
   etc.)
 * Browse and select Trustmary lists directly from the settings page — no need to
   copy-paste list IDs manually
 * Selected lists are remembered and shown automatically each time you open the 
   settings
 * Test the API connection directly from the settings page
 * Prevents duplicate sends for the same order + status combination
 * All events logged to the WooCommerce log (channel: `woocommerce-trustmary`)
 * HPOS-compatible (WooCommerce 8+)
 * Developer filter: `tmwc_contact_data` for customising the contact payload

### External services

This plugin connects to the **Trustmary API** (`https://api.trustmary.io/v1`) to
deliver customer contact data collected from WooCommerce orders.

**What data is sent and when:**
 When a WooCommerce order reaches a configured status(
e.g. “Completed”), the plugin sends the following data to the Trustmary API:

 * Customer email address
 * Customer first name, last name and full name
 * Purchased product IDs and names
 * WooCommerce order ID

No data is sent unless an API key has been configured in the plugin settings and
the order status matches a selected trigger.

**Service provider:** Trustmary Group Oy

 * Terms of Service: https://trustmary.com/terms-of-service/
 * Privacy Policy: https://trustmary.com/privacy-policy/

## Installation

 1. In your WordPress admin, go to **Plugins  Add New** and search for **Trustmary 
    Integration for WooCommerce**.
 2. Click **Install Now** and then **Activate**.
 3. Go to **WooCommerce  Settings  Trustmary**.
 4. Enter your Trustmary API key (found in your Trustmary account under Settings  Developers).
 5. Click **Test API connection** to verify the key works.
 6. Click **Fetch lists** to load your Trustmary lists, select the ones you want, and
    save.

## FAQ

### Where do I find my Trustmary API key?

Log in to your Trustmary account, go to Settings  Developers, and create a new API
key.

### Can the same order be sent more than once?

No. The plugin marks the order in its meta data, so the same order + status combination
is only sent once.

### How can I customise the data that is sent?

Use the `tmwc_contact_data` filter:

    ```
    add_filter( 'tmwc_contact_data', function( $contact, $order, $item ) {
        $contact['field_custom_field'] = 'value';
        return $contact;
    }, 10, 3 );
    ```

### Where can I see what the plugin has sent?

Go to **WooCommerce  Status  Logs** and select the `woocommerce-trustmary` channel.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“Trustmary Integration for WooCommerce” is open source software. The following people
have contributed to this plugin.

Contributors

 *   [ Trustmary ](https://profiles.wordpress.org/trustmary/)

[Translate “Trustmary Integration for WooCommerce” into your language.](https://translate.wordpress.org/projects/wp-plugins/trustmary-integration-for-woocommerce)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/trustmary-integration-for-woocommerce/),
check out the [SVN repository](https://plugins.svn.wordpress.org/trustmary-integration-for-woocommerce/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/trustmary-integration-for-woocommerce/)
by [RSS](https://plugins.trac.wordpress.org/log/trustmary-integration-for-woocommerce/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.1.0

 * Added: Browse and select Trustmary lists directly from the settings page.
 * Added: Selected lists are loaded and pre-selected automatically on page load.
 * Improved: More robust handling of different Trustmary API response formats.
 * Changed: Removed separate “send per product” mode to simplify the settings.

#### 1.0.0

 * Initial release.

## Meta

 *  Version **1.2.0**
 *  Last updated **2 months ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 5.8 or higher **
 *  Tested up to **6.9.4**
 *  PHP version ** 7.4 or higher **
 * Tags
 * [crm](https://wordpress.org/plugins/tags/crm/)[integration](https://wordpress.org/plugins/tags/integration/)
   [reviews](https://wordpress.org/plugins/tags/reviews/)[woocommerce](https://wordpress.org/plugins/tags/woocommerce/)
 *  [Advanced View](https://wordpress.org/plugins/trustmary-integration-for-woocommerce/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/trustmary-integration-for-woocommerce/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/trustmary-integration-for-woocommerce/reviews/)

## Contributors

 *   [ Trustmary ](https://profiles.wordpress.org/trustmary/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/trustmary-integration-for-woocommerce/)