Skip to content

Commit 2274677

Browse files
committed
minor #14104 [Notifier] Linkedin integration (ismail1432)
This PR was merged into the master branch. Discussion ---------- [Notifier] Linkedin integration Fix #14099 I'm wondering if we merge this and then I add an example like it's done [https://symfony.com/doc/master/notifier/chatters.html#adding-interactions-to-a-slack-message](https://symfony.com/doc/master/notifier/chatters.html#adding-interactions-to-a-slack-message) or we wait until I add the example in 1 PR Commits ------- 74041ee linkedin documentation wip
2 parents 24c1086 + 74041ee commit 2274677

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

notifier.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ GoogleChat ``symfony/google-chat-notifier`` ``googlechat://ACCESS_KEY:ACCESS_T
142142
Mattermost ``symfony/mattermost-notifier`` ``mattermost://TOKEN@ENDPOINT?channel=CHANNEL``
143143
RocketChat ``symfony/rocket-chat-notifier`` ``rocketchat://TOKEN@ENDPOINT?channel=CHANNEL``
144144
Zulip ``symfony/zulip-notifier`` ``zulip://EMAIL:APIKEY@ENDPOINT?channel=CHANNEL``
145+
LinkedIn ``symfony/linked-in-notifier`` ``linkedin://TOKEN:USER_ID@default``
145146
========== ================================ ===========================================================================
146147

147148
.. versionadded:: 5.1
@@ -152,7 +153,7 @@ Zulip ``symfony/zulip-notifier`` ``zulip://EMAIL:APIKEY@ENDPOINT?ch
152153

153154
.. versionadded:: 5.2
154155

155-
The GoogleChat and Zulip integrations were introduced in Symfony 5.2.
156+
The GoogleChat, LinkedIn and Zulip integrations were introduced in Symfony 5.2.
156157

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

0 commit comments

Comments
 (0)