ActionableMessages
1.0.2
A PowerShell module for creating and managing Actionable Messages.
Installation Options
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.2 (March 25, 2025)
## [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
**Full Changelog**: https://github.com/Mynster9361/ActionableMessages/compare/v1.0.1...1.0.2
View full release: https://github.com/Mynster9361/ActionableMessages/releases/tag/1.0.2
FileList
- ActionableMessages.nuspec
- .github\workflows\release-psgallery.yml
- Public\Core\Add-AMElement.ps1
- Public\Elements\New-AMTextBlock.ps1
- docs\README.md
- Public\Core\ConvertFrom-AMJson.ps1
- Public\Inputs\New-AMChoiceSetInput.ps1
- docs\en-US\about_ActionableMessages.help.txt
- Public\Core\Export-AMCard.ps1
- Public\Inputs\New-AMDateInput.ps1
- ActionableMessages.psd1
- Examples\ApprovalWorkflow.ps1
- Public\Core\Export-AMCardForEmail.ps1
- Public\Inputs\New-AMNumberInput.ps1
- ActionableMessages.psm1
- Examples\FeedbackForm.ps1
- Public\Core\New-AMCard.ps1
- Public\Inputs\New-AMTextInput.ps1
- build.ps1
- Examples\MeetingInvite.ps1
- Public\Elements\New-AMChoice.ps1
- Public\Inputs\New-AMTimeInput.ps1
- CHANGELOG.md
- Examples\SimpleNotification.ps1
- Public\Elements\New-AMColumn.ps1
- Public\Inputs\New-AMToggleInput.ps1
- LICENSE
- Private\ConvertTo-AMJson.ps1
- Public\Elements\New-AMColumnSet.ps1
- Tests\Integration\ExampleCards.Tests.ps1
- README.md
- Public\Actions\New-AMActionSet.ps1
- Public\Elements\New-AMContainer.ps1
- Tests\Unit\Actions.Tests.ps1
- .github\release-drafter.yml
- Public\Actions\New-AMExecuteAction.ps1
- Public\Elements\New-AMFact.ps1
- Tests\Unit\ConvertFrom-AMJson.Tests.ps1
- .github\workflows\github-pages.yml
- Public\Actions\New-AMOpenUrlAction.ps1
- Public\Elements\New-AMFactSet.ps1
- Tests\Unit\Core.Tests.ps1
- .github\workflows\pester-test.yml
- Public\Actions\New-AMShowCardAction.ps1
- Public\Elements\New-AMImage.ps1
- Tests\Unit\Elements.Tests.ps1
- .github\workflows\psscript-analyzer.yml
- Public\Actions\New-AMToggleVisibilityAction.ps1
- Public\Elements\New-AMImageSet.ps1
- Tests\Unit\Inputs.Tests.ps1
- .github\workflows\release-drafter.yml
Version History
Version | Downloads | Last updated |
---|---|---|
1.0.2 (current version) | 6 | 3/25/2025 |
1.0.1 | 5 | 3/19/2025 |
1.0.0 | 7 | 3/18/2025 |