Preview

ImportCompanyResult is in Preview status and is subject to change without notice. For more information about Preview status, see the GraphQL API policy.

ImportCompanyResult

Result for a single company import

This page contains

    Fields

    psaCompanyId: Int!

    PSA company ID that was processed

    account: CreatedAccount PREVIEW

    Created AppDirect account details (null if failed)

    psaCompanyDetails: PsaCompanyFullDetails PREVIEW

    PSA company details that were used

    userErrors: [ImportCompanyFromPsaError!] PREVIEW

    Error details if this company failed

    Mutations for ImportCompanyResult

    importCompanyFromPsa PREVIEW

    Import a company from PSA (ConnectWise) to AppDirect. This simplified flow:

    1. Fetches company details from ConnectWise using the company ID
    2. Creates the company in AppDirect using the createAccount API