create-conversation
Start a direct or group conversation with one or more users and post an initial message, reusing existing conversations for the same set of users.
Instructions
Start a direct or group conversation with one or more users and post an initial message. Reuses the existing conversation if one already exists for the same set of users.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | The content of the first message to post. | |
| recipients | Yes | User IDs to include in the direct or group conversation (excluding yourself, who is added automatically). Use get-users to resolve names to IDs. | |
| workspaceId | Yes | The ID of the workspace the conversation belongs to. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | ||
| content | Yes | ||
| created | Yes | ||
| success | Yes | ||
| messageId | Yes | ||
| messageUrl | Yes | ||
| recipients | Yes | ||
| workspaceId | Yes | ||
| participants | Yes | ||
| conversationId | Yes | ||
| conversationUrl | Yes |