Supported Providers
Mattermost Provider
Mattermost provider is used to send messages to Mattermost.
Authentication
This provider requires authentication.
- webhook_url: Mattermost Webhook Url (required: True, sensitive: True)
In workflows
This provider can be used in workflows.
As “action” to make changes or update data, example:
If you need workflow examples with this provider, please raise a GitHub issue.
Connecting with the Provider
- Obtain a Mattermost Webhook URL:
- Go to the Mattermost Incoming Webhook API documentation: Mattermost Incoming Webhooks.
- Follow the instructions to create a new incoming webhook.
- Copy the generated webhook URL, which should be passed as the
webhook_url
for authentication.