Skip to content

Commit 184179e

Browse files
committed
feature #14301 [Notifier] Added Sendinblue bridge documentation (drixs6o9)
This PR was squashed before being merged into the master branch. Discussion ---------- [Notifier] Added Sendinblue bridge documentation <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- c0ce045 [Notifier] Added Sendinblue bridge documentation
2 parents 97fa621 + c0ce045 commit 184179e

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
@@ -63,6 +63,7 @@ Infobip ``symfony/infobip-notifier`` ``infobip://TOKEN@default?from=FRO
6363
Mobyt ``symfony/mobyt-notifier`` ``mobyt://USER_KEY:ACCESS_TOKEN@default?from=FROM``
6464
Nexmo ``symfony/nexmo-notifier`` ``nexmo://KEY:SECRET@default?from=FROM``
6565
OvhCloud ``symfony/ovhcloud-notifier`` ``ovhcloud://APPLICATION_KEY:APPLICATION_SECRET@default?consumer_key=CONSUMER_KEY&service_name=SERVICE_NAME``
66+
Sendinblue ``symfony/sendinblue-notifier`` ``sendinblue://API_KEY@default?sender=PHONE``
6667
Sinch ``symfony/sinch-notifier`` ``sinch://ACCOUNT_ID:AUTH_TOKEN@default?from=FROM``
6768
Smsapi ``symfony/smsapi-notifier`` ``smsapi://TOKEN@default?from=FROM``
6869
Twilio ``symfony/twilio-notifier`` ``twilio://SID:TOKEN@default?from=FROM``
@@ -74,7 +75,7 @@ Twilio ``symfony/twilio-notifier`` ``twilio://SID:TOKEN@default?from=
7475

7576
.. versionadded:: 5.2
7677

77-
The Smsapi, Infobip, Mobyt and Esendex integrations were introduced in Symfony 5.2.
78+
The Smsapi, Infobip, Mobyt, Esendex and Sendinblue integrations were introduced in Symfony 5.2.
7879

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

0 commit comments

Comments
 (0)