-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[Notifier] Add Zulip notifier bridge #36616
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
Conversation
b9f9970
to
9780b3d
Compare
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.
@phpfour Thanks for this contribution!
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.
Nice addition :)
6d11550
to
2e59bd6
Compare
Thanks for the notes @noniagriconomie, the PR has been updated for |
2e59bd6
to
bd4fd32
Compare
Thank you @phpfour. |
@phpfour Can you submit a PR on symfony/recipes (you can have a look at other notifier bridge recipes to get some inspiration)? |
@fabpot Just added the recipe, thanks! |
This PR was squashed before being merged into the master branch. Discussion ---------- [Notifier] Add Zulip entry Added entry for this feature: symfony/symfony#36616 I have question, the integration supports sending notification directly to a person through the recipient parameter. Should that be documented somewhere? Commits ------- 2fdc9ca [Notifier] Add Zulip entry
This adds a Zulip (another popular open source Slack alternative) transport for the new Notifier component.
Sample DSN
ZULIP_DSN=zulip://test-bot@zulipchat.com:api-key@example.zulipchat.com?channel=builds
Configuration
Example