Skip to content

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

Closed
wants to merge 2 commits into from

Conversation

savvasal
Copy link
Contributor

@savvasal savvasal commented Jan 20, 2020

Related issue: #12552

$chatter = new Chatter(new SlackTransport('token'));

// Create a message
$chatMessage = (new ChatMessage())
Copy link
Contributor Author

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');

wouterj added a commit to wouterj/symfony-docs that referenced this pull request Feb 2, 2020
This merges the work of symfony#12678, symfony#12846, symfony#12963 and finishes the main Notifier
guide.
@wouterj
Copy link
Member

wouterj commented Feb 2, 2020

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!

@wouterj wouterj closed this Feb 2, 2020
wouterj added a commit to wouterj/symfony-docs that referenced this pull request Feb 2, 2020
This merges the work of symfony#12678, symfony#12846, symfony#12963 and finishes the main Notifier
guide.
wouterj added a commit to wouterj/symfony-docs that referenced this pull request Feb 2, 2020
This merges the work of symfony#12678, symfony#12846, symfony#12963 and finishes the main Notifier
guide.
wouterj added a commit to wouterj/symfony-docs that referenced this pull request Feb 2, 2020
This merges the work of symfony#12678, symfony#12846, symfony#12963 and finishes the main Notifier
guide.
wouterj added a commit to wouterj/symfony-docs that referenced this pull request Feb 2, 2020
This merges the work of symfony#12678, symfony#12846, symfony#12963 and finishes the main Notifier
guide.
wouterj added a commit to wouterj/symfony-docs that referenced this pull request Feb 3, 2020
This merges the work of symfony#12678, symfony#12846, symfony#12963 and finishes the main Notifier
guide.
wouterj added a commit to wouterj/symfony-docs that referenced this pull request Feb 3, 2020
This merges the work of symfony#12678, symfony#12846, symfony#12963 and finishes the main Notifier
guide.
wouterj added a commit to wouterj/symfony-docs that referenced this pull request Feb 5, 2020
This merges the work of symfony#12678, symfony#12846, symfony#12963 and finishes the main Notifier
guide.
wouterj added a commit to wouterj/symfony-docs that referenced this pull request Feb 5, 2020
This merges the work of symfony#12678, symfony#12846, symfony#12963 and finishes the main Notifier
guide.
OskarStark added a commit that referenced this pull request Feb 6, 2020
…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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants