PopUp Referrals
by @eliaskress
Check your PopUp referral link, track earnings, and see referred vendor status. Earn $100 per vendor who subscribes annually.
clawhub install popup-referralsπ About This Skill
name: PopUp Referrals description: Check your PopUp referral link, track earnings, and see referred vendor status. Earn $100 per vendor who subscribes annually. metadata: {"openclaw":{"requires":{"env":["POPUP_API_KEY"]},"primaryEnv":"POPUP_API_KEY"}}
PopUp Referrals
Check your PopUp referral link, track referral earnings, and see the status of vendors you've referred. This skill is read-only β it retrieves referral data from the PopUp API. It does not send messages, contact vendors, or share links on your behalf.
What This Skill Does
What This Skill Does NOT Do
Reward Structure
> The $5 account credit for profile publication is only available to vendor-type accounts. Organizer accounts earn the $100 cash reward only.
Authentication
All requests require a Bearer token:
Authorization: Bearer pk_live_...
The token is the POPUP_API_KEY environment variable.
Base URL: https://usepopup.com/api/v1/organizer
Rate limit: 60 requests per minute. HTTP 429 returned with Retry-After: 60 if exceeded.
Endpoints
Get Referral Dashboard
GET /referrals
Returns your referral code, share URL, reward structure, earnings stats, and list of referred users.
Response fields:
| Field | Type | Description |
|-------|------|-------------|
| referralCode | string | Your unique referral code |
| shareUrl | string | Your referral link |
| rewardStructure | object | Current reward tiers |
| stats.totalSignups | number | Total vendors who signed up via your link |
| stats.totalAnnualSubscriptions | number | Vendors who subscribed annually |
| stats.totalCreditsEarned | number | Total credits earned (cents) |
| stats.totalCashEarned | number | Total cash earned (cents) |
| accountBalance | number | Current account balance (cents) |
| referrals | array | List of referred users with name, signup date, and reward status |
Example output:
PopUp Referral Dashboard
ββββββββββββββββββββββββββββββββ
Referral Code: ABC123
Share URL: https://usepopup.com/r/ABC123
Total Signups: 12
Credits Earned: $25.00
Cash Earned: $300.00
Account Balance: $125.00
ββββββββββββββββββββββββββββββββRecent Referrals:
- Jane's Food Truck β signed up Jan 15 β subscribed (annual)
- DJ Mike β signed up Jan 22 β free tier
- Sweet Treats Bakery β signed up Feb 1 β trial active
Response Format
All endpoints return JSON with { "data": ... } wrapper.
Error responses: { "error": "message" } with HTTP status 400, 401, 404, 429, or 500.