Skip to content

Commit 2f2080e

Browse files
committed
feature #14881 [Notifier] Add clickatell (OskarStark)
This PR was merged into the 5.3-dev branch. Discussion ---------- [Notifier] Add clickatell Fix #14880. Commits ------- 56add01 [Notifier] Add clickatell
2 parents 398607c + 56add01 commit 2f2080e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

notifier.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ with a couple popular SMS services:
5757
Service Package DSN
5858
========== ================================ ====================================================
5959
AllMySms ``symfony/allmysms-notifier`` ``allmysms://LOGIN:APIKEY@default?from=FROM``
60+
Clickatell ``symfony/clickatell-notifier`` ``clickatell://ACCESS_TOKEN@default?from=FROM``
6061
Esendex ``symfony/esendex-notifier`` ``esendex://USER_NAME:PASSWORD@default?accountreference=ACCOUNT_REFERENCE&from=FROM``
6162
FreeMobile ``symfony/free-mobile-notifier`` ``freemobile://LOGIN:PASSWORD@default?phone=PHONE``
6263
GatewayApi ``symfony/gatewayapi-notifier`` ``gatewayapi://TOKEN@default?from=FROM``
@@ -82,7 +83,8 @@ Twilio ``symfony/twilio-notifier`` ``twilio://SID:TOKEN@default?from=
8283

8384
.. versionadded:: 5.3
8485

85-
The Iqsms, GatewayApi, Octopush and AllMySms integrations were introduced in Symfony 5.3.
86+
The Iqsms, GatewayApi, Octopush, AllMySms and Clickatell integrations were
87+
introduced in Symfony 5.3.
8688

8789

8890
To enable a texter, add the correct DSN in your ``.env`` file and

0 commit comments

Comments
 (0)