{
  "author": "Community",
  "description": "Post screenshots to a Mattermost channel via incoming webhook. Self-hosted friendly.",
  "icon": "envelope.fill",
  "id": "community.mattermost",
  "name": "Mattermost Post",
  "openURLTemplate": null,
  "settings": [
    {
      "defaultValue": null,
      "isSecret": true,
      "key": "webhookURL",
      "label": "Mattermost Webhook URL",
      "type": "url"
    }
  ],
  "shellCommand": null,
  "type": "urlAction",
  "urlBodyType": "multipartFormData",
  "urlEndpoint": "{{setting:webhookURL}}",
  "urlHeaders": null,
  "urlMethod": "POST",
  "version": "1.0.0"
}