notify_pass
Send targeted push notifications to individual Google Wallet pass holders for balance updates or rewards, with optional scheduling.
Instructions
Send a push notification to a single pass holder via Google Wallet. Use this for targeted messages to individual customers (e.g. balance update, reward earned). For bulk notifications to all pass holders, use send_template_notification instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Notification title | |
| passId | Yes | ID of the pass to send notification to | |
| content | Yes | Notification body text. URLs in content become clickable links. | |
| validFrom | No | ISO 8601 timestamp when notification becomes visible (default: now) | |
| validUntil | No | ISO 8601 timestamp when notification expires (default: now + 24h) |