Microsoft Teams

Download 5
Last updated Dec 1, 2025

ms-teams-send-batch

Sends messages in batch to a specific Microsoft Teams channel using Microsoft Teams Workflows. (Batch Command)

ms-teams-send-batch profile=PROFILE [text-field=TEXT_FIELD] [subject-field=SUBJECT_FIELD]
profile=접속프로파일
Identifier of the Microsoft Teams connection profile.
text-field=TEXT_FIELD
Field name to use for the message content. If omitted, the text field is used by default.
subject-field=SUBJECT_FIELD
Field name to use for the message subject. If omitted, the subject field is used by default.

** Example**

json "{}" | eval text="Hello" custom="World" | ms-teams-send-batch profile=ms_teams subject-field=custom