A company record represents an organization in your CRM. Every contact in Talkturo belongs to a company, so company records are the backbone of account-based calling — they let you see all the people at a given organization, track engagement at the account level, and pass company context into your AI assistant’s prompts. You should create company records before adding contacts.Documentation Index
Fetch the complete documentation index at: https://docs.talkturo.ai/llms.txt
Use this file to discover all available pages before exploring further.
What a company record contains
Identity
Company name, industry, company size, website, and phone number.
Address
Address lines, city, state/province, postal code, and country (2-letter ISO code).
Linked contacts
A count of all contacts associated with this company. Click through to see the full list.
Custom fields
Flexible additional fields your team defines, or that the AI info extractor creates automatically.
Create a company
Fill in the company details
Company name is the only required field. You can also provide:
- Industry and company size
- Website and phone number
- Full mailing address
- Any active custom fields for your account
- Internal notes
Link contacts to a company
When you add a contact manually, you select the company from a dropdown. The contact is then associated with that company record for its lifetime. You can also update a contact’s company association later by editing the contact. When you import contacts from CSV, include acompany_name column. Talkturo matches existing companies by name or creates new ones automatically if the Automatically create companies option is enabled during import.
Each contact belongs to exactly one company. If you need to move a contact to a different company, edit the contact and select the new company.
Edit a company
Click any company row in the companies table to open the detail panel. From there you can update any field, including custom fields, and save your changes. The panel also shows the total number of contacts linked to this company.Filter and search companies
Use the search bar at the top of the Companies page to find companies by name. Use the Industry dropdown to filter by sector. Clear filters with the reset button to return to the full list.Use company data in assistant prompts
You can reference company fields in your AI assistant’s system prompt using template variables. For example:API reference
Use the REST API to create and list companies programmatically. All requests require a bearer token.Create a company
teamId, name
List companies
| Parameter | Type | Description |
|---|---|---|
teamId | string | Your team identifier. |
accountSlug | string | Alternative to teamId. |
search | string | Search by company name. |
industry | string | Filter by industry value. |
limit | integer | Records per page. Default: 50. |
offset | integer | Pagination offset. Default: 0. |
contact_count field showing the number of linked contacts.
Related pages
- Manage contacts in Talkturo CRM — Add and manage the individual people who belong to your company records.
- AI info extraction from call transcripts — Automatically update company custom fields from call conversations.