Skip to content

Instantly share code, notes, and snippets.

@deseven
deseven / MattermostUpload.sh
Last active January 20, 2024 03:14
Upload file to Mattermost (API v4)
#!/bin/bash
# your mattermost installation url
mattermost="https://example.com"
# bot token, get it in Integrations > Bot Accounts
token=abcdef123456
# set to true for debug output
debug=false