loyalteez_create_drop
Create time-limited reward drops with reaction or button claims, then get the drop ID, claim URL, and embed data for posting.
Instructions
Create time-limited reward drops (reaction drops, claim buttons). Returns drop ID, claim URL, and embed data for posting.
See also: loyalteez://docs/shared-services/drops-service
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reward | Yes | LTZ reward amount | |
| brandId | No | Your brand wallet address. If not provided, uses LOYALTEEZ_BRAND_ID environment variable. | |
| metadata | No | Additional drop configuration | |
| platform | Yes | Platform: "discord" | "telegram" | "web" | etc. | |
| serverId | Yes | Server/community ID (for Discord/Telegram) | |
| eventType | Yes | Event type to trigger when claimed | |
| maxClaims | Yes | Maximum number of claims | |
| triggerType | No | How users claim the drop | |
| triggerEmoji | No | Emoji for reaction-based drops | |
| expiresInSeconds | Yes | Time until drop expires (in seconds) |