What is a Competitor?
A Competitor is a structured profile of a vendor or solution that your prospects evaluate alongside your product. It captures more than a name — it stores their strengths, weaknesses, why you win against them, why you lose, and specific differentiation points that agents use to generate competitive messaging. When a Sequence Agent writes an outbound email to a prospect evaluating a known competitor, it reads the Competitor entity to weave in targeted differentiation — emphasizing your strengths where the competitor is weak, and proactively addressing areas where they have an edge.What a Competitor contains
| Field | Purpose |
|---|---|
| Name | Competitor name |
| Description | What they do and who they serve |
| Strengths | What they do well |
| Weaknesses | Where they fall short |
| Win reasons | Why you beat them in deals |
| Loss reasons | Why you lose to them |
| Differentiation points | Specific areas where you’re distinct |
| Primary URL | Their website |
How Competitors connect to other entities
- Offerings — which of your products or services compete with this vendor
- Playbooks — playbooks that include competitive positioning against this vendor
- Findings (via analytics) — call transcripts and emails where this competitor was mentioned
Managing Competitors via API
GET /api/v2/competitor/list— list all competitorsGET /api/v2/competitor/{id}— get a specific competitorPOST /api/v2/competitor/create— create a new competitorPOST /api/v2/competitor/generate— AI-generate competitor profiles from market researchPUT /api/v2/competitor/update— update an existing competitorDELETE /api/v2/competitor/delete— remove a competitor