{
  "author": "Community",
  "description": "Email a screenshot to yourself or a teammate via the Resend API.",
  "icon": "envelope.open.fill",
  "id": "community.resend",
  "name": "Email via Resend",
  "openURLTemplate": null,
  "settings": [
    {
      "defaultValue": null,
      "isSecret": true,
      "key": "apiKey",
      "label": "Resend API Key",
      "type": "secret"
    },
    {
      "defaultValue": null,
      "isSecret": false,
      "key": "toEmail",
      "label": "To (email)",
      "type": "text"
    },
    {
      "defaultValue": null,
      "isSecret": false,
      "key": "fromEmail",
      "label": "From (email)",
      "type": "text"
    }
  ],
  "shellCommand": null,
  "type": "urlAction",
  "urlBodyType": "base64JSON",
  "urlEndpoint": "https://api.resend.com/emails",
  "urlHeaders": {
    "Authorization": "Bearer {{setting:apiKey}}",
    "Content-Type": "application/json"
  },
  "urlMethod": "POST",
  "version": "1.0.0"
}