Teams send adaptive card

This activity sends adaptive card info to a team, such as "Typing" or "Suggestion". For Azure permissions, refer to the Microsoft Azure Integration section.

Table 1. Teams send adaptive card action - Inputs
Parameters Description

Text

Contains the message text to be sent to the conversation, when the Type is not set to Message.

ConversationId

Chat conversation Id.

Type

Options are:
  • Message: An adaptive card is provided with message information.

  • Typing: A message indicating that the person is typing is sent.

  • Message Reaction: A message reaction, such as an emoji, is sent.

  • End of Conversation: A message indicating that the conversation has ended is sent.

  • Suggestion: A message with pre-defined options, such as suggested responses, is sent.

  • Trace: The message provides debugging or troubleshooting information.

AdaptiveCard

This input provides the contents of the adaptive card to be sent to Microsoft Teams. It is used when the Type is set to 'Message'. For assistance designing an adaptive card, refer to the Microsoft Teams documentation.

Connection

Drop-down list of Graph connections.

Table 2. Teams send adaptive card action - Outputs
Parameters Description

Body

Returns the JSON formatted response from the activity which includes alternate time slots and the user's current schedule.

StatusCode

HTTP response code for the request.

Success

Indicates whether the activity was completed successfully (value = True) or not (value = False).