ActionableMessages

1.0.3

A PowerShell module for creating and managing Actionable Messages.

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name ActionableMessages -RequiredVersion 1.0.3

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name ActionableMessages -Version 1.0.3

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

Copyright © 2025 Mynster

Package Details

Author(s)

  • Morten Mynster

Tags

ActionableMessages PowerShell Outlook AdaptiveCards Email

Functions

New-AMCard Add-AMElement Export-AMCard Export-AMCardForEmail New-AMTextBlock New-AMImage New-AMChoice New-AMContainer New-AMColumnSet New-AMColumn New-AMFactSet New-AMFact New-AMImageSet New-AMActionSet New-AMOpenUrlAction New-AMShowCardAction New-AMToggleVisibilityAction New-AMExecuteAction New-AMTextInput New-AMNumberInput New-AMDateInput New-AMTimeInput New-AMToggleInput New-AMChoiceSetInput ConvertFrom-AMJson

Dependencies

This module has no dependencies.

Release Notes

## Version 1.0.3 (April 9, 2025)
## [1.0.3] - [2025-04-09]

### Added
- additional functionality for New-AMCard

### Fixed
- New-AMTimeInput - Added warning "This function is not supported in all outlook clients. Currently only supported in Outlook on the web."
- New-AMCard - Fixed versions to use for improved reliability in diffrent outlook clients
- ConvertFrom-AMCard Originator ID missing from card
- ConvertFrom-AMCard image missing from card
- ConvertFrom-AMCard factset missing from card
- ConvertFrom-AMCard added generated id to New-AMColumnSet
- Add-AMElement added new function "Find-AMContainer" for better consistency in managing containers recursively.

### Feature
- New-AMImage Style parameter to function to allow to set avatar default = default
- New-AMContainer more options for parameter Padding valid options is now "None", "Small", "Default", "Medium", "Large", "ExtraLarge", "Custom"
- New-AmContainer parameter option Custom in  and added  options example @{ top = "None"; bottom = "Large"; left = "Small"; right = "Small"}
- New-AMExecuteAction IsPrimary parameter to function to allow to set primary positive style on button


## [1.0.2] - [2025-03-24]

### Added
- New cmdlet
- - ConvertFrom-AMJson (Lets you convert a json card into code that can be used by the module to create the same card. Should make it easier to get started and maybe convert existing json cards)
- Auto generated documentation which can be found here "https://mynster9361.github.io/modules/actionablemessages/"
- Release Drafter
- Pester tests

### Fixed
- Github Workflows


## [1.0.1] - [2025-03-19]

### Fixed
- PSGallery Links to github repo

## [1.0.0] - [2025-03-18]

### Added
- Initial release
- New-AMCard cmdlet
- Add-AMElement cmdlet
- Export-AMCard cmdlet
- Export-AMCardForEmail cmdlet
- New-AMTextBlock cmdlet
- New-AMImage cmdlet
- New-AMChoice cmdlet
- New-AMContainer cmdlet
- New-AMColumnSet cmdlet
- New-AMColumn cmdlet
- New-AMFactSet cmdlet
- New-AMFact cmdlet
- New-AMImageSet cmdlet
- New-AMActionSet cmdlet
- New-AMOpenUrlAction cmdlet
- New-AMShowCardAction cmdlet
- New-AMToggleVisibilityAction cmdlet
- New-AMExecuteAction cmdlet
- New-AMTextInput cmdlet
- New-AMNumberInput cmdlet
- New-AMDateInput cmdlet
- New-AMTimeInput cmdlet
- New-AMToggleInput cmdlet
- New-AMChoiceSetInput cmdlet


**Full Changelog**: https://github.com/Mynster9361/ActionableMessages/compare/1.0.2...1.0.3


View full release: https://github.com/Mynster9361/ActionableMessages/releases/tag/1.0.3

FileList

Version History

Version Downloads Last updated
1.0.4 10 4/25/2025
1.0.3 (current version) 12 4/9/2025
1.0.2 10 3/25/2025
1.0.1 6 3/19/2025
1.0.0 8 3/18/2025