posts
→ log of past tweets (PAST TWEETS
, Date
)promo
→ promo source (name
, last_posted
, optional extra fields)Automated motivational posts
Automated promo posts
posts
, generates tweet, logs new one.promo
, generates tweet, updates last_posted
.Transformation · Hook–List–Takeaway · Interesting Fact · Metaphor · Contrast · Motivation · Triad · Comparison · 80/20 Rule · Callout
Setting | Where | Example |
---|---|---|
Ads probability | Code node | Change Math.random() < 0.3 → 0.2 for 20% |
Templates | Code node | Edit the templates array |
Cadence | Schedule Trigger | Cron or fixed hours |
Random delay | Time randomizer | Enable node (0–120 mins) |
Issue | Fix |
---|---|
Repeated tweets | Ensure posts has column PAST TWEETS |
Not posting | Reconnect Twitter creds with write access |
Promo never used | Increase ads probability (e.g., 0.4 ) |