Skip to content

Commit 40469a7

Browse files
committed
add smsapi-notifier
1 parent 12945b1 commit 40469a7

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
@@ -60,6 +60,7 @@ Nexmo ``symfony/nexmo-notifier`` ``nexmo://KEY:SECRET@default?from=F
6060
OvhCloud ``symfony/ovhcloud-notifier`` ``ovhcloud://KEY:SECRET@default?from=FROM``
6161
Sinch ``symfony/sinch-notifier`` ``sinch://ACCOUNT_ID:AUTH_TOKEN@default?from=FROM``
6262
FreeMobile ``symfony/freemobile-notifier`` ``freemobile://LOGIN:PASS@default?phone=PHONE``
63+
Smsapi ``symfony/smsapi-notifier`` ``smsapi://TOKEN@default?from=FROM``
6364
========== =============================== ====================================================
6465

6566
.. versionadded:: 5.1
@@ -294,7 +295,7 @@ transport:
294295
%env(SLACK_DSN)% || %env(TELEGRAM_DSN)%
295296
</framework:chatter-transport>
296297
297-
<!-- Send notifications to the next scheduled transport
298+
<!-- Send notifications to the next scheduled transport
298299
calculated by round robin -->
299300
<framework:chatter-transport name="slack">
300301
%env(SLACK_DSN)% && %env(TELEGRAM_DSN)%

0 commit comments

Comments
 (0)