library
turbot/teams
OverviewPipelines
0
Triggers
0
Variables
GitHub

Create Chat

Create a new one-on-one or group chat.

Run the pipeline

To run this pipeline from your terminal:

flowpipe pipeline run teams.pipeline.create_chat \
--arg 'chat_type=<string>'

Use this pipeline

To call this pipeline from your pipeline, use a step:

step "pipeline" "step_name" {
pipeline = teams.pipeline.create_chat
args = {
chat_type = <string>
}
}

Params

NameTypeRequiredDescriptionDefault
credstringYesName for credentials to use. If not provided, the default credentials will be used.default
chat_typestringYesSpecifies the type of chat.-
topicstringNoSubject or topic for the chat. Only available for group chats.-
user_idslist of stringNoList of conversation members that should be added. One-on-one chat requires minimum of 2 users including the current user.-

Outputs

NameDescription
chatThe newly created chat resource.