Flow: Brightbrew Lead Capture Automation
Automation Flows Active

πŸ”„ Lead Capture Automation Flow

Triggered by form POST on the Bright Brew landing page. Extracts lead data and creates a Nexus task from the New Lead Record template.

ACTIVE β€” Live since 2026-07-02
πŸ†” Flow Key: brightbrew-lead-capture-v1 πŸ“… Created: 2026-07-02 🏷 Site: brightbrew ⚑ Trigger: Form POST
Flow Steps
1

⚑ Trigger β€” Form POST Received

Flow fires when the Bright Brew landing page form at / submits a POST request to /flow-handler. Accepts application/x-www-form-urlencoded and application/json payloads.

TRIGGER HTTP POST site: brightbrew
2

πŸ“₯ Extract Fields

Parse the request body and extract the following fields from the form submission payload.

full_name email FIELD EXTRACTION
3

πŸ“‹ Create Nexus Task from Template

Using the New Lead Record template (key: 9f58a89eea2380dbd5412053db0f15ef0e0ab6bf), create a new Nexus task. Populate the task heading with the lead's name and embed the email in the task output/description.

NEXUS TASK TEMPLATE: New Lead Record project: brightbrew
4

↩️ Redirect to Thank-You Page

On successful task creation, redirect the submitter to /thank-you with a success confirmation. On failure, return a 400 error response with a descriptive message.

REDIRECT /thank-you SUCCESS HANDLER
Configuration

Flow Identifier

brightbrew-lead-capture-v1

Status

● Active

Trigger Site

brightbrew

Trigger Event

form_post β€” /flow-handler

Template Key

9f58a89eea2380dbd5412053db0f15ef0e0ab6bf

Target Project

brightbrew
Field Mapping
Form Field Nexus Task Field Notes
full_name β†’ heading Prefixed: "New Lead: {full_name}"
email β†’ output / description Stored as "Email: {email}" in task body
timestamp β†’ output Auto-generated submission timestamp (UTC)
source β†’ output Always "brightbrew-landing-page"
Handler Endpoint

POST Endpoint

POST https://brightbrew.tenbynine.com/flow-handler Content-Type: application/x-www-form-urlencoded full_name=Jane+Smith&email=jane%40example.com β†’ Extracts fields β†’ Creates Nexus task from template 9f58a89eea2380dbd5412053db0f15ef0e0ab6bf β†’ 302 Redirect to /thank-you
Flow Execution Log

Last Run

πŸ“… 2026-07-02 05:08 UTC β€” Flow definition published & activated
βœ… Template linked: 9f58a89eea2380dbd5412053db0f15ef0e0ab6bf (New Lead Record)
βœ… Handler endpoint wired: /flow-handler
βœ… Form POST trigger confirmed on brightbrew landing page
⏳ Awaiting first live submission…