library
turbot/teams
OverviewPipelines
0
Triggers
0
Variables
GitHub

Test Update Chat Message

Test the update_chat_message pipeline.

Run the pipeline

To run this pipeline from your terminal:

flowpipe pipeline run teams.pipeline.test_update_chat_message

Use this pipeline

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

step "pipeline" "step_name" {
pipeline = teams.pipeline.test_update_chat_message
}

Params

NameTypeRequiredDescriptionDefault
credstringYesName for credentials to use. If not provided, the default credentials will be used.default
messagestringYesThe message to send.Hello World from send_chat_message pipeline.
topicstringNoSubject or topic for the chat. Only available for group chats.-

Outputs

NameDescription
create_chatCheck for pipeline.create_chat.
send_chat_messageCheck for pipeline.send_channel_message.
update_chat_messageCheck for pipeline.update_chat_message.
delete_chat_messageCheck for pipeline.delete_chat_message.

Tags

type = test