Title: Hook2Go Notifications for Forms and Orders
Author: Aleksman
Published: <strong>2026 年 7 月 13 日</strong>
Last modified: 2026 年 8 月 18 日

---

搜尋外掛

![](https://ps.w.org/hook2go-notifications/assets/banner-772x250.png?rev=3607677)

![](https://ps.w.org/hook2go-notifications/assets/icon-256x256.png?rev=3607039)

# Hook2Go Notifications for Forms and Orders

 由 [Aleksman](https://profiles.wordpress.org/aleksman/) 開發

[下載](https://downloads.wordpress.org/plugin/hook2go-notifications.1.4.22.zip)

 * [詳細資料](https://tw.wordpress.org/plugins/hook2go-notifications/#description)
 * [使用者評論](https://tw.wordpress.org/plugins/hook2go-notifications/#reviews)
 *  [安裝方式](https://tw.wordpress.org/plugins/hook2go-notifications/#installation)
 * [開發資訊](https://tw.wordpress.org/plugins/hook2go-notifications/#developers)

 [技術支援](https://wordpress.org/support/plugin/hook2go-notifications/)

## 外掛說明

Hook2Go Notifications connects WordPress form plugins and store order events to 
Hook2Go, so you can forward notifications to Telegram, MAX, amoCRM, and Google Sheets.

Supported integrations:

 * Contact Form 7
 * WPForms
 * Gravity Forms
 * Ninja Forms
 * Formidable Forms
 * Fluent Forms
 * Elementor Forms
 * Bazz CallBack widget
 * WooCommerce order status updates

Key features:

 * Sends only submitted form fields by default, without extra technical metadata.
 * Uses readable Contact Form 7 labels when they can be identified, with technical
   field names as a fallback.
 * Can include advanced form data with a dedicated setting.
 * Shows which supported integrations are installed on the site.
 * Lets you choose which WooCommerce order statuses should trigger notifications.
 * Can send compact WooCommerce payloads with combined items and without empty fields.
 * Adds a standard Settings link on the plugins screen and shows a setup notice 
   until a webhook URL is saved.

#### External service

This plugin relies on the Hook2Go service.

Data is sent to Hook2Go only after a site administrator:

 * activates the plugin,
 * enables delivery in the plugin settings,
 * creates a webhook in Hook2Go,
 * and saves the Hook2Go webhook URL in the plugin settings.

Depending on the enabled integrations and settings, the plugin may send submitted
form fields and WooCommerce order data to the configured Hook2Go webhook URL.

Service URL: https://hook2go.ru/
 Create account / webhook: https://hook2go.ru/register
Privacy policy: https://hook2go.ru/privacy Terms of service: https://hook2go.ru/
terms

## 螢幕擷圖

[⌊Hook2Go Notifications settings with form integrations and WooCommerce options.⌉⌊
Hook2Go Notifications settings with form integrations and WooCommerce options.⌉[

Hook2Go Notifications settings with form integrations and WooCommerce options.

## 安裝方式

 1. Upload the plugin files to the `/wp-content/plugins/hook2go-notifications` directory,
    or install the plugin through the WordPress plugins screen.
 2. Activate the plugin through the `Plugins` screen in WordPress.
 3. After activation, open `Settings -> Hook2Go`.
 4. Create a webhook in Hook2Go if you do not have one yet.
 5. Paste your Hook2Go webhook URL into the plugin settings.
 6. Enable the integrations you want to use.
 7. For WooCommerce, select the order statuses that should trigger webhook delivery.

## 常見問題集

### Do I need a Hook2Go account?

Yes. You need a Hook2Go account to create the webhook URL used for delivery.

### What data is sent from forms?

By default, the plugin sends only submitted form fields. If you enable `Advanced
form data`, it also includes metadata such as the source, form name, submission 
time, site URL, and current user details.

### How does WooCommerce delivery work?

WooCommerce is enabled separately from the form integrations. After it is enabled,
the plugin tracks order status changes and sends notifications only for the statuses
selected in the settings.

### What WooCommerce data is included in the webhook?

The default WooCommerce mode sends a compact payload that is easier to read in messengers:
key order details, customer data, one combined items field, and no empty fields.
You can disable compact mode in the plugin settings to restore the detailed payload
with billing, shipping, and line item structures.

### Does the plugin store submissions locally?

No. The plugin sends data to your configured Hook2Go webhook and does not create
its own submissions table.

## 使用者評論

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

## 參與者及開發者

以下人員參與了開源軟體〈Hook2Go Notifications for Forms and Orders〉的開發相關工作。

參與者

 *   [ Aleksman ](https://profiles.wordpress.org/aleksman/)

〈Hook2Go Notifications for Forms and Orders〉外掛目前已有 1 個本地化語言版本。 
感謝[全部譯者](https://translate.wordpress.org/projects/wp-plugins/hook2go-notifications/contributors)
為這個外掛做出的貢獻。

[將〈Hook2Go Notifications for Forms and Orders〉外掛本地化為台灣繁體中文版](https://translate.wordpress.org/projects/wp-plugins/hook2go-notifications)

### 對開發相關資訊感興趣？

任何人均可[瀏覽程式碼](https://plugins.trac.wordpress.org/browser/hook2go-notifications/)、
查看 [SVN 存放庫](https://plugins.svn.wordpress.org/hook2go-notifications/)，或透過
[RSS](https://plugins.trac.wordpress.org/log/hook2go-notifications/?limit=100&mode=stop_on_copy&format=rss)
訂閱[開發記錄](https://plugins.trac.wordpress.org/log/hook2go-notifications/)。

## 變更記錄

#### 1.4.22

 * Used readable Contact Form 7 labels for webhook field names when a field is wrapped
   in a label or connected through matching `for` and `id` attributes.
 * Kept the Contact Form 7 technical field name when a label is missing or ambiguous.

#### 1.4.21

 * Hid WooCommerce settings until the integration is enabled and made them appear
   immediately when the checkbox is selected.
 * Added WordPress.org plugin icons based on the Hook2Go favicon.

#### 1.4.20

 * Changed the plugin interface source strings to English so the interface can be
   properly localized.

#### 1.4.19

 * Added Bazz CallBack widget submission support through one integration setting.
 * Added compatibility with both current versions that provide the native submission
   hook and legacy versions that use the AJAX fallback.

#### 1.4.18

 * Added a separate setting to remove empty values from regular form payloads before
   sending them to Hook2Go.

#### 1.4.17

 * Improved Elementor field naming fallback to use non-empty `title`, then `label`,
   then the field ID.

#### 1.4.16

 * Preserved the final blank line after compact WooCommerce order items more reliably
   in text-based messenger notifications.

#### 1.4.15

 * Kept each compact WooCommerce order item on a single line and added a trailing
   blank line after the last item.

#### 1.4.14

 * Numbered WooCommerce order items in the compact payload to make text notifications
   easier to read.

#### 1.4.13

 * Removed `site_name`, `order_view_url`, and `status` from the compact WooCommerce
   payload.

#### 1.4.12

 * Added a compact WooCommerce payload mode that combines order items into one field
   and removes empty values.
 * Enabled compact WooCommerce payloads by default.

#### 1.4.11

 * Added WooCommerce new-order delivery for statuses that are already selected at
   order creation, such as pending payment.
 * Prevented duplicate WooCommerce notifications within the same request.

#### 1.4.10

 * Updated the public plugin name to clarify support for both forms and order notifications
   without using restricted trademark terms.

#### 1.4.9

 * Removed the restricted `WooCommerce` term from the plugin display name and readme
   title.
 * Simplified the public plugin name to `Hook2Go Notifications`.

#### 1.4.8

 * Removed the manual translation loader and obsolete Domain Path header.
 * Updated the tested WordPress version to 6.9.
 * Switched the technical slug and text domain to `hook2go-notifications`.
 * Rewrote the public readme content in English for WordPress.org compliance.

## 中繼資料

 *  版本 **1.4.22**
 *  最後更新 **2 週前**
 *  啟用安裝數 **10+**
 *  WordPress 版本需求 ** 5.8 或更新版本 **
 *  已測試相容的 WordPress 版本 **6.9.7**
 *  PHP 版本需求 ** 7.4 或更新版本 **
 *  語言
 * [English (US)](https://wordpress.org/plugins/hook2go-notifications/) 及 [Russian](https://ru.wordpress.org/plugins/hook2go-notifications/).
 *  [將這個外掛本地化為你的母語版本](https://translate.wordpress.org/projects/wp-plugins/hook2go-notifications)
 * 標籤:
 * [crm](https://tw.wordpress.org/plugins/tags/crm/)[ecommerce](https://tw.wordpress.org/plugins/tags/ecommerce/)
   [forms](https://tw.wordpress.org/plugins/tags/forms/)[Notifications](https://tw.wordpress.org/plugins/tags/notifications/)
   [telegram](https://tw.wordpress.org/plugins/tags/telegram/)
 *  [進階檢視](https://tw.wordpress.org/plugins/hook2go-notifications/advanced/)

## 評分

這個項目尚無任何評論記錄。

[撰寫評分](https://wordpress.org/support/plugin/hook2go-notifications/reviews/#new-post)

[查看全部使用者評論](https://wordpress.org/support/plugin/hook2go-notifications/reviews/)

## 參與者

 *   [ Aleksman ](https://profiles.wordpress.org/aleksman/)

## 技術支援

使用者可在技術支援論壇提出意見反應或使用問題。

 [檢視技術支援論壇](https://wordpress.org/support/plugin/hook2go-notifications/)