Skip to main content
POST
Create Company
Create a company workspace. Provide a website domain to queue brand processing, or set noWebsite and provide a name to start without one. Set withWelcomeSequence to create and generate the four-email welcome sequence; the optional description grounds that sequence when no website is available.
This endpoint requires a personal account key (seq_user_...). A company-scoped key (seq_live_... or a legacy ek_... key) is bound to the single company it was created for, so it is rejected with 403 - it could never access the workspace it created.
Creating another company does not create another core email subscription. Companies owned by the same account share its plan and monthly email usage. See Workspaces, Billing, and Shared Limits.

Request

string
Company website domain or URL. Required unless noWebsite is true. When you send both, Sequenzy uses the domain.
string
Company display name. If omitted, Sequenzy derives it from the domain. Website processing may later replace it with the name found on your site. Required when noWebsite is true and you send no domain.
boolean
Set to true (any other value is ignored) to create without a website. The workspace is ready at once (status: "processed") and no website processing is queued. name is required when you send no domain.
string
Optional business description, up to 500 characters, stored trimmed as product context for the welcome-sequence generator. Without a website, a non-null value that is not a string or is longer than 500 characters returns 400. With a domain, such a value is ignored, and website processing may later replace the description with the one found on your site.
boolean
Set to true to create a draft four-email welcome sequence and queue its generation. Defaults to false; any other value is treated as false. The sequence stays a draft until you turn it on. If the sequence cannot be created, the company is still created and both welcome fields are null. If only queueing fails, welcomeAutomationId is set and welcomeEnrichmentJobId is null; open the sequence in the editor to retry generation.
With a website
Without a website

Responses