We’re releasing External HTTP Scheduler for Bubble (V2)—a Bubble-first, external scheduler that runs on Google Cloud Tasks and Cloud Run. It lets you plan HTTP calls that don’t depend on your app’s uptime, while giving you per-job visibility (status, latency, logs) and control (cancel, reschedule, quotas). No cloud setup; we operate and pay the infra.
What’s in V2
V2 focuses on reliability, clarity, and speed to integrate. The server action (“Schedule webhook”) accepts your URL, method and payload, plus an optional native callback to update a Bubble Thing once the webhook returns. Everything runs outside your Bubble runtime, so scheduling is resilient and independent. When a job fires, you’ll see real-time state, HTTP status, and latency in the dashboard, with cancel/reschedule just a click away.
Dashboard narrative
Your team lives in a clean dashboard: incoming jobs appear queued → running → success/failed/cancelled/skipped with run_at, webhookStatus, latencyMs, and any lastError for fast triage. Need to stop a run? Cancel prevents dispatch. Want to re-use a request? Clone (or retry if appropriate) keeps iteration fast. Usage shows month-to-date vs included.
Security & privacy
Zero cloud setup on your side; we operate.
Sensitive headers (e.g., authorization, cookie) are filtered before execution.
Requests execute server-to-server with signed identity. Anti-SSRF protections, DNS/IP validation.
We log status/latency/errors, not your secrets.
WU clarity
Scheduling is fully external → 0 WUs.
If you use the optional callback to update a Thing via Bubble’s Data API, that write-back consumes WUs (same as an API workflow). Transparent and expected.
Pricing
Single plan: $19/month for 1 Bubble app.
Included quotas: ~1M jobs/month per app.
E-mail alerts are capped at 5/day/app.
Short demos
— Call API Now Action

Create an instant job, dispatch externally; no setup.
— Schedule Webhook Action

Schedule an API call with headers/body, then monitor status, code & latency.
— Dashboard

Monitor every job in real-time; cancel, retry, reschedule with one click.
Try it now: Webhook Scheduler Pro — Schedule your webhooks with ease
Docs: webhookscheduler.com/docs
Plugin Page: Webhook Scheduler Pro Plugin | Bubble
Questions & feedback welcome below ![]()