Include type in Message Card messages#428
Conversation
ac4004f to
a6a197e
Compare
damianszczepanik
left a comment
There was a problem hiding this comment.
link mentioned in the description is about legacy card with clear information that this should be replaced by adaptive card - can you comment on that?
a6a197e to
09d5087
Compare
|
As per the latest update from Microsoft on February 5, Message Card is now supported in Workflows.
Please see Retirement of Office 365 connectors within Microsoft Teams Despite it being legacy, we intend to use it beyond the Workflows migration deadline. |
|
When can we expect this to be merged !! |
|
Merged & published |
|
Microsoft stated that MessageCard format support for Workflows was introduced just to make it easier for customers to migrate from Connectors to Workflows. I would expect MessageCard support dropped when enough users migrate. |
Fixes #427 by including the
@typeand@contextfields in the MessageCard payload. According to the documentation, these fields are required.Testing done
I rebuilt the plugin with my changes, installed it on a local Jenkins and posted a MessageCard message using the following snippet (note the
adaptiveCardsoption was unset):office365ConnectorSend message: 'hello there', webhookUrl: 'REDACTED'Submitter checklist