الوصف
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)
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.
لقطات الشاشة
الأسئلة المتكررّة
-
Can the plugin post to multiple slack organizations
-
No. The plugin accepts only one Incoming Webhook from Slack and will be limited to the channels available to that webhook.
-
Can the plugin post to multiple slack channels
-
That depends on your Slack account. The plugin accepts only one Incoming Webhook from Slack and will be limted to the channels available to that webhook.
المراجعات
لا توجد مراجعات لهذه الإضافة.
المساهمون والمطوّرون
“Integrate WordPress or WooCommerce with Slack” هو برنامج مفتوح المصدر. وقد ساهم هؤلاء الأشخاص بالأسفل في هذه الإضافة.
المساهمونترجمة ”Integrate WordPress or WooCommerce with Slack“ إلى لغتك.
مُهتم بالتطوير؟
تصفّح الشفرة، تحقق من مستودع SVN، أو الاشتراك في سجل التطوير بواسطة RSS.
سجل التغييرات
1.0.3
- switched to using kerkness/kore-wp library for common functions
1.0.2
- re-factor prefix and removal of test methods
…
1.0.1
- Banner and Readme Updates
1.0.0
- Initial release.
- Supports messages on Customer creation and update events.