8000 [Notifier] Add SpotHit bridge by JamesHemery · Pull Request #14869 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

[Notifier] Add SpotHit bridge #14869

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 3, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
8000
Diff view
[Notifier] Add SpotHit bridge
  • Loading branch information
JamesHemery authored and OskarStark committed Feb 3, 2021
commit edb9b438bf2ae9ed91ddffff914d1be5d11706b3
5 changes: 3 additions & 2 deletions notifier.rst
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ OvhCloud ``symfony/ovh-cloud-notifier`` ``ovhcloud://APPLICATION_KEY:APPLI
Sendinblue ``symfony/sendinblue-notifier`` ``sendinblue://API_KEY@default?sender=PHONE``
Sinch ``symfony/sinch-notifier`` ``sinch://ACCOUNT_ID:AUTH_TOKEN@default?from=FROM``
Smsapi ``symfony/smsapi-notifier`` ``smsapi://TOKEN@default?from=FROM``
SpotHit ``symfony/spothit-notifier`` ``spothit://TOKEN@default?from=FROM``
Twilio ``symfony/twilio-notifier`` ``twilio://SID:TOKEN@default?from=FROM``
========== ================================ ====================================================

Expand All @@ -83,8 +84,8 @@ Twilio ``symfony/twilio-notifier`` ``twilio://SID:TOKEN@default?from=

.. versionadded:: 5.3

The Iqsms, GatewayApi, Octopush, AllMySms and Clickatell integrations were
introduced in Symfony 5.3.
The Iqsms, GatewayApi, Octopush, AllMySms, Clickatell and SpotHit integrations
were introduced in Symfony 5.3.


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