en-us/about_PSInstapush.help.txt
TOPIC about_PSInstapush SHORT DESCRIPTION The PSInstapush module implements the Instapush API. LONG DESCRIPTION The PSInstapush module implements the Instapush API for sending notifications to Android and iOS devices. It allows for retrieving lists of a user's applications or an application's events, adding new applications and events, and then sending Instapush notifications. To learn more about Instapush, go to https://instapush.im COMMAND LIST Send-Instapush is used to generate notifications with the Instapush API. Get-InstapushApp is used to get a user's applications. Get-InstapushEvent is used to get the events attached to an application. New-InstapushApp is used to create new Instapush applications. New-InstapushEvent is used to create new Instapush events. KEYWORDS Instapush Notifications Android iOS Push SEE ALSO https://instapush.im/developer/rest Get-Help Send-Instapush Get-Help Get-InstapushApp Get-Help Get-InstapushEvent Get-Help New-InstapushApp Get-Help New-InstapushEvent |