Harbor Sync with Attio for WooCommerce

外掛說明

Harbor Sync with Attio for WooCommerce pushes customer and order data from your WooCommerce store directly into Attio CRM in real time.

  • Syncs customers on account creation
  • Syncs orders on status change (configurable)
  • Upserts People and Companies in Attio matched by email / domain
  • Links each person to their company in Attio’s relationship graph
  • Creates an Attio Note per order with line-items, totals, and a customer lifetime summary (order count, lifetime spend, average order value)
  • Background processing via Action Scheduler
  • Configurable sync statuses and field mappings (Pro)
  • Customer intelligence: writes lifetime spend, order count, average order value, and first/last order date onto the Attio person as native, filterable attributes (Pro)
  • Deals: syncs each order to an Attio Deal record with its value, deduplicated by order (Pro)
  • Tasks: creates Attio tasks on lifecycle events such as a first order or a failed payment (Pro)
  • Two-way sync via Attio webhooks (Pro)
  • List automation with behavioral conditions – add customers to a list by product purchased, lifetime spend, order count, or recency (Pro)

Harbor Sync with Attio for WooCommerce is an independent product and is not affiliated with, endorsed by, or sponsored by Attio Ltd or by the WooCommerce/Automattic project. “Attio” is a trademark of Attio Ltd and “WooCommerce” is a trademark of Automattic Inc.; both names are used here only to describe compatibility.

External services

This plugin relies on two third party services. Data is only sent to them under the conditions described below.

Attio (attio.com)

This is the core function of the plugin: it connects to the Attio CRM REST API (https://api.attio.com) to sync your WooCommerce customer and order data into your own Attio workspace. It is required, and only becomes active after you enter your Attio API key on the plugin settings screen.

What data is sent, and when:

  • When a customer account is created or updated, or an order changes status, the plugin sends that customer’s details to Attio: name, email address, phone number, and billing/company information, along with your store’s derived lifetime metrics for that customer (order count, total spend, average order value, and first/last order dates).
  • When an order reaches a configured status, the plugin sends order details: order number, currency, line items, totals, and status, and (as a note) a summary of the order.
  • Pro features send additional data to the same Attio API when enabled: order records as Attio Deals, lifecycle Tasks, and list memberships.
  • Two-way sync (Pro) additionally receives inbound webhooks from Attio so that changes made in Attio can update the matching WordPress user; no extra data is sent to Attio for this beyond registering the webhook.

No data is sent to Attio until you provide an API key, and only the customers/orders that match your configured sync rules are transmitted.

Attio is provided by Attio Ltd / Attio Inc. Terms: https://attio.com/legal/services-agreement, Privacy Policy: https://attio.com/legal/privacy

Freemius (freemius.com)

The plugin uses the Freemius SDK to manage licensing, software updates, and checkout for the optional paid (“Pro”) version. This service is provided by Freemius, Inc.

What data is sent, and when:

  • On activation you are shown an optional, skippable opt-in. Only if you opt in does the plugin send anonymized environment data (site URL, WordPress and PHP versions, active theme/plugins, and plugin version) to Freemius to help improve the plugin. If you skip the opt-in, no such data is sent.
  • If you purchase or activate a Pro license, the plugin sends your license key and site URL to Freemius to validate the license and deliver updates.

Terms: https://freemius.com/terms/, Privacy Policy: https://freemius.com/privacy/

螢幕擷圖

安裝方式

  1. Upload the plugin folder to /wp-content/plugins/
  2. Activate the plugin through the Plugins screen
  3. Go to WooCommerce > Harbor Sync with Attio and enter your Attio API key
  4. Save settings; the plugin will start syncing on the next qualifying order or customer event

常見問題集

Where do I find my Attio API key?

In Attio, go to Workspace settings > Developers > Access tokens and create a token, then paste it into the plugin settings.

Free tier scopes: Records (read-write), Object Configuration (read), and Notes (read-write).

Pro features need additional scopes depending on what you use: Object Configuration (read-write) for customer-intelligence attributes and Deals; Tasks (read-write) and User Management (read) for lifecycle tasks; List Entries (read-write) and List Configuration (read) for list automation; Webhooks (read-write) for two-way sync.

Does the Deals feature create an object in Attio?

No. It uses your existing Deals object (enable it in Attio if you have not already), or any custom object slug you configure. The plugin never creates an object automatically, so it never consumes your Attio plan’s object quota unexpectedly.

Does it sync historical orders?

Yes; use the Bulk Sync buttons on the settings page to enqueue all existing customers and orders.

What happens if the Attio API is down?

Action Scheduler retries failed jobs automatically. Rate-limit (429) responses respect the Retry-After header.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈Harbor Sync with Attio for WooCommerce〉的開發相關工作。

參與者

〈Harbor Sync with Attio for WooCommerce〉外掛目前已有 1 個本地化語言版本。 感謝全部譯者為這個外掛做出的貢獻。

將〈Harbor Sync with Attio for WooCommerce〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

1.0.2

  • Compatibility verified with WordPress 7.0 and WooCommerce 10.9

1.0.1

  • Fix: permanent errors no longer retried indefinitely by Action Scheduler
  • Fix: non-transient API errors now logged correctly

1.0.0

  • Initial release