linear_createCustomer
Add a customer to Linear by specifying name, employee count, revenue, and other account details.
Instructions
Create a customer
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Customer name | |
| size | No | Customer employee or seat count | |
| tierId | No | Customer tier ID | |
| domains | No | Customer email domains | |
| logoUrl | No | Customer logo URL | |
| ownerId | No | Owner user ID | |
| revenue | No | Annual customer revenue | |
| statusId | No | Customer status ID | |
| externalIds | No | External system IDs | |
| mainSourceId | No | Primary external source ID | |
| slackChannelId | No | Linked Slack channel ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| url | No | ||
| name | No | ||
| size | No | ||
| tier | No | ||
| owner | No | ||
| slugId | No | ||
| status | No | ||
| domains | No | ||
| logoUrl | No | ||
| revenue | No | ||
| createdAt | No | ||
| updatedAt | No | ||
| archivedAt | No | ||
| externalIds | No | ||
| mainSourceId | No | ||
| slackChannelId | No | ||
| approximateNeedCount | No |