Skip to content

[Notifier] Added the Mattermost and RocketChat integrations #13102

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 11, 2020

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