createCompany
Create a new company in AppDirect from ConnectWise company data. This mutation:
- Creates the company in AppDirect using the createAccount GraphQL API
- Creates the company mapping in PSA-SYNC linking AppDirect and ConnectWise companies
This page contains
Arguments
| input CreateCompanyInput! PREVIEW |
Return Fields
| account CreatedAccount PREVIEW | Created AppDirect account details |
| companyMapping PsaCompanyMapping PREVIEW | Company mapping linking AppDirect and ConnectWise |
| userErrors [CreateCompanyError!] PREVIEW | Error details while creating company |
Interactive example
This is an example mutation query. Use the embedded interactive tool below to edit the query.
Hint: use Ctrl + Space for autocompleting fields.