This provider can be used in workflows.As “action” to make changes or update data, example:
Copy
actions: - name: Query mattermost provider: mattermost config: "{{ provider.my_provider_name }}" with: message: {value} # The content of the message. attachments: {value} # The attachments of the message. channel: {value} # The channel to send the message
If you need workflow examples with this provider, please raise a GitHub issue.