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