Create Or Update Company Request Payload

You can create or update a Company

name
string

The name of the Company

company_id
string

The company id you have defined for the company. Can't be updated

plan
string

The name of the plan you have associated with the company.

size
integer

The number of employees in this company.

website
string

The URL for this company's website. Please note that the value specified here is not validated. Accepts any string.

industry
string

The industry that this company operates in.

object

A hash of key/value pairs containing any other data about the company you want Intercom to store.

remote_created_at
integer

The time the company was created by you.

monthly_spend
integer

How much revenue the company generates for your business. Note that this will truncate floats. i.e. it only allow for whole integers, 155.98 will be truncated to 155. Note that this has an upper limit of 2**31-1 or 2147483647..

{ "name": "Intercom", "company_id": "625e90fc55ab113b6d92175f", "plan": "Enterprise", "size": "100", "website": "https://www.example.com", "industry": "Manufacturing", "custom_attributes": { "paid_subscriber": true, "monthly_spend": 155.5, "team_mates": 9 }, "remote_created_at": 1394531169, "monthly_spend": 1000 }