{
  "$id": "https://intentschema.org/profiles/com.google.gmail/communication.email.draft.send.v1.json",
  "id": "org.intentschema.communication.email.draft.send.v1@com.google.gmail.v1",
  "pins": "https://intentschema.org/intents/communication/email/draft/send/v1.json",
  "title": "Gmail draft send profile",
  "description": "Gmail profile for email draft send.",
  "constraints": {
    "properties": {
      "target": {
        "properties": {
          "system": {
            "const": "gmail"
          }
        },
        "required": [
          "system"
        ]
      }
    }
  },
  "api": {
    "method": "POST",
    "path": "/gmail/v1/users/me/drafts/send",
    "scopes": [
      "https://www.googleapis.com/auth/gmail.send"
    ],
    "docs": "https://developers.google.com/gmail/api/reference/rest/v1/users.drafts/send",
    "params": {
      "target.external_id": "userId/drafts/{id} \u2192 draft.id in request body"
    },
    "base_url": "https://gmail.googleapis.com"
  }
}
