POST
/
crm
/
companies

Authorizations

x-api-key
string
headerrequired

Headers

x-connection-token
string
required

The connection token

Query Parameters

remote_data
boolean

Set to true to include data from the original CRM software.

Body

application/json
name
string | null
required

The name of the company

industry
string | null

The industry of the company. Authorized values can be found in the Industry enum.

number_of_employees
number | null

The number of employees of the company

user_id
string | null

The UUID of the user who owns the company

email_addresses
object[] | null

The email addresses of the company

addresses
object[] | null

The addresses of the company

phone_numbers
object[] | null

The phone numbers of the company

field_mappings
object | null

The custom field mappings of the company between the remote 3rd party & Panora

Response

201 - application/json
name
string | null
required

The name of the company

industry
string | null

The industry of the company. Authorized values can be found in the Industry enum.

number_of_employees
number | null

The number of employees of the company

user_id
string | null

The UUID of the user who owns the company

email_addresses
object[] | null

The email addresses of the company

addresses
object[] | null

The addresses of the company

phone_numbers
object[] | null

The phone numbers of the company

field_mappings
object | null

The custom field mappings of the company between the remote 3rd party & Panora

id
string | null

The UUID of the company

remote_id
string | null

The id of the company in the context of the Crm 3rd Party

remote_data
object | null

The remote data of the company in the context of the Crm 3rd Party

created_at
object | null

The created date of the object

modified_at
object | null

The modified date of the object