Loading...
Loading...
Pushover integration. Manage Users, Groups. Use when the user wants to interact with Pushover data.
npx skill4agent add membranedev/application-skills pushovermembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search pushover --elementType=connector --jsonoutput.items[0].element?.idmembrane connect --connectorId=CONNECTOR_ID --jsonmembrane connection list --jsonconnectionIdmembrane action list --intent=QUERY --connectionId=CONNECTION_ID --json| Name | Key | Description |
|---|---|---|
| Rename Group | rename-group | Change the name of a delivery group |
| Enable User in Group | enable-user-in-group | Re-enable a previously disabled user in a delivery group |
| Disable User in Group | disable-user-in-group | Temporarily disable a user in a delivery group (stop sending notifications) |
| Remove User from Group | remove-user-from-group | Remove a user from a delivery group |
| Add User to Group | add-user-to-group | Add a user to a delivery group |
| Get Group | get-group | Get details and members of a delivery group |
| List Groups | list-groups | Get a list of all delivery groups |
| Create Group | create-group | Create a new delivery group for broadcasting messages to multiple users |
| Get Application Limits | get-application-limits | Get the monthly message limit and remaining messages for your application |
| List Sounds | list-sounds | Get a list of available notification sounds |
| Send Message | send-message | Send a push notification to a user or group |
| Cancel Emergency Notifications by Tag | cancel-emergency-notifications-by-tag | Cancel all emergency notifications with a specific tag |
| Cancel Emergency Notification | cancel-emergency-notification | Cancel retries for an emergency notification using its receipt |
| Get Receipt Status | get-receipt-status | Get the status of an emergency notification receipt to check if it was acknowledged |
| Validate User | validate-user | Validate a user or group key and check if they have active devices |
| Send Emergency Message | send-emergency-message | Send an emergency-priority (priority 2) notification that repeats until acknowledged |
membrane action run --connectionId=CONNECTION_ID ACTION_ID --jsonmembrane action run --connectionId=CONNECTION_ID ACTION_ID --json --input "{ \"key\": \"value\" }"membrane request CONNECTION_ID /path/to/endpoint| Flag | Description |
|---|---|
| HTTP method (GET, POST, PUT, PATCH, DELETE). Defaults to GET |
| Add a request header (repeatable), e.g. |
| Request body (string) |
| Shorthand to send a JSON body and set |
| Send the body as-is without any processing |
| Query-string parameter (repeatable), e.g. |
| Path parameter (repeatable), e.g. |
membrane action list --intent=QUERY