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.
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:
|
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. |
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). |