---
title: "send update to Microsoft Teams activity"
method: POST
path: "/teams/activities"
tags: ["teams"]
---

# send update to Microsoft Teams activity

`POST /teams/activities`

Respond to a Microsoft Teams activity after a workspace command is run

## Request body

- object
  - `conversation_id` string, required — The ID of the Teams conversation/activity
  - `success` boolean — Used for styling the card conditionally
  - `text` string, required — The message text to be sent in the Teams card
  - `card_block` object — The card block to be sent in the Teams card

## Response `200`

Activity processed successfully

---

[API](https://skmtc.net/windmill/apis/windmill-api.md) · [All operations](https://skmtc.net/windmill/apis/windmill-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/windmill/windmill-api/revisions/c5c1c302c431/schema)
