Skip to content

Conversation

@javiereguiluz
Copy link
Member

Fixes #13095 and #13092.

@OskarStark
Copy link
Contributor

Thank you Javier.

OskarStark added a commit that referenced this pull request Feb 11, 2020
…tions (javiereguiluz)

This PR was merged into the master branch.

Discussion
----------

[Notifier] Added the Mattermost and RocketChat integrations

Fixes #13095 and #13092.

Commits
-------

3bd5be3 [Notifier] Added the Mattermost and RocketChat integrations
@OskarStark OskarStark merged commit 3bd5be3 into symfony:master Feb 11, 2020
Slack ``symfony/slack-notifier`` ``slack://TOKEN@default?channel=CHANNEL``
Telegram ``symfony/telegram-notifier`` ``telegram://TOKEN@default?channel=CHAT_ID``
Mattermost ``symfony/mattermost-notifier`` ``mattermost://ENDPOINT?channel=CHANNEL``
RocketChat ``symfony/rocketchat-notifier`` ``rocketchat://ENDPOINT?channel=CHANNEL``
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry to be too late to this party, but the DSN can be a bit more specific (as done for the other DSNs). See the xxxTransportFactory::create($dsn) methods of what to expect:

RocketChat: rocketchat://TOKEN@ENDPOINT?channel=CHANNEL
Mattermost: mattermost://TOKEN@ENDPOINT?channel=CHANNEL

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Notifier] add RocketChat bridge

4 participants