start_thread
Create a new Microsoft Teams thread by providing a title and content, with an option to mention a member to draw their attention.
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 |
|---|---|---|---|
| title | Yes | Message title | |
| content | Yes | Message content | |
| thread_id | Yes | Thread ID as a string in the format '1743086901347' |