Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[Notifier] Add Contact Everyone Bridge#46395
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
carsonbot commentedMay 18, 2022
Hey! I see that this is your first PR. That is great! Welcome! Symfony has acontribution guide which I suggest you to read. In short:
Review the GitHub status checks of your pull request and try to solve the reported issues. If some tests are failing, try to see if they are failing because of this change. When two Symfony core team members approve this change, it will be merged and you will become an official Symfony contributor! I am going to sit back now and wait for the reviews. Cheers! Carsonbot |
src/Symfony/Component/Notifier/Bridge/ContactEveryone/ContactEveryoneTransport.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
src/Symfony/Component/Notifier/Bridge/ContactEveryone/CHANGELOG.md OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
a805b4c to40ef71fComparesrc/Symfony/Component/Notifier/Bridge/ContactEveryone/ContactEveryoneTransport.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
...fony/Component/Notifier/Bridge/ContactEveryone/Tests/ContactEveryoneTransportFactoryTest.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
src/Symfony/Component/Notifier/Bridge/ContactEveryone/Tests/ContactEveryoneTransportTest.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
src/Symfony/Component/Notifier/Bridge/ContactEveryone/composer.json OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
868cf5a to723ad78Comparesrc/Symfony/Component/Notifier/Bridge/ContactEveryone/Tests/ContactEveryoneTransportTest.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
723ad78 to89b2981Compare
OskarStark left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Could you please open a PR onsymfony-docs repo? Thanks
OskarStark commentedMay 19, 2022
@fabpot is it possible to to add this exception to fabbot.io? |
OskarStark commentedMay 29, 2022
friendly ping@fabpot |
| { | ||
| $dsn = sprintf('contact-everyone://%s', $this->getEndpoint()); | ||
| if (null !== $this->diffusionName) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
| if (null !==$this->diffusionName) { | |
| if ($this->diffusionName) { |
| $dsn .= sprintf('?diffusionname=%s', $this->diffusionName); | ||
| } | ||
| if (null !== $this->category) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
| if (null !==$this->category) { | |
| if ($this->category) { |
| - `DIFFUSION_NAME` (optional) allows you to define the label of the diffusion that will be displayed in the event logs. | ||
| - `CATEGORY` (optional) allows you to define the label of the category that will be displayed in the event logs. | ||
| This bridge uses the light version of Contact Everyone api. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
| This bridge uses the light version of Contact Everyoneapi. | |
| This bridge uses the light version of Contact EveryoneAPI. |
| ``` | ||
| where: | ||
| - `TOKEN` is your Contact Everyone api token |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
| -`TOKEN` is your Contact Everyoneapi token | |
| -`TOKEN` is your Contact EveryoneAPI token |
9e64c34 to7f26839Comparefabpot commentedJun 25, 2022
Thank you@franckranaivo. |
7f26839 to539d2a1Comparefabpot commentedJun 25, 2022
@franckranaivo Can you submit a PR for a recipe? Something like this:https://github.com/symfony/recipes/pull/1102/files |
franckranaivo commentedJun 27, 2022
Sure. Thank you@fabpot forsymfony/symfony-docs#16915 for the PR Docs. |

Uh oh!
There was an error while loading.Please reload this page.
Add Contact Everyone Bridge by Orange Business.
This bridge uses the light version of the api which allows SMS to be sent individually.