Skip to content

[Notifier] Add MicrosoftTeams #15193

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
Apr 8, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions notifier.rst
Original file line number Diff line number Diff line change
Expand Up @@ -149,9 +149,9 @@ The chat channel is used to send chat messages to users by using
:class:`Symfony\\Component\\Notifier\\Chatter` classes. Symfony provides
integration with these chat services:

========== ================================ ===========================================================================
============== ==================================== ===========================================================================
Service Package DSN
========== ================================ ===========================================================================
============== ==================================== ===========================================================================
Discord ``symfony/discord-notifier`` ``discord://TOKEN@default?webhook_id=ID``
FakeChat ``symfony/fake-chat-notifier`` ``fakechat+email://MAILER_SERVICE_ID?to=TO&from=FROM``
Firebase ``symfony/firebase-notifier`` ``firebase://USERNAME:PASSWORD@default``
Expand All @@ -160,11 +160,12 @@ GoogleChat ``symfony/google-chat-notifier`` ``googlechat://ACCESS_KEY:ACCESS_T
LinkedIn ``symfony/linked-in-notifier`` ``linkedin://TOKEN:USER_ID@default``
Mattermost ``symfony/mattermost-notifier`` ``mattermost://ACCESS_TOKEN@HOST/PATH?channel=CHANNEL``
Mercure ``symfony/mercure-notifier`` ``mercure://HUB_ID?topic=TOPIC``
MicrosoftTeams ``symfony/microsoft-teams-notifier`` ``microsoftteams://default/PATH``
RocketChat ``symfony/rocket-chat-notifier`` ``rocketchat://TOKEN@ENDPOINT?channel=CHANNEL``
Slack ``symfony/slack-notifier`` ``slack://TOKEN@default?channel=CHANNEL``
Telegram ``symfony/telegram-notifier`` ``telegram://TOKEN@default?channel=CHAT_ID``
Zulip ``symfony/zulip-notifier`` ``zulip://EMAIL:TOKEN@HOST?channel=CHANNEL``
========== ================================ ===========================================================================
============== ==================================== ===========================================================================

.. versionadded:: 5.1

Expand All @@ -179,7 +180,7 @@ Zulip ``symfony/zulip-notifier`` ``zulip://EMAIL:TOKEN@HOST?channel

.. versionadded:: 5.3

The Gitter, Mercure and FakeChat integrations were introduced in Symfony 5.3.
The Gitter, Mercure, FakeChat and Microsoft Teams integrations were introduced in Symfony 5.3.

Chatters are configured using the ``chatter_transports`` setting:

Expand Down