Create Accounts ​
Endpoint ​
http
POST /unified/crm/accounts
Integrations supported
- Capsule
- Close
Query parameters ​
integrated_account_id
string · uuid
REQUIRED · The ID of the integrated account to use for the request.
Example:
62f44730-dd91-461e-bd6a-aedd9e0ad79d
Request Body ​
Refer Writing data using Unified APIsname
string
The account's name
Required in
- Capsule
description
string
The account's description
Supported in
- Capsule
industry
string
The account's industry
Supported in
- Capsule
website
string
The account's website
Supported in
- Capsule
number_of_employees
integer
The account's number of employees
Supported in
- Capsule
addresses
object[]
Supported in
- Capsule
street_1
string
Line 1 of the street address
street_2
string
Line 2 of the street address
city
string
The city
state
string
The state
postal_code
string
The postal code
country
string
The country
type
string
The address type
phone_numbers
object[]
Supported in
- Capsule
number
string
The phone number
type
string
The phone number type
custom_fields
object
Custom fields to be set on the account
Supported in
- Capsule
remote_data
object
Any additional data that should be passed as part of the request body. This data is not transformed by Truto and is passed as is to the remote API.
Response Body ​
id
string
REQUIRED · The account's unique identifier
Supported in
- Close
owner
string
The account's owner
Supported in
- Close
name
string
The account's name
Supported in
- Close
description
string
The account's description
Supported in
- Close
industry
string
The account's industry
Supported in
- Close
website
string
The account's website
Supported in
- Close
number_of_employees
integer
The account's number of employees
Supported in
- Close
addresses
object[]
Supported in
- Close
street_1
string
Line 1 of the street address
street_2
string
Line 2 of the street address
city
string
The city
state
string
The state
postal_code
string
The postal code
country
string
The country
type
string
The address type
phone_numbers
object[]
number
string
The phone number
type
string
The phone number type
last_activity_at
string · date-time
The date and time of the account's last activity
Supported in
- Close
updated_at
string · date-time
The date and time of the account's last update
Supported in
- Close
created_at
string · date-time
The date and time of the account's creation
Supported in
- Close
remote_data
object
Raw data returned from the remote API call.