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

Actionable Messages for Outlook #6

Closed
k10blogger opened this issue Apr 18, 2020 · 1 comment
Closed

Actionable Messages for Outlook #6

k10blogger opened this issue Apr 18, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@k10blogger
Copy link
Owner

k10blogger commented Apr 18, 2020

The outlook email supports actionable messages and supports for sections. The section is to improve the look and feel of the message send to the outlook.

The actionable messages are kind of adaptive card. More about them can be read here.

The adaptive card designer can be used to prep the card and see how the data from task model can be represented in a better way. For a more raw approach the older playground can be used. This might be more convenient to some.

Kanboard event payload examples are mentioned in the docs.

The idea is to first finalize the look of the action card with the help of message card playground and then once finalized implement it in the code.

The reference for MessageCard Design for this issue would be Legacy Message Card as it works best with all the tools.

@k10blogger k10blogger added the enhancement New feature or request label Apr 18, 2020
@k10blogger k10blogger self-assigned this Apr 18, 2020
k10blogger pushed a commit that referenced this issue Apr 18, 2020
Tried the first AdaptiveCard.
Only Title and Summary visible not action and body visible.
k10blogger pushed a commit that referenced this issue Apr 18, 2020
Sections now work. Sample Code implemented.
Now onto potential actions.
k10blogger pushed a commit that referenced this issue Apr 18, 2020
Tested the potentialAction section with a working View in Kanbard Button.
k10blogger pushed a commit that referenced this issue May 12, 2020
The message object takes all the key value pairs from the JSON and populates it in a facts key value pair.
Giving a nice card like effect.
@k10blogger
Copy link
Owner Author

Kept multiple iterations of the code message card in the code. This is for the future reference.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant