{
  "$id": "https://intentschema.org/profiles/com.microsoft.graph/communication.email.message.forward.v1.json",
  "id": "org.intentschema.communication.email.message.forward.v1@com.microsoft.graph.v1",
  "pins": "https://intentschema.org/intents/communication/email/message/forward/v1.json",
  "title": "Microsoft Graph email forward profile",
  "description": "Graph profile for email forward.",
  "constraints": {
    "properties": {
      "target": {
        "properties": {
          "system": {
            "const": "ms_graph"
          }
        },
        "required": [
          "system"
        ]
      },
      "ms_graph": {
        "type": "object",
        "properties": {
          "conversationId": {
            "type": "string"
          },
          "importance": {
            "enum": [
              "low",
              "normal",
              "high"
            ]
          }
        }
      }
    }
  },
  "api": {
    "method": "POST",
    "path": "/v1.0/me/messages/{id}/forward",
    "scopes": [
      "Mail.Send"
    ],
    "docs": "https://learn.microsoft.com/en-us/graph/api/message-forward",
    "params": {
      "target.external_id": "/messages/{id}/forward path",
      "object.to": "toRecipients[].emailAddress.address",
      "object.textBody": "comment"
    },
    "base_url": "https://graph.microsoft.com"
  }
}
