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-teamscURL 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"}'