Microsoft Teams · Example Payload

Microsoft Teams Sendchannelmessage Example

ChatCollaborationCommunicationMicrosoft 365ProductivityVideo Conferencing

Microsoft Teams Sendchannelmessage Example is an example object payload from Microsoft Teams, 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": "sendChannelMessage",
  "method": "POST",
  "path": "/teams/{team-id}/channels/{channel-id}/messages",
  "summary": "Microsoft Teams Send Channel Message",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "SendChannelMessageRequestExample",
      "example": {
        "body": {
          "contentType": "html",
          "content": "<p>Hello team! Here is an update.</p>"
        }
      }
    }
  ],
  "responseExamples": []
}