Skip to content

Create Prospect

The Create Prospect page allows you to add a new prospect to the pipeline. The form is divided into four sections with real-time code validation and duplicate detection.

Create Prospect page

Navigate to Prospects and click the Create button, or go to /prospects/create. Requires the canCreateProspect permission.

FieldRequiredTypeDescriptionDefaultValidation
CodeYesTextUnique prospect codeMax 50 characters, real-time uniqueness check
First NameYesTextProspect first nameMax 255 characters
Last NameYesTextProspect last nameMax 255 characters
EmailYesEmailProspect email addressMax 255 characters, RFC 5322 format
PhoneNoTextPhone numberMax 20 characters

The Code field performs an async uniqueness check with a 500ms debounce. A green border indicates the code is available; a red border indicates it already exists.

A Duplicate Warning banner appears if a prospect with the same email already exists. You can dismiss it to proceed or view the existing prospect.

FieldRequiredTypeDescriptionDefault
CompanyNoTextCompany name
Job TitleNoTextJob title
RegionNoEntity selectAssigned regionFrom integration settings (webhookDefaultRegionId)
Assigned ToNoUser selectAssigned user (filtered to sales-agent / lead-qualifier roles)From integration settings (webhookDefaultAssignedTo)

Region and Assigned To fields are auto-populated from the tenant’s integration settings if defaults are configured.

FieldRequiredTypeDescriptionDefaultValidation
TagsNoTag inputTags (press Enter to add)Max 50 chars per tag, alphanumeric + -_ only
Lead ScoreNoSlider + NumberLead score0Must be between 0 and 100

Tags are entered one at a time — type a tag and press Enter to add it. Tags appear as badges and can be removed by clicking the X icon.

The lead score uses a color gradient: blue (0–39 = Cold), green (40–69 = Warm), red (70–100 = Hot).

FieldRequiredTypeDescriptionDefault
NotesNoTextareaAdditional notes

The following fields are set automatically and are not visible on the create form:

FieldValue
Source TypeMANUAL
StatusNEW
NameAuto-generated from First Name + Last Name
  • Code: Required, max 50 characters, must be unique (validated in real-time)
  • First Name: Required, max 255 characters
  • Last Name: Required, max 255 characters
  • Email: Required, max 255 characters, must be a valid email format
  • Phone: Max 20 characters
  • Company: Max 255 characters
  • Job Title: Max 100 characters
  • Lead Score: Must be between 0 and 100
  1. Fill in the required fields (Code, First Name, Last Name, Email)
  2. Wait for code validation to confirm availability
  3. Click Save to create the prospect
  4. On success, you are redirected to the Prospects List page

Click Cancel to return to the Prospects List. If you have unsaved changes, a confirmation dialog warns before discarding.