Settings

Business profile, lead intake & workspace

Business profile

Shown on proposals, the client portal, and your embedded form.

No logo

Square image works best.

Workspace

Org ID
org_dev
Auth mode
dev

Inbound lead API

POST leads from any source. Authenticate with your org API key.

API key
bf_808611955ba10476ddaf9c81250b61f21d7c274e06d0ac35
Example
curl -X POST http://localhost:3000/api/leads/intake \
  -H "x-api-key: bf_808611955ba10476ddaf9c81250b61f21d7c274e06d0ac35" \
  -H "Content-Type: application/json" \
  -d '{"name":"Jane Homeowner","email":"jane@email.com","source":"website","projectValue":25000}'

Embeddable form

Drop this on your website. Submissions arrive as leads with UTM / referrer captured.

Embed code
<iframe src="http://localhost:3000/embed/bf_808611955ba10476ddaf9c81250b61f21d7c274e06d0ac35/form"
  width="440" height="520" style="border:0" title="Request a quote"></iframe>
Preview form