NtfyPwsh

0.4.0

Powershell module to send ntfy notifications.

Installation Options

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

Install-Module -Name NtfyPwsh -RequiredVersion 0.4.0

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

Install-PSResource -Name NtfyPwsh -Version 0.4.0

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

2025 Patrick Morris

Package Details

Author(s)

  • Patrick Morris

Tags

Windows NtfyPwsh PowerShell Ntfy

Functions

Build-NtfyAction Send-NtfyMessage

PSEditions

Core

Dependencies

This module has no dependencies.

Release Notes

# 📅 Changelog

All notable changes to the **NtfyPwsh** module will be documented in this file.

---

## [0.4.0] - 2025-05-17

### Breaking

* Authentication method changed:
 * Now uses `-TokenCreds` for API using `Get-Credential`.
 * Now uses `-Credential` for username and password using `Get-Credential`.
 * Removed `-PlainTextToken`.

---

## [0.3.0] - 2024-12-01

### Fixed

* Fixed `tags` parameter.
 * Updated tag value to `'partying_face'`.

---

## [0.2.0] - 2024-11-01

### Added

* Default parameter set.

### Fixed

* Parameter set issues.

---

## [0.1.0] - 2024-10-01

### Initial Release

* Initial release of NtfyPwsh.
 * Used to send notifications to ntfy from PowerShell in a module.

---

> 📌 This changelog follows [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) principles.

FileList

Version History

Version Downloads Last updated
1.0.1 8 5/21/2025
1.0.0 6 5/20/2025
0.6.0 6 5/19/2025
0.5.0 6 5/18/2025
0.4.0 (current version) 4 5/17/2025
0.3.0 6 4/26/2025
0.2.0 10 12/29/2024
0.1.0 5 12/28/2024
Show more