loyalteez_admin_reward
Manually reward users for special contributions by triggering a reward event with admin audit context, optional amount override, and reason.
Instructions
Manually reward users (mod/admin triggered). Wrapper around track_event with admin context. Use this when admins want to manually reward users for special contributions.
See also: loyalteez://docs/api/rest-api
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount | No | Override configured reward amount (optional) | |
| reason | No | Reason for manual reward (for logging) | |
| adminId | No | Admin's platform ID (for audit trail) | |
| brandId | No | Your brand wallet address. If not provided, uses LOYALTEEZ_BRAND_ID environment variable. | |
| platform | Yes | Platform: "discord" | "telegram" | "web" | etc. | |
| eventType | Yes | Event type to trigger (e.g., "helpful_answer", "special_contribution") | |
| targetUserId | Yes | Target user identifier (platform_userId or email) | |
| publicMessage | No | Whether to send public notification (default: false) |