start_thread
Start a new thread in Microsoft Teams by providing a title and content, with an option to mention a member.
Instructions
Start a new thread with a given title and content
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | The thread title | |
| content | Yes | The thread content | |
| member_name | No | Member name to mention in the thread |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| thread_id | Yes | Thread ID as a string in the format '1743086901347' | |
| title | Yes | Message title | |
| content | Yes | Message content |