subscribe_device
Register your device to receive price drop alerts, special deals, and promotional notifications from Superprecio's price comparison service for Argentine supermarkets.
Instructions
Subscribe a device to receive push notifications about deals and price alerts.
This tool registers a device token with the Superprecio notification system. Once subscribed, devices will receive:
Price drop alerts
Special deal notifications
New product announcements
Custom promotional messages
Note: Requires a valid Firebase Cloud Messaging device token.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
deviceToken | Yes | Firebase Cloud Messaging device token |
Input Schema (JSON Schema)
{
"properties": {
"deviceToken": {
"description": "Firebase Cloud Messaging device token",
"type": "string"
}
},
"required": [
"deviceToken"
],
"type": "object"
}