Back to Tools

Microsoft Teams

Communication

Microsoft Teams integration. Send messages, create channels, and manage team activities.

Available Actions
messageschannelsteamsmeetings
Input Schema
{
  "type": "object",
  "required": [
    "content"
  ],
  "properties": {
    "teamId": {
      "type": "string"
    },
    "content": {
      "type": "string"
    },
    "channelId": {
      "type": "string"
    }
  }
}
Output Schema
{
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "createdDateTime": {
      "type": "string"
    }
  }
}
Quick Start

API Endpoint

POST /api/execute/ms-teams

cURL Example

curl -X POST \
  https://api.nulayers.com/execute/ms-teams \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"action": "messages"}'
Integration

Get your API key from the dashboard to start using this tool in your AI applications.