{
  "$id": "https://intentschema.org/profiles/com.google.gmail/communication.email.draft.create.v1.json",
  "id": "org.intentschema.communication.email.draft.create.v1@com.google.gmail.v1",
  "pins": "https://intentschema.org/intents/communication/email/draft/create/v1.json",
  "title": "Gmail draft create profile",
  "description": "Gmail profile for email draft create.",
  "constraints": {
    "properties": {
      "target": {
        "properties": {
          "system": {
            "const": "gmail"
          }
        },
        "required": [
          "system"
        ]
      }
    }
  },
  "api": {
    "method": "POST",
    "path": "/gmail/v1/users/me/drafts",
    "scopes": [
      "https://www.googleapis.com/auth/gmail.compose"
    ],
    "docs": "https://developers.google.com/gmail/api/reference/rest/v1/users.drafts/create",
    "params": {
      "object.to": "message.raw To header",
      "object.subject": "message.raw Subject header",
      "object.textBody": "message.raw text/plain part",
      "object.htmlBody": "message.raw text/html part",
      "object.inReplyTo": "message.raw In-Reply-To header"
    },
    "base_url": "https://gmail.googleapis.com"
  }
}
