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

Mattermost #4

Open
duisen0v opened this issue Sep 12, 2023 · 1 comment
Open

Mattermost #4

duisen0v opened this issue Sep 12, 2023 · 1 comment

Comments

@duisen0v
Copy link

Anyone figured out config for mattermost?

@gbyx3
Copy link
Contributor

gbyx3 commented Aug 19, 2024

This worked for me.

        {
            "name": "Send to Mattermost",
            "active": true,
            "trigger_on": ["on_postload_alert_create"],
            "request_url": "https://<Mattermost Webhook URL>",
            "use_rendering": true,
            "request_rendering": "markdown",
            "request_body": {"text":"Hello, this is some text\nThis is more text. :tada:", "channel":"town-square"}
        }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants