Skip to content

Commit

Permalink
feature #18263 Add Redlink docs (plotkabytes)
Browse files Browse the repository at this point in the history
This PR was submitted for the 6.3 branch but it was squashed and merged into the 6.4 branch instead.

Discussion
----------

Add Redlink docs

Documentation for new redlink notifier. PR: [symfony/symfony#50170](symfony/symfony#50170).

Commits
-------

9b9cd36 Add Redlink docs
  • Loading branch information
OskarStark committed Jun 21, 2023
2 parents 5b74291 + 9b9cd36 commit 585754c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions notifier.rst
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ Service Package DSN
`OrangeSms`_ ``symfony/orange-sms-notifier`` ``orange-sms://CLIENT_ID:CLIENT_SECRET@default?from=FROM&sender_name=SENDER_NAME``
`OvhCloud`_ ``symfony/ovh-cloud-notifier`` ``ovhcloud://APPLICATION_KEY:APPLICATION_SECRET@default?consumer_key=CONSUMER_KEY&service_name=SERVICE_NAME``
`Plivo`_ ``symfony/plivo-notifier`` ``plivo://AUTH_ID:AUTH_TOKEN@default?from=FROM``
`Redlink`_ ``symfony/redlink-notifier`` ``redlink://API_KEY:APP_KEY@default?from=SENDER_NAME&version=API_VERSION``
`RingCentral`_ ``symfony/ring-central-notifier`` ``ringcentral://API_TOKEN@default?from=FROM``
`Sendberry`_ ``symfony/sendberry-notifier`` ``sendberry://USERNAME:PASSWORD@default?auth_key=AUTH_KEY&from=FROM``
`Sendinblue`_ ``symfony/sendinblue-notifier`` ``sendinblue://API_KEY@default?sender=PHONE``
Expand Down Expand Up @@ -116,6 +117,10 @@ Service Package DSN
were introduced in Symfony 6.3.
The ``from`` option in ``Smsapi`` DSN is optional since Symfony 6.3.

.. versionadded:: 6.4

The Redlink integration was introduced in Symfony 6.4.

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

Expand Down Expand Up @@ -1011,6 +1016,7 @@ is dispatched. Listeners receive a
.. _`PagerDuty`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/PagerDuty/README.md
.. _`Plivo`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/Plivo/README.md
.. _`Pushover`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/Pushover/README.md
.. _`Redlink`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/Redlink/README.md
.. _`RFC 3986`: https://www.ietf.org/rfc/rfc3986.txt
.. _`RingCentral`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/RingCentral/README.md
.. _`RocketChat`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/RocketChat/README.md
Expand Down

0 comments on commit 585754c

Please sign in to comment.