Upserts (creates or updates) a company in Plain. Provide either companyId (for updating an existing company by ID) or companyDomainName (for upserting by domain). Use this to create new companies, update existing company details (name, domain, contract value), or assign account…
nameRequiredstringName for the company.
companyIdstringExisting company ID to update (format: 'co_...'). Provide either companyId OR companyDomainName.
domainNameRequiredstringDomain name for the company (e.g., 'acme.com').
contractValueintegerOptional contract value in cents. Must be non-negative.
companyDomainNamestringCompany domain name for lookup/upsert (e.g., 'acme.com'). Provide either companyId OR companyDomainName.
accountOwnerUserIdstringID of the user to assign as account owner.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.