What Are Smart Lists?
Smart Lists are organized contact databases that live inside your Parallel AI workspace. They serve as the central place to store, manage, and segment the leads your agents capture and the audiences your sequences target. You can use Smart Lists to:- Store agent-captured leads automatically when
aiContactCaptureEnabledis enabled on an agent - Segment your audience into targeted groups (e.g., trial users, enterprise prospects, churned customers)
- Drive outreach sequences by linking a list to an automated email or SMS campaign
- Import and manage contacts via the API for any custom workflow
Smart Lists are the connective tissue between your agents and your outreach. An agent captures a lead → it lands in a Smart List → a sequence picks it up and starts nurturing it.
Core Operations
Smart Lists support the full set of CRUD operations through the API.Creating a Smart List
1
Choose a name
Give your list a descriptive name that reflects its purpose (e.g., “Trial Signups Q1” or “Enterprise Prospects”).
2
Create via API
Send a
POST /api/v0/smart-lists request with your list details.3
Link to an agent or sequence
Copy the returned
id and set it as contactListId on an agent or reference it in a sequence for targeted delivery.id field — keep this handy to link the list to agents and sequences.
Linking a Smart List to an Agent
Once you have a Smart List, attach it to any agent by setting thecontactListId field. When aiContactCaptureEnabled is also true on that agent, contact information extracted from conversations will be automatically saved to your list.
Listing Smart Lists with Pagination
Use thepage and pageSize query parameters to paginate through large collections.
Managing Contacts in a List
You can add, update, and remove individual contacts within a Smart List via the Contacts sub-resource:Next Steps
Smart Lists API Reference
Full reference for list, create, update, and delete endpoints.
AI Agents
Configure agents to capture leads directly into your Smart Lists.
Sequences
Target your Smart Lists with automated email and SMS outreach.
