Overview
This node integrates with Microsoft Teams via the Microsoft Teams Bot Framework, allowing users to send and receive messages within Microsoft Teams. It is useful for automating communication workflows, such as sending notifications, alerts, or messages to Teams channels or users, and for processing incoming messages from Teams to trigger further automation.
Use Case Examples
- Automatically send a message to a Teams channel when a new support ticket is created.
- Receive messages from Teams and log them or trigger other workflows based on message content.
Output
JSON
messageId- The unique identifier of the sent or received message.content- The content of the message sent or received.timestamp- The timestamp when the message was sent or received.sender- Information about the sender of the message.
Dependencies
- Requires Microsoft Teams Bot Framework credentials for authentication and access.
Troubleshooting
- Ensure that the Microsoft Teams Bot Framework credentials are correctly configured and have the necessary permissions to send and receive messages.
- Common errors may include authentication failures, permission errors, or network connectivity issues. Verify credentials and network access to Microsoft Teams services.
- If messages are not being sent or received, check the bot configuration in Microsoft Teams and ensure it is properly installed and authorized in the target Teams environment.