[WordPress] 外掛分享: Yak Event Hooks

首頁外掛目錄 › Yak Event Hooks
WordPress 外掛 Yak Event Hooks 的封面圖片
全新外掛
安裝啟用
尚無評分
2 天前
最後更新
問題解決
WordPress 5.0+ PHP 7.4+ v1.2.0 上架:2026-09-15

內容簡介

Yak Event Hooks 外掛可在 WordPress 網站上發生事件時自動觸發 webhook,並傳送乾淨的 JSON 負載,無需 API 金鑰或第三方伺服器,簡化了與自動化工具的整合流程。

【主要功能】
• 支援文章、評論、媒體和用戶註冊事件
• 可自定義發送的事件類型
• 提供測試按鈕以驗證端點
• 交付日誌顯示每次發送的狀態
• 輕量化設計,無需資料庫表格

外掛標籤

開發者團隊

⬇ 下載最新版 (v1.2.0) 或搜尋安裝

① 下載 ZIP → 後台「外掛 › 安裝外掛 › 上傳外掛」
② 後台搜尋「Yak Event Hooks」→ 直接安裝(推薦)
📦 歷史版本下載

原文外掛簡介

Stop hand-copying data between WordPress and your automation tools. Yak Event Hooks fires a webhook whenever an event happens on your site, carrying a clean JSON payload with everything your workflow needs — no API keys, no accounts, no third-party servers.
Developed by YakWP. See the plugin homepage for documentation and downloads.
Point it at any endpoint that accepts a JSON POST — n8n, Zapier, Make, IFTTT, your own server, or a cloud automation — and instantly start workflows on:
Posts
* Published — share to social, email subscribers, summarize with AI, republish elsewhere.
* Updated — send diffs, updated titles or URLs to downstream systems.
* Trashed / Deleted — clean up records, sheets, or external feeds.
Comments
* Added — forward new comments (author, content, post) to Slack, ticketing, or AI-reply pipelines.
* Status changed — approve/unapprove/spam moderation notifications.
* Deleted — keep moderation logs in sync.
Media
* Uploaded — every new attachment (image, file) with dimensions, size, and URL — perfect for image pipelines.
Users
* Registered — new-user signups (username, email, role) for membership/CRM automation.
Payload example (post published):
`

{
“event”: “publish”,
“post_id”: 42,
“title”: “How to automate WordPress”,
“slug”: “automate-wordpress”,
“url”: “https://example.com/automate-wordpress”,
“post_type”: “post”,
“status”: “publish”,
“author”: “Oliver”,
“categories”: [“Automation”],
“tags”: [“webhook”],
“timestamp”: “2026-09-05 12:00:00”
}
`
Your webhook URL is all it needs. Each event is toggleable, so you only send what you want.
Made by YakWP
Developed and maintained by YakWP. YakWP also makes a free AI chatbot plugin for WordPress that answers your visitors’ questions right on your site — pair it with Yak Event Hooks so your site not only fires workflows but also talks to every visitor automatically.

Plugin homepage — docs and downloads
YakWP — free AI chatbot for WordPress

Features

Fires on post lifecycle (publish/update/trash/delete), comments (added/status/deleted), media uploads, and new-user registrations.
Works with any post type (posts, pages, custom types) and filters events by selected post types.
Optional excerpt and full-content fields in the post payload.
Cool-down timer prevents repeat firing during rapid saves.
Test button — send a sample payload to verify your endpoint before trusting it live.
Delivery log — see every send, its HTTP status, and any errors, right in wp-admin.
REST API — read and update settings remotely (/wp-json/yak-event-hooks/v1/settings, /log).
Lightweight: one HTTP request per event, no database tables, no scheduled tasks, no external services.

Privacy
No data ever leaves your site except the JSON payload you asked us to send to your own webhook URL. There are no analytics, no tracking, and no third-party requests.

延伸相關外掛

文章
Filter
Mastodon