@@ -31,17 +31,19 @@ by using transports.
31
31
32
32
The notifier component supports the following channels:
33
33
34
- * SMS sends notifications to phones via SMS messages
35
- * Chat sends notifications to chat services like Slack
36
- and Telegram;
37
- * Email 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
@@ -109,6 +111,7 @@ configure the ``texter_transports``:
109
111
],
110
112
]);
111
113
114
+ .. _notifier-chat-channel :
112
115
.. _notifier-chatter-dsn :
113
116
114
117
Chat Channel
@@ -174,6 +177,8 @@ Chatters are configured using the ``chatter_transports`` setting:
174
177
],
175
178
]);
176
179
180
+ .. _notifier-email-channel :
181
+
177
182
Email Channel
178
183
~~~~~~~~~~~~~
179
184
@@ -279,7 +284,7 @@ transport:
279
284
%env(SLACK_DSN)% || %env(TELEGRAM_DSN)%
280
285
</framework : chatter-transport >
281
286
282
- <!-- Send notifications to the next scheduled transport
287
+ <!-- Send notifications to the next scheduled transport
283
288
calculated by round robin -->
284
289
<framework : chatter-transport name =" slack" ><![CDATA[
285
290
%env(SLACK_DSN)% && %env(TELEGRAM_DSN)%
0 commit comments