library
turbot/teams
Get Involved
Version
Pipeline: 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_messageUse this pipeline
To call this pipeline from your pipeline, use a step:
step "pipeline" "step_name" { pipeline = teams.pipeline.test_send_chat_message }Params
| Name | Type | Required | Description | Default |
|---|---|---|---|---|
| cred | string | Yes | Name for credentials to use. If not provided, the default credentials will be used. | default |
| message | string | Yes | The message to send. | Hello World from send_chat_message pipeline - Will be deleted in 10 seconds. |
| topic | string | No | Subject or topic for the chat. Only available for group chats. | - |
Outputs
| Name | Description |
|---|---|
| create_chat | Check for pipeline.create_chat. |
| send_chat_message | Check for pipeline.send_channel_message. |
| delete_chat_message | Check for pipeline.delete_chat_message. |
Tags
type = test