27 May 2022
listnotifications (Commands) | |
---|---|
Type | Corrade progressive command |
Command | listnotifications |
Description | The listnotifications command returns a CSV list of available notifications to the configured group. |
Permissions | none |
Parameters | group , password |
Last Changes | C11 - added. |
The listnotifications
command returns a CSV
list of available notifications to the configured group. Note that this means that some notifications may not be shown depending on whether the current calling group has the necessary notifications enabled.
Command | Required Parameters | Required Corrade Permissions | Example |
---|---|---|---|
listnotifications | group , password | llInstantMessage(CORRADE, wasKeyValueEncode( [ // get a list of available // notifications for the group "command", "listnotifications", "group", wasURLEscape(GROUP), "password", wasURLEscape(PASSWORD), "callback", wasURLEscape(URL) ] ) ); |