Automation

Stock guard, campaign auto-pause and Lark alerts · Last 30 days

Lark connection
Relay (Supabase)
ads report → oc_322954c… · guard: silent
Webhook secret
Set
AUTOMATION_SECRET
Auto-pause (OOS)
On
stock ≤ 0 → pause
Auto-resume (restock)
On
stock > 0 → resume

🔌 Webhook endpoint

Live

Point the Product Information System's stock sync at this endpoint. Requests must carry the shared secret; the endpoint refuses everything else.

POST URLhttps://dailytracker.seagull.to/api/webhooks/stock-sync
MethodPOST
Auth headerx-webhook-secret: ‹AUTOMATION_SECRET›
Content-Typeapplication/json
Daily reporthttps://dailytracker.seagull.to/api/lark/daily-report

🛡️ Stock Guard webhook

Pause / resume campaigns from stock levels

Have the Product Information System POST current stock here whenever inventory changes. Out-of-stock SKUs pause their matching campaigns; restocked SKUs resume them. This runs silently — no Lark alert is sent.

curl -X POST "https://dailytracker.seagull.to/api/webhooks/stock-sync" \
  -H "x-webhook-secret: $AUTOMATION_SECRET" \
  -H "Content-Type: application/json" \
  -d '{
    "items": [
      { "sku": "SG-RC18", "name": "Rice Cooker 1.8L", "stock": 0 },
      { "sku": "SG-SOY",  "name": "Soy Milk Maker",   "stock": 25 }
    ],
    "dryRun": true
  }'

Send "dryRun": true first — it reports exactly what would change without touching a single live campaign.

📊 Daily Ads report → Lark

Cost & performance card

Sends today's account-wide spend, results, CTR, CPC and top campaigns to Lark as a card. Add ?preview=1 to inspect the JSON without sending. Wire it to a scheduler for a daily push.

# send today's report now
curl -X POST "https://dailytracker.seagull.to/api/lark/daily-report" -H "x-webhook-secret: $AUTOMATION_SECRET"

# preview only (no send)
curl "https://dailytracker.seagull.to/api/lark/daily-report?preview=1&secret=$AUTOMATION_SECRET"

🔗 Product → campaign rules

4 rules · edit via STOCK_CAMPAIGN_MAP
ProductSKUsName / campaign keywordsCampaign IDs
Rice Cooker 1.8Lricecookerrice cookerหม้อหุงข้าวauto (by name)
Soy Milk Makersoymilksoy milkน้ำเต้าหู้เต้าหู้auto (by name)
Electric Ice Shavericeshaverice shaverน้ำแข็งไสเครื่องทำน้ำแข็งauto (by name)
Smoothie Mix Blendersmoothiemixsmoothieblenderเครื่องปั่นauto (by name)