CompanyDetails
AppDirect company details
This page contains
Fields
| uuid: ID! | Company UUID |
| name: String | Company name |
| email: String | Primary contact email |
| firstName: String | Primary contact first name |
| lastName: String | Primary contact last name |
| website: String | Company website |
| phone: String | Primary contact phone |
| address: CompanyAddress PREVIEW | Company address |
| status: String | Company status |
| createdOn: String | Created date |
| lastModified: String | Last modified date |
Queries for CompanyDetails
| companyDetailsByNames PREVIEW | Fetch AppDirect company details by company name(s) Finds companies in database that match the names but are not mapped to any PSA systems, then fetches detailed information for each unmapped company. Supports both single company (["Company Name"]) and multiple companies (["A", "B", "C"]). |