library
turbot/teams
OverviewPipelines
0
Triggers
0
Variables
GitHub

Test Send Chat Message

Test the send_chat_message pipeline.

Run the pipeline

To run this pipeline from your terminal:

flowpipe pipeline run teams.pipeline.test_send_chat_message

Use this pipeline

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

step "pipeline" "step_name" {
pipeline = teams.pipeline.test_send_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 - Will be deleted in 10 seconds.
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.
delete_chat_messageCheck for pipeline.delete_chat_message.

Tags

type = test