
內容簡介
Integrator for Slack可以將WooCommerce或WordPress客戶事件發布到Slack頻道。目前支持註冊、登錄、更新詳細信息和更新地址。如有需要,將會添加更多事件。
要設置此外掛,您需要創建一個Slack應用程序和一個入站Slack WebHook。參見:Slack的入站Webhooks
發布自己的消息
將hooks添加到您自己的 functions.php 文件中,使用 wc_slack_message(“ Hello World”)向Slack發送消息。
發布交互式消息
使用 wc_slack_message($ message,$ attachements,$ channel)發布具有詳細內容的交互式消息。
查看範例的Github頁面
完整的Slack文檔
即將推出
從任何WordPress hook發送Slack消息。我們正在開發從您網站上的任何hook/action選擇並配置Slack消息的能力。
外掛標籤
開發者團隊
② 後台搜尋「Integrate WordPress or WooCommerce with Slack」→ 直接安裝(推薦)
原文外掛簡介
Integrator for Slack posts WooCommerce or WordPress customer events to a Slack channel. Register, Login, Update Details and Update Address currently supported. More events will be added as required.
To set up this plugin you will need to create a Slack APP and an Incoming Slack WebHook. See: Incoming Webhooks for Slack
Post your own messages
Add hooks to your own functions.php file and send messages to Slack with wc_slack_message("Hello World").
Post interactive messages
Post interactive messages with detailed context with wc_slack_message($message, $attachements, $channel)
View the Github page for examples
Full slack documentation
Coming Soon
Send a slack message from any WordPress hook. We are working on a the ability to select configure a slack message from ANY hook/action in your site.
