{
  "$id": "https://intentschema.org/profiles/com.fastmail/communication.email.draft.send.v1.json",
  "id": "org.intentschema.communication.email.draft.send.v1@com.fastmail.v1",
  "pins": "https://intentschema.org/intents/communication/email/draft/send/v1.json",
  "title": "Fastmail draft send profile",
  "description": "Fastmail JMAP profile for draft send.",
  "constraints": {
    "properties": {
      "target": {
        "properties": {
          "system": {
            "const": "fastmail"
          }
        },
        "required": [
          "system"
        ]
      }
    }
  },
  "api": {
    "method": "POST",
    "path": "/jmap/api/",
    "jmap_method": "EmailSubmission/set",
    "scopes": [
      "urn:ietf:params:jmap:submission"
    ],
    "docs": "https://jmap.io/spec-mail.html#emailsubmission",
    "params": {
      "target.external_id": "EmailSubmission/set create.emailId (the draft's id)",
      "(implicit)": "also Email/set update to remove $draft keyword"
    },
    "base_url": "https://api.fastmail.com"
  }
}
