t3n/slack

Last activity 19 Jul 2021 1 1 4250
composer require t3n/slack

Flow Framework package that wraps the nexylan/slack library to send messages to slack

1.0.0

Version
1.0.0
Type
neos-package
Release Date
Mar 05, 2019 12:16
Source
git
Distribution
zip
Requires
  • neos/flow: ~5.2.0
  • maknz/slack: ~1.7.0
Requires (dev)
  • t3n/coding-standard: ~1.0.0
e0f8946cf7a32e7b77f46cf408d5ff784cea2703

Readme excerpt

t3n.Slack

Flow Package to send messages to Slack. This is package wraps the maknz/slack library.

Simply install the package via composer:

composer require "t3n/slack" Configuration

In order to send messages to Slack you need to add an incoming WebHook to your Slack workspace. Read more about it here https://api.slack.com/incoming-webhooks

As the incoming webhooks are treated as Slack Apps they are bound to a single channel. Therefore you can configure multiple "presets" to use several webhooks:

t3n: Slack: configurations: myPreset: # you preset name webhookUrl: 'https://hooks.slack.com/services/...' clientSettings: [] # …
Read more
The content of the readme is provided by an external source, which we have no control over. Check out the actual readme at its source.
The same vendor provides 11 package(s).