fubScript
Scripting automation for Follow Up Boss
Sign In
Register
fubScript by Follow Up Daddy
Saved Scripts
Reference any script with @keyword in a FUB note starting with #!fub

No scripts yet

Create a script to automate FUB actions with a simple keyword in your notes.

AI Assistant
Generating…
Quick Reference
this.stage = "Active Buyer"
this.tags += "VIP"
this.tags -= "Cold"
this.price = 450000
CREATE TASK "Call" due:+1d
CREATE DEAL "123 Main"
IF this.price > 500k … END
NOTIFY me "Done!"
START PLAN "Drip" on this
Follow Up Boss API Key
Not connected
Find it in Follow Up Boss → Admin → API. Saving this key will register a webhook on your FUB account that listens for notes starting with #!fub.
How it works
  1. Paste your FUB API key above and click Save
  2. fubScript registers a notesCreated webhook with your FUB account
  3. When an agent posts a note starting with #!fub, the webhook fires
  4. fubScript parses and executes the script, then posts a result note
Execution Logs

No executions yet

Logs will appear here after fubScript notes are processed.