send_test_push
Send a real push notification to selected app users to verify end-to-end delivery before automating notifications. Confirm with the user first.
Instructions
Send one real push notification to the given app users, to prove the chain works before an automation depends on it. Confirm with the user first: this reaches actual phones.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | Notification body | |
| appId | Yes | App id or slug (from list_apps / create_app) | |
| title | No | Notification title; defaults to "TaskLite" | |
| userIds | Yes | App user ids to notify (the same ids row-level security uses) | |
| organizationId | No | Organization id; defaults to the credential organization when omitted |