-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Slack notifier actions documentation #12963
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
$chatter = new Chatter(new SlackTransport('token')); | ||
|
||
// Create a message | ||
$chatMessage = (new ChatMessage()) |
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.
Parse the subject string at the constructor.
$chatMessage = new ChatMessage('Contribute to Symfony');
This merges the work of symfony#12678, symfony#12846, symfony#12963 and finishes the main Notifier guide.
Hi @savvasal ! Thanks for adding the Slack details! We're trying to focus on the Symfony framework users first. So I've taken your commit, merged them with the work of other contributors, and moved all information to a new "Notifier" guide in #13025. As a result, this PR is now included in the new PR so I'm going to close this one. Thanks for your time! |
This merges the work of symfony#12678, symfony#12846, symfony#12963 and finishes the main Notifier guide.
This merges the work of symfony#12678, symfony#12846, symfony#12963 and finishes the main Notifier guide.
This merges the work of symfony#12678, symfony#12846, symfony#12963 and finishes the main Notifier guide.
This merges the work of symfony#12678, symfony#12846, symfony#12963 and finishes the main Notifier guide.
This merges the work of symfony#12678, symfony#12846, symfony#12963 and finishes the main Notifier guide.
This merges the work of symfony#12678, symfony#12846, symfony#12963 and finishes the main Notifier guide.
This merges the work of symfony#12678, symfony#12846, symfony#12963 and finishes the main Notifier guide.
This merges the work of symfony#12678, symfony#12846, symfony#12963 and finishes the main Notifier guide.
…onin, savvasal, wouterj) This PR was merged into the 5.0 branch. Discussion ---------- [Notifier] Added Notifier guide This PR merges the work of our doc hero's @TheGarious, @andreybolonin and @savvasal in #12678, #12846 and #12963 . Fixes #12430 and fixes #12552 The component has 2 different usages: Using the high-level Notifier abstraction and using the lower-level Chatter and Texter abstractions. I decided to only document the high-lever in the main guide and use sub guides for Chatter and Texter. This PR focuses on having the base documentation ready. Some features (monolog & messenger integration) are not documented. Let's create issues for those and do them after this PR is merged. Commits ------- 69f3330 Improved some grammar thanks to @savvasal 06f7009 Add Notifier component documentation 0179303 Reorder the use statements alphabetically b9d0d7f Slack notifier actions documentation 34f23d0 add notifier.rst 4810fbf WIP Notifer Page
Related issue: #12552