Microsoft Office 365 · Example Payload

Microsoft Office 365 Sendmail Example

CloudCollaborationEnterpriseMicrosoftProductivity

Microsoft Office 365 Sendmail Example is an example object payload from Microsoft Office 365, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "sendMail",
  "method": "POST",
  "path": "/me/sendMail",
  "summary": "Microsoft Office 365 Send Mail",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "SendmailRequestExample",
      "example": {
        "message": {
          "subject": "example_value",
          "body": {
            "contentType": "text",
            "content": "example_value"
          },
          "toRecipients": [
            {}
          ],
          "ccRecipients": [
            {}
          ],
          "bccRecipients": [
            {}
          ],
          "replyTo": [
            {}
          ],
          "importance": "low",
          "isDeliveryReceiptRequested": true,
          "isReadReceiptRequested": true,
          "categories": [
            "example_value"
          ]
        },
        "saveToSentItems": true
      }
    }
  ],
  "responseExamples": []
}