Skip to content
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

Add a MatterMost notification block #8339

Closed
3 tasks done
zzstoatzz opened this issue Feb 1, 2023 · 0 comments · Fixed by #8341
Closed
3 tasks done

Add a MatterMost notification block #8339

zzstoatzz opened this issue Feb 1, 2023 · 0 comments · Fixed by #8341
Assignees
Labels
enhancement An improvement of an existing feature integrations Related to integrations with other services

Comments

@zzstoatzz
Copy link
Collaborator

zzstoatzz commented Feb 1, 2023

First check

  • I added a descriptive title to this issue.
  • I used the GitHub search to find a similar request and didn't find it.
  • I searched the Prefect documentation for this feature.

Prefect Version

2.x

Describe the current behavior

n/a

Describe the proposed behavior

Sending notifications from Prefect ecosystems to MatterMost using the Apprise framework

Example Use

from prefect.blocks.notifications import MatterMostWebhook

mattermost_webhook = MatterMostWebhook.load("my-mm-block")

mattermost_webhook.notify("Hello from Prefect!")

Additional context

No response

@zzstoatzz zzstoatzz added enhancement An improvement of an existing feature status:triage integrations Related to integrations with other services and removed status:triage labels Feb 1, 2023
@zzstoatzz zzstoatzz self-assigned this Feb 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement An improvement of an existing feature integrations Related to integrations with other services
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant