Getting Started
Creating Your First Object
Set up your account and build your first CRM workflow.
Follow this guided walkthrough to create your first custom object, add fields, and create records. By the end, you'll have a working CRM structure.
Step 1: Create a Custom Object
Custom objects are the foundation of your CRM. Think of them as database tables that hold your business data.
- Navigate to Data Model in the sidebar
- Click Create Object
- Fill in the details:
- Name: Internal identifier (lowercase, no spaces, e.g.,
companies) - Label: Display name (e.g., "Companies")
- Description: Optional context for your team
- Name: Internal identifier (lowercase, no spaces, e.g.,
- Click Create Object
Example Objects
- Companies — B2B customer accounts
- Contacts — Individual people at companies
- Deals — Sales opportunities
- Projects — Client engagements
- Support Tickets — Customer issues
Step 2: Add Fields
Fields define what information you store for each record.
- Click on your object in the Data Model page
- Click Add Field
- Configure the field:
- Label: Display name (e.g., "Email Address")
- Name: Internal identifier (e.g.,
email) - Type: Choose from available field types
- Required: Make it mandatory if needed
Common Field Types
| Type | Use Case | Example |
|---|---|---|
| Text | Short text input | Company name, First name |
| Email addresses | contact@example.com | |
| Phone | Phone numbers | +1 (555) 123-4567 |
| Currency | Monetary values | $10,000.00 |
| Status Dropdown | Predefined stages | Lead status |
| Reference | Link to another record | Related company |
See Field Types for the complete reference.
Step 3: Create Records
Now that your object is defined, add some data.
Manual Record Creation
- Go to Data Model → All Records
- Select your object from the tabs
- Click Create Record
- Fill in the form fields
- Click Save
Bulk Import
For adding many records at once:
- Prepare your CSV or Excel file with column headers matching your field names
- Select your object
- Click Import → CSV Import
- Map columns to fields
- Review and confirm
Pro Tip
Use the Export feature first to generate a template with your exact field structure.
Next Steps
- Data Model — Deep dive into objects, fields, and relationships
- Automations — Set up workflows to automate tasks
- Communications — Send emails to your records
- Smart Intake — Capture leads from your website