Skip to content

[Notifier] Add Infobip #13623

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
Sep 9, 2020
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
Diff view
3 changes: 2 additions & 1 deletion notifier.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ OvhCloud ``symfony/ovhcloud-notifier`` ``ovhcloud://APPLICATION_KEY:APPL
Sinch ``symfony/sinch-notifier`` ``sinch://ACCOUNT_ID:AUTH_TOKEN@default?from=FROM``
FreeMobile ``symfony/free-mobile-notifier`` ``freemobile://LOGIN:PASSWORD@default?phone=PHONE``
Smsapi ``symfony/smsapi-notifier`` ``smsapi://TOKEN@default?from=FROM``
Infobip ``symfony/infobip-notifier`` ``infobip://TOKEN@default?from=FROM``
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should sort them alphabetically in a separate PR.

Same for the mailer transports.

Are you open for a PR @jeremyFreeAgent

And thanks for your contribution 🥳

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done in #14211

========== ================================ ====================================================

.. versionadded:: 5.1
Expand All @@ -71,7 +72,7 @@ Smsapi ``symfony/smsapi-notifier`` ``smsapi://TOKEN@default?from=FRO

.. versionadded:: 5.2

The Smsapi integration was introduced in Symfony 5.2.
The Smsapi and Infobip integrations were introduced in Symfony 5.2.

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