@@ -31,17 +31,19 @@ by using transports.
31
31
32
32
The notifier component supports the following channels:
33
33
34
- * `SMS <SMS Channel >`_ sends notifications to phones via SMS messages
35
- * `Chat <Chat Channel >`_ sends notifications to chat services like Slack
36
- and Telegram;
37
- * `Email <Email Channel >`_ integrates the :doc: `Symfony Mailer </mailer >`;
38
- * Browser uses :ref: `flash messages <flash-messages >`.
34
+ * :ref: `SMS channel <notifier-sms-channel >` sends notifications to phones via
35
+ SMS messages;
36
+ * :ref: `Chat channel <notifier-chat-channel >` sends notifications to chat
37
+ services like Slack and Telegram;
38
+ * :ref: `Email channel <notifier-email-channel >` integrates the :doc: `Symfony Mailer </mailer >`;
39
+ * Browser channel uses :ref: `flash messages <flash-messages >`.
39
40
40
41
.. tip ::
41
42
42
43
Use :doc: `secrets </configuration/secrets >` to securily store your
43
44
API's tokens.
44
45
46
+ .. _notifier-sms-channel :
45
47
.. _notifier-texter-dsn :
46
48
47
49
SMS Channel
@@ -116,6 +118,7 @@ configure the ``texter_transports``:
116
118
],
117
119
]);
118
120
121
+ .. _notifier-chat-channel :
119
122
.. _notifier-chatter-dsn :
120
123
121
124
Chat Channel
@@ -189,6 +192,8 @@ Chatters are configured using the ``chatter_transports`` setting:
189
192
],
190
193
]);
191
194
195
+ .. _notifier-email-channel :
196
+
192
197
Email Channel
193
198
~~~~~~~~~~~~~
194
199
@@ -294,7 +299,7 @@ transport:
294
299
%env(SLACK_DSN)% || %env(TELEGRAM_DSN)%
295
300
</framework : chatter-transport >
296
301
297
- <!-- Send notifications to the next scheduled transport
302
+ <!-- Send notifications to the next scheduled transport
298
303
calculated by round robin -->
299
304
<framework : chatter-transport name =" slack" ><![CDATA[
300
305
%env(SLACK_DSN)% && %env(TELEGRAM_DSN)%
0 commit comments