
Microsoft Teams API Integration Profile
Information and guides about integrating with Microsoft Teams API
Add Microsoft Teams Integration to Your ProductCreate chat in Microsoft Teams API
Create a new chat object.
Input schema fields
Field Name | API Key | Type | Description |
---|---|---|---|
Query | query | object | |
Data | data | object | |
Odata Type | data.@odata.type | string | |
Id | data.id | string | The unique identifier for an entity. Read-only. |
chatType | data.chatType | string |
Output schema fields
Field Name | API Key | Type | Description |
---|---|---|---|
Odata Type | @odata.type | string | |
Id | id | string | The unique identifier for an entity. Read-only. |
chatType | chatType | string | |
Created Date Time | createdDateTime | string | Date and time at which the chat was created. Read-only. |
Installed Apps | installedApps | array of items | A collection of all the apps in the chat. Nullable. |