Skip to main content
Send a new email message

Tool details

FieldValue
Nameoutlook__send_email
GroupIntegrations

Playground

Input schema

Input schema
{
  "type": "object",
  "properties": {
    "message": {
      "type": "object",
      "description": "Microsoft Graph message object with subject, body, toRecipients, etc."
    },
    "saveToSentItems": {
      "type": "boolean",
      "description": "Save sent message to Sent Items"
    }
  },
  "required": [
    "message"
  ],
  "description": "Input schema for the outlook__send_email tool."
}

Output schema

This tool does not publish an output schema.