Create a new organization
Creates an organization in the system if it doesn’t already exist based on website, custom ID, or LinkedIn URL
Authorizations
Body
Request to create an organization
Custom ID provided by the user Example: 12345
Indicates if the organization is an ICP (Ideal Customer Profile) fit Example: true
Lead source of the organization Example: Web Search
Organization's LinkedIn profile URL Example: https://linkedin.com/company/openline
Organization's name Example: Openline
Relationship status of the organization Example: customer
Organization's website URL Example: https://openline.com
Response
The response structure after an organization is successfully created.
ID is the unique identifier of the created organization Example: 1234567890
Message provides additional information regarding the creation process Example: Organization created successfully
PartialSuccess indicates whether the creation process encountered partial success (e.g., when some fields failed to process) Example: false
Status indicates the status of the creation process (e.g., "success" or "partial_success") Example: success