Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: new Teams adaptive cards #5

Merged
merged 9 commits into from
Dec 29, 2024
Merged

Conversation

Netail
Copy link
Owner

@Netail Netail commented Aug 26, 2024

Summary

New Teams adaptive cards to support Power Automate workflows

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings

@chrisjohnson00
Copy link

Yes, please!

@Netail
Copy link
Owner Author

Netail commented Dec 17, 2024

Yes, please!

Thanks for your support @chrisjohnson00 , I've been holding this back for a bit as the adaptive cards do not support colors (yet) But there might be work arounds.

You need adaptive cards for Microsoft power automate workflows? Regular webhook connectors still support the old format

@chrisjohnson00
Copy link

Why not just bake the color into the template as an image for now?

I'm not sure what we will end up using. I put this down, at work, as switching from a simple webhook to orchestrating a whole flow in power automate was far more work than expected. I need this all to work from a non human account, for security purposes, and doing that with power automate is decent effort and coordination for us.

Wishing they didn't kill the original hooks!

@Netail
Copy link
Owner Author

Netail commented Dec 28, 2024

Why not just bake the color into the template as an image for now?

I guess so, I've seen that a few times before. I'll try it out, will come back on that

Wishing they didn't kill the original hooks!

They actually brought it back to live (connectors), everyone had to update their webhook URL to a new one tho, which probably enters a different flow than it used to be. This URL supports both the new adaptive cards as the old ones, however power automate only supports the new adaptive cards

@Netail
Copy link
Owner Author

Netail commented Dec 28, 2024

image

Looking good to me :)

vs the old

image

@Netail Netail merged commit 9a0caf1 into main Dec 29, 2024
1 check passed
@Netail Netail deleted the feat/new-teams-adaptive-cards branch December 29, 2024 00:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants