---
title: "Create Ms Team Link Conversation"
method: POST
path: "/api/integration/ms-team/link-conversation"
tags: ["Integration"]
---

# Create Ms Team Link Conversation

`POST /api/integration/ms-team/link-conversation`

Create Microsoft Teams link conversation with bot.

## Request body

- ConversationSchema — Schema for representing a conversation.
  - `bot_id` string, uuid, nullable — Optional identifier for the associated bot.
  - `conversation_id` string, uuid, nullable — Optional identifier for the conversation.

## Response `200`

Successful Response

- ConversationResponseSchema — Schema for representing a response to a conversation.
  - `bot_id` string, uuid, nullable — Optional identifier for the associated bot.
  - `conversation_id` string, uuid, nullable — Optional identifier for the conversation.
  - `id` string, uuid, nullable — Optional identifier for the response.
  - `created_at` string, date-time, nullable — Optional timestamp indicating the creation time.
  - `updated_at` string, date-time, nullable — Optional timestamp indicating the last update time.

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/chat-fly/apis/chatfly-backend-application.md) · [All operations](https://skmtc.net/chat-fly/apis/chatfly-backend-application/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/chat-fly/chatfly-backend-application/revisions/cbb37496f138/schema)
