Drupal to slack
Categories
Component ID
2828049
Component name
Drupal to slack
Component type
module
Maintenance status
Development status
Component security advisory coverage
covered
Downloads
865
Component created
Component changed
Component body
This module help site builder or developer to send notification on slack
channel when content is created or updated. Integrate drupal site to slack. This module is different from slack module which is act as real time messenger on website.
Features
-----------------------------------------
- Integrate drupal site to slack.
- Send notification on content creation.
How to use
-------------------------------------------
- Install this module
- Go to Configuration -> Media -> Drupal to slack
- 1. Enter Incoming webhook url
- #create webhook_url
- 1. Login to slack account using slack credential.
- 2. Go to yourteam.slack.com/apps/build/custom-integration.
- 3. Webhooks, then select a channel or user you want to post your messages to
(this selection can be overridden later in code) Once done,
you’ll see your incoming webhook integration’s configuration page.
Scroll down and there’ll be a Webhook URL in the format
https://hooks.slack.com/services/TXXXXXXXX/BXXXXXXXX/token.
Save that URL somewhere, we’ll need it later. You can further change the
icon and name of the integration in this page itself, but we’ll do that in code.
- 2. Enter slack channel for notification.
eg. 'general'. - Select Content type to notify on slack
- Save configuration
