@@ -142,6 +142,7 @@ GoogleChat ``symfony/google-chat-notifier`` ``googlechat://ACCESS_KEY:ACCESS_T
142142Mattermost ``symfony/mattermost-notifier `` ``mattermost://TOKEN@ENDPOINT?channel=CHANNEL ``
143143RocketChat ``symfony/rocket-chat-notifier `` ``rocketchat://TOKEN@ENDPOINT?channel=CHANNEL ``
144144Zulip ``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
157158Chatters are configured using the ``chatter_transports `` setting:
158159