twist_threads_add
Create and manage threads in Twist channels by specifying title, content, actions, attachments, mentions, and recipients. Use to organize discussions and notify users or groups effectively.
Instructions
Adds a new thread to a channel.
Args: channel_id: The id of the channel title: The title of the new thread content: The content of the new thread actions: List of action buttons to the new thread attachments: List of attachments to the new thread direct_group_mentions: The groups that are directly mentioned direct_mentions: The users that are directly mentioned groups: The groups that will be notified recipients: An array of users that will be attached to the thread or "EVERYONE" send_as_integration: Displays the integration as the thread creator temp_id: The temporary id of the thread
Input Schema
Name | Required | Description | Default |
---|---|---|---|
actions | No | ||
attachments | No | ||
channel_id | Yes | ||
content | Yes | ||
direct_group_mentions | No | ||
direct_mentions | No | ||
groups | No | ||
recipients | No | ||
send_as_integration | No | ||
temp_id | No | ||
title | Yes |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools from Twist MCP Server
- twist_inbox_archive
- twist_inbox_archive_all
- twist_inbox_get
- twist_inbox_get_count
- twist_inbox_mark_all_read
- twist_inbox_unarchive
- twist_threads_add
- twist_threads_clear_unread
- twist_threads_get
- twist_threads_getone
- twist_threads_get_unread
- twist_threads_mark_all_read
- twist_threads_mark_read
- twist_threads_mark_unread
- twist_threads_mark_unread_for_others
- twist_threads_move_to_channel
- twist_threads_mute
- twist_threads_pin
- twist_threads_remove
- twist_threads_star
- twist_threads_unmute
- twist_threads_unpin
- twist_threads_unstar
- twist_threads_update