Enterprise Business Use Cases
Automated Client Intake
When a new client completes a massive 50-question onboarding form, Flex Forms instantly generates a master Task containing all their answers and places it directly in the “Awaiting Review” list for your project managers in Breeze.
Ultra-Detailed, Step-by-Step Setup Guide
Connecting Flex Forms to Breeze requires generating a highly secure API Token. Follow these exact instructions.1
Step 1: Log into Breeze
Open your web browser and navigate to the Breeze login portal (
app.breeze.pm). Enter your credentials to access the main dashboard.2
Step 2: Access the Personal Settings Menu
Once logged in, look at the absolute top right corner of your screen. Click on your profile picture (or your initials) to open the main account dropdown menu.
3
Step 3: Navigate to Personal Settings
In the dropdown menu that appears, click exactly on the link labeled Personal Settings.
4
Step 4: Navigate to the API Section
You are now viewing your personal profile settings. Look at the left-hand sidebar menu. Click exactly on the link labeled API.
5
Step 5: Copy the API Token
On the API page, you will see a section prominently displaying your API Token. It is a long string of alphanumeric characters.Highlight the entire string, right-click, and select Copy (or press
Ctrl+C / Cmd+C). Make absolutely sure you do not highlight any blank spaces before or after the token.6
Step 6: Inject the Token into Flex Forms
Switch to your Flex Forms administrative dashboard in a new tab.
- Open Integrations (Flex Forms left rail) → Breeze.
- Click inside the API Token input field.
- Right-click and select Paste (or press
Ctrl+V/Cmd+V) to inject the token. - Click the Save Settings button to finalize the secure connection.
Masterclass: Routing to Specific Projects
Establishing the connection allows data to flow, but you must instruct Flex Forms exactly where to place the new Tasks within Breeze’s architecture.Project ID Requirement: You must provide the specific Project ID in the form’s integration settings.How to find it: Open your specific Project board in Breeze. Look at the URL in your browser. It will look like
app.breeze.pm/projects/1234567/boards. The numeric ID (1234567) is your Project ID. Copy that number.Field Mapping Architecture
Breeze is highly unstructured compared to a CRM. Every Task essentially has a Name and a Description. By default, Flex Forms intelligently compiles every single answer the user provided into a clean, HTML-formatted list and injects it directly into the Task Description.- Task Name Mapping
- Exact Mapping Example
You can map a specific form field to act as the primary Name of the Breeze Task.The format is always:
name=flex_forms_block_namename field, Flex Forms will generate a generic task name (e.g., “New Form Submission - [Date]”).
Troubleshooting & Enterprise FAQs
API Error: 404 Project Not Found
API Error: 404 Project Not Found
The Problem: The server logs show a
404 Not Found error regarding the Project.The Solution: The Project ID you pasted into the form settings is incorrect. Ensure you extracted the numeric id of the actual Project, NOT a specific Task ID.Configuration Reference
The following advanced settings are available in the Flex Forms UI for this integration. Use this reference to understand exactly how each field impacts the API payload.Global Settings
Located in Integrations in the Flex Forms left rail.password
required
API token
From Breeze → Profile → API. Used as the Basic auth username (password is empty).
Form-Level Settings
Located on the form hub Integrations tab for a specific form.remote_select
required
Project stage
Project › stage where the new card will be created.
text
Card title
Supports merge tags.
textarea
Card description
Optional. Leave blank to send all fields as key: value lines. Supports .
select
Due date field
Optional. Value should parse as a date.
text
Due in (days)
Optional fallback when the due date field is empty — days from today.
remote_checkboxes
Invitees
Breeze project users loaded from your workspace. Selected emails are invited to the card.