Companies
Create a CRM Company
Creates a new CRM company record.
The domain field must be unique within your workspace. To create-or-update in a single call, use PUT /crm/companies instead.
Required scope: crm:write
POST
Create a CRM company
Creates a new CRM company record.Documentation Index
Fetch the complete documentation index at: https://developer.zeeg.me/llms.txt
Use this file to discover all available pages before exploring further.
Domain uniqueness
domain must be unique within your workspace. Attempting to create a company with a domain that already exists will return an error. If you want to create-or-update in one call, use the Assert a CRM Company endpoint instead.
Social links
Pass social profile URLs as a nestedsocials object:
Authorizations
Body
application/json
Display name of the company.
Example:
"Acme Corp"
Primary domain. Must be unique within the workspace.
Example:
"acme.com"
Free-text description.
Example:
"A global provider of anvils and gadgets."
Company website URL.
Example:
"https://acme.com"
Primary location or address.
Example:
"Phoenix, AZ"
Social profile links.
Last modified on May 7, 2026