Apr 27 2022 02:04 AM
this card action is disabled because it is not supported for Connectors
May 17 2022 01:27 AM - edited May 17 2022 01:28 AM
@sangeetha - Action.Submit is not supported for connector.
It works if we send card via bot action only.
Ref Doc: https://docs.microsoft.com/en-us/microsoftteams/platform/webhooks-and-connectors/how-to/connectors-u...
Thanks,
Nivedipa
------------------------------------------------------------------------------------------
If the response is helpful, please click "**Mark as Best Response**" and like it. You can share your feedback via Microsoft Teams Developer Feedback link.
Mar 10 2023 07:55 AM
Sending an http post through Teams is not possible? I'm trying to make a post on an API I have. Expected body is below, but this is not working.
{
"@type":"ActionCard",
"name":"Adicione um comentário",
"inputs":[
{
"@type":"TextInput",
"id":"comment",
"isMultiline":false,
"title":"Adicione um comentário"
}
],
{
"@type":"HttpPOST",
"name":"Add comment",
"target":"URL TENANT DYNATRACE/{PID}/comments?Api-Token=",
"body": "message:={{comment.value}}",
"bodyContentType":"application/json"
}
Expected body
{ "message": "string" }
Mar 29 2023 10:48 PM
May 10 2023 04:17 AM - edited May 10 2023 04:17 AM
If you are sending message via bot then user can take action but if it is via connector then there is no way to do this.
Could you please raise a feature request here: Microsoft Teams Community