.. _community.windows.win_toast_module:
***************************
community.windows.win_toast
***************************
**Sends Toast windows notification to logged in users on Windows 10 or later hosts**
.. contents::
:local:
:depth: 1
Synopsis
--------
- Sends alerts which appear in the Action Center area of the windows desktop.
Parameters
----------
.. raw:: html
Parameter |
Choices/Defaults |
Comments |
expire
integer
|
Default:
45
|
How long in seconds before the notification expires.
|
group
string
|
Default:
"Powershell"
|
Which notification group to add the notification to.
|
msg
string
|
Default:
"Hello, World!"
|
The message to appear inside the notification.
May include \n to format the message to appear within the Action Center.
|
popup
boolean
|
|
If no , the notification will not pop up and will only appear in the Action Center.
|
tag
string
|
Default:
"Ansible"
|
The tag to add to the notification.
|
title
string
|
Default:
"Notification HH:mm"
|
The notification title, which appears in the pop up..
|