From 85665ada3647d24c61e35e9ddd221cf806a486da Mon Sep 17 00:00:00 2001 From: Tim Wheeler <63284593+TimWheeler-SQUP@users.noreply.github.com> Date: Thu, 27 Aug 2026 20:52:20 +0100 Subject: [PATCH 1/4] Document Squared Up Autotask integration code, mark plugin as Labs Autotask now lists SquaredUp as its own integration vendor (shown as "Squared Up"), so users should select it and use its fixed API Integration Code instead of a custom one. Also aligns author metadata with other SquaredUp-maintained plugins. Co-Authored-By: Claude Sonnet 5 --- plugins/AutoTask/v1/docs/README.md | 4 ++-- plugins/AutoTask/v1/metadata.json | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/plugins/AutoTask/v1/docs/README.md b/plugins/AutoTask/v1/docs/README.md index b499941a..a3ad0db3 100644 --- a/plugins/AutoTask/v1/docs/README.md +++ b/plugins/AutoTask/v1/docs/README.md @@ -9,7 +9,7 @@ You will need an Autotask account with admin access to create an API User. API U 3. Complete the required fields in the **General** section, including **Email Address**. This address is only used to notify you if the integration has a problem, and it is **not** the API Username 4. Set **Security Level** to an API User (API-only) level with read access to the entities you want to monitor 5. In the **Credentials** section, click **Generate Key** to create the **Username (Key)**, and **Generate Secret** to create the **Password (Secret)**. Let Autotask generate both rather than typing your own, so they are formatted correctly -6. In the **API Tracking Identifier** section, select your **Integration Vendor**, or choose **Custom (Internal Integration)** to generate an identifier. This value is the **API Integration Code** +6. In the **API Tracking Identifier** section, select **Squared Up** as your **Integration Vendor** (it's listed with a space, not as "SquaredUp"). Its **API Integration Code** is `FWAABGUO7E7BBHD3PQMLWCGLGY` — enter this value when configuring the plugin 7. Save the record, then copy the Username (Key), Password (Secret) and tracking identifier somewhere safe. The secret cannot be retrieved again after you leave the page The API User must have sufficient security permissions to read the entities you want to monitor (Companies, Tickets, Contracts, Projects, Resources, and Survey Results). @@ -38,5 +38,5 @@ Enter the full base including `https://`. |---|---| | **Zone URL** | Derived from your Autotask login URL. See above | | **API Username** | API User record > Credentials > **Username (Key)** | -| **API Integration Code** | API User record > **API Tracking Identifier** | +| **API Integration Code** | The **Squared Up** Integration Vendor code is `FWAABGUO7E7BBHD3PQMLWCGLGY` | | **API Secret** | API User record > Credentials > **Password (Secret)** | diff --git a/plugins/AutoTask/v1/metadata.json b/plugins/AutoTask/v1/metadata.json index 6c46df7f..943dd2ae 100644 --- a/plugins/AutoTask/v1/metadata.json +++ b/plugins/AutoTask/v1/metadata.json @@ -1,10 +1,10 @@ { "name": "autotask", "displayName": "Autotask", - "version": "1.0.5", + "version": "1.0.6", "author": { - "name": "@TimWheeler-SQUP", - "type": "community" + "name": "SquaredUp Labs", + "type": "labs" }, "description": "Monitor tickets, contracts, projects, resources, and company data from Datto Autotask PSA.", "category": "Service Management", From 6e9169f1ca90718e01c3383e512c8add9ba33687 Mon Sep 17 00:00:00 2001 From: Tim Wheeler Date: Tue, 1 Sep 2026 17:10:55 +0100 Subject: [PATCH 2/4] Fix Autotask review findings and bump to 1.0.6 Corrects broken sourceId case-mismatches and a field-name typo in the tickets stream, reformats the README to open with an overview paragraph instead of an H1, adds mandatory tags/descriptions to the hidden contacts/contracts/projects/resources streams, fixes missing spaces in custom_types.json display names, and normalises "AutoTask" to the official "Autotask" spelling throughout. Co-Authored-By: Claude Sonnet 5 --- plugins/AutoTask/v1/cspell.json | 2 +- plugins/AutoTask/v1/custom_types.json | 12 ++++++------ plugins/AutoTask/v1/dataStreams/companies.json | 2 +- plugins/AutoTask/v1/dataStreams/contacts.json | 2 ++ plugins/AutoTask/v1/dataStreams/contracts.json | 2 ++ plugins/AutoTask/v1/dataStreams/projects.json | 2 ++ plugins/AutoTask/v1/dataStreams/resources.json | 2 ++ .../AutoTask/v1/dataStreams/ticketPriorities.json | 2 +- plugins/AutoTask/v1/dataStreams/ticketStatuses.json | 2 +- plugins/AutoTask/v1/dataStreams/tickets.json | 8 ++++---- plugins/AutoTask/v1/docs/README.md | 4 +++- 11 files changed, 25 insertions(+), 15 deletions(-) diff --git a/plugins/AutoTask/v1/cspell.json b/plugins/AutoTask/v1/cspell.json index d0e25046..c5510aa9 100644 --- a/plugins/AutoTask/v1/cspell.json +++ b/plugins/AutoTask/v1/cspell.json @@ -1,6 +1,6 @@ { "words": [ - "AutoTask", + "Autotask", "Datto", "itsm" ] diff --git a/plugins/AutoTask/v1/custom_types.json b/plugins/AutoTask/v1/custom_types.json index e95f4539..813a238b 100644 --- a/plugins/AutoTask/v1/custom_types.json +++ b/plugins/AutoTask/v1/custom_types.json @@ -7,42 +7,42 @@ "plural": "Companies" }, { - "name": "AutotaskContact", + "name": "Autotask Contact", "sourceType": "autotask-contact", "icon": "user", "singular": "Contact", "plural": "Contacts" }, { - "name": "AutotaskProject", + "name": "Autotask Project", "sourceType": "autotask-project", "icon": "folder-kanban", "singular": "Project", "plural": "Projects" }, { - "name": "AutotaskResource", + "name": "Autotask Resource", "sourceType": "autotask-resource", "icon": "hard-hat", "singular": "Resource", "plural": "Resources" }, { - "name": "AutotaskContract", + "name": "Autotask Contract", "sourceType": "autotask-contract", "icon": "file-text", "singular": "Contract", "plural": "Contracts" }, { - "name": "AutotaskTicketStatus", + "name": "Autotask Ticket Status", "sourceType": "autotask-ticket-status", "icon": "circle-dot", "singular": "Ticket Status", "plural": "Ticket Statuses" }, { - "name": "AutotaskTicketPriority", + "name": "Autotask Ticket Priority", "sourceType": "autotask-ticket-priority", "icon": "arrow-up-circle", "singular": "Ticket Priority", diff --git a/plugins/AutoTask/v1/dataStreams/companies.json b/plugins/AutoTask/v1/dataStreams/companies.json index 1eccdff3..e4505410 100644 --- a/plugins/AutoTask/v1/dataStreams/companies.json +++ b/plugins/AutoTask/v1/dataStreams/companies.json @@ -1,7 +1,7 @@ { "name": "companies", "displayName": "Companies", - "description": "All active companies in AutoTask", + "description": "All active companies in Autotask", "tags": ["Companies"], "baseDataSourceName": "httpRequestUnscoped", "timeframes": false, diff --git a/plugins/AutoTask/v1/dataStreams/contacts.json b/plugins/AutoTask/v1/dataStreams/contacts.json index 466f2ea2..5a45ab5f 100644 --- a/plugins/AutoTask/v1/dataStreams/contacts.json +++ b/plugins/AutoTask/v1/dataStreams/contacts.json @@ -1,6 +1,8 @@ { "name": "contacts", "displayName": "Contacts", + "description": "All active contacts in Autotask", + "tags": ["Contacts"], "baseDataSourceName": "httpRequestUnscoped", "visibility": { "type": "hidden" }, "timeframes": false, diff --git a/plugins/AutoTask/v1/dataStreams/contracts.json b/plugins/AutoTask/v1/dataStreams/contracts.json index fe9ad48b..c6d96ac8 100644 --- a/plugins/AutoTask/v1/dataStreams/contracts.json +++ b/plugins/AutoTask/v1/dataStreams/contracts.json @@ -1,6 +1,8 @@ { "name": "contracts", "displayName": "Contracts", + "description": "All contracts in Autotask", + "tags": ["Contracts"], "baseDataSourceName": "httpRequestUnscoped", "visibility": { "type": "hidden" }, "timeframes": false, diff --git a/plugins/AutoTask/v1/dataStreams/projects.json b/plugins/AutoTask/v1/dataStreams/projects.json index cfe895f2..5a3c6017 100644 --- a/plugins/AutoTask/v1/dataStreams/projects.json +++ b/plugins/AutoTask/v1/dataStreams/projects.json @@ -1,6 +1,8 @@ { "name": "projects", "displayName": "Projects", + "description": "All projects in Autotask", + "tags": ["Projects"], "baseDataSourceName": "httpRequestUnscoped", "visibility": { "type": "hidden" }, "timeframes": false, diff --git a/plugins/AutoTask/v1/dataStreams/resources.json b/plugins/AutoTask/v1/dataStreams/resources.json index 3a07fceb..42faa98b 100644 --- a/plugins/AutoTask/v1/dataStreams/resources.json +++ b/plugins/AutoTask/v1/dataStreams/resources.json @@ -1,6 +1,8 @@ { "name": "resources", "displayName": "Resources", + "description": "All active resources in Autotask", + "tags": ["Resources"], "baseDataSourceName": "httpRequestUnscoped", "visibility": { "type": "hidden" }, "timeframes": false, diff --git a/plugins/AutoTask/v1/dataStreams/ticketPriorities.json b/plugins/AutoTask/v1/dataStreams/ticketPriorities.json index f4e3ef70..b6e44373 100644 --- a/plugins/AutoTask/v1/dataStreams/ticketPriorities.json +++ b/plugins/AutoTask/v1/dataStreams/ticketPriorities.json @@ -1,7 +1,7 @@ { "name": "ticketPriorities", "displayName": "Ticket Priorities", - "description": "All ticket priorities from AutoTask", + "description": "All ticket priorities from Autotask", "tags": ["Tickets"], "baseDataSourceName": "httpRequestUnscoped", "visibility": { "type": "hidden" }, diff --git a/plugins/AutoTask/v1/dataStreams/ticketStatuses.json b/plugins/AutoTask/v1/dataStreams/ticketStatuses.json index ed2944e0..ac1a5878 100644 --- a/plugins/AutoTask/v1/dataStreams/ticketStatuses.json +++ b/plugins/AutoTask/v1/dataStreams/ticketStatuses.json @@ -1,7 +1,7 @@ { "name": "ticketStatuses", "displayName": "Ticket Statuses", - "description": "All active ticket statuses from AutoTask, including custom statuses", + "description": "All active ticket statuses from Autotask, including custom statuses", "tags": ["Tickets"], "baseDataSourceName": "httpRequestUnscoped", "visibility": { "type": "hidden" }, diff --git a/plugins/AutoTask/v1/dataStreams/tickets.json b/plugins/AutoTask/v1/dataStreams/tickets.json index 7fbcc2df..e0cf58cb 100644 --- a/plugins/AutoTask/v1/dataStreams/tickets.json +++ b/plugins/AutoTask/v1/dataStreams/tickets.json @@ -65,14 +65,14 @@ { "name": "assignedResourceName", "displayName": "Assigned Resource", "sourceId": "assignedResourceID", "objectPropertyPath": "name" }, { "name": "completedByResourceID", "sourceType": "autotask-resource", "shape": "string", "visible": false }, { "name": "completedByResourceName", "displayName": "Completed By", "sourceId": "completedByResourceID", "objectPropertyPath": "name" }, - { "name": "firstresponeassignedresourceID", "displayName": "First Response Assigned Resource ID", "sourceType": "autotask-resource", "shape": "string", "visible": false }, - { "name": "firstResponseAssignedResourceName", "displayName": "First Response Resource", "sourceId": "firstresponeassignedresourceID", "objectPropertyPath": "name" }, + { "name": "firstResponseAssignedResourceID", "displayName": "First Response Assigned Resource ID", "sourceType": "autotask-resource", "shape": "string", "visible": false }, + { "name": "firstResponseAssignedResourceName", "displayName": "First Response Resource", "sourceId": "firstResponseAssignedResourceID", "objectPropertyPath": "name" }, { "name": "lastActivityResourceID", "sourceType": "autotask-resource", "shape": "string", "visible": false }, - { "name": "lastActivityResourceName", "displayName": "Last Activity Resource", "sourceId": "LastActivityResourceID", "objectPropertyPath": "name" }, + { "name": "lastActivityResourceName", "displayName": "Last Activity Resource", "sourceId": "lastActivityResourceID", "objectPropertyPath": "name" }, { "name": "issueType", "displayName": "Issue Type" }, { "name": "resolution", "displayName": "Resolution" }, { "name": "creatorResourceID", "sourceType": "autotask-resource", "shape": "string", "visible": false }, - { "name": "creatorResourceName", "displayName": "Creator", "sourceId": "CreatorResourceID", "objectPropertyPath": "name" }, + { "name": "creatorResourceName", "displayName": "Creator", "sourceId": "creatorResourceID", "objectPropertyPath": "name" }, { "name": "lastActivityDate", "displayName": "Last Activity Date", "shape": ["date", { "timeZone": "Etc/UTC" }] }, { "name": "dueDateTime", "displayName": "Due Date", "shape": ["date", { "timeZone": "Etc/UTC" }] }, { "name": "apiVendorID", "displayName": "API Vendor ID", "shape": "string", "visible": false }, diff --git a/plugins/AutoTask/v1/docs/README.md b/plugins/AutoTask/v1/docs/README.md index a3ad0db3..7088087a 100644 --- a/plugins/AutoTask/v1/docs/README.md +++ b/plugins/AutoTask/v1/docs/README.md @@ -1,4 +1,6 @@ -# Before you start +Connect to Datto Autotask PSA to monitor tickets, contracts, projects, resources, and company data. + +## Before you start You will need an Autotask account with admin access to create an API User. API Users are a dedicated account type in Autotask used for system integrations. They are separate from regular user accounts and cannot log in to the Autotask UI. From 4d0ad70835065fff659c37958e760d5c514016ab Mon Sep 17 00:00:00 2001 From: Tim Wheeler Date: Wed, 2 Sep 2026 13:19:09 +0100 Subject: [PATCH 3/4] Remove unnecessary note about 'SquaredUp' spacing --- plugins/AutoTask/v1/docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/AutoTask/v1/docs/README.md b/plugins/AutoTask/v1/docs/README.md index 7088087a..f58df462 100644 --- a/plugins/AutoTask/v1/docs/README.md +++ b/plugins/AutoTask/v1/docs/README.md @@ -11,7 +11,7 @@ You will need an Autotask account with admin access to create an API User. API U 3. Complete the required fields in the **General** section, including **Email Address**. This address is only used to notify you if the integration has a problem, and it is **not** the API Username 4. Set **Security Level** to an API User (API-only) level with read access to the entities you want to monitor 5. In the **Credentials** section, click **Generate Key** to create the **Username (Key)**, and **Generate Secret** to create the **Password (Secret)**. Let Autotask generate both rather than typing your own, so they are formatted correctly -6. In the **API Tracking Identifier** section, select **Squared Up** as your **Integration Vendor** (it's listed with a space, not as "SquaredUp"). Its **API Integration Code** is `FWAABGUO7E7BBHD3PQMLWCGLGY` — enter this value when configuring the plugin +6. In the **API Tracking Identifier** section, select **Squared Up** as your **Integration Vendor**. Its **API Integration Code** is `FWAABGUO7E7BBHD3PQMLWCGLGY` — enter this value when configuring the plugin 7. Save the record, then copy the Username (Key), Password (Secret) and tracking identifier somewhere safe. The secret cannot be retrieved again after you leave the page The API User must have sufficient security permissions to read the entities you want to monitor (Companies, Tickets, Contracts, Projects, Resources, and Survey Results). From d45dc2b8f620401af1ae9b5b1c6a42a335b21758 Mon Sep 17 00:00:00 2001 From: Tim Wheeler <63284593+TimWheeler-SQUP@users.noreply.github.com> Date: Mon, 7 Sep 2026 17:37:15 +0100 Subject: [PATCH 4/4] Address further Autotask review comments - Sentence-case setup form labels (API username, API integration code, API secret) - Guard tickets.js against context.objects being undefined, which could crash the script and surface as an API error instead of No Data on some Company selections - Remove data stream tags: they were one-off values used nowhere else in the plugin repo - Add drilldown links on the Company column in the Companies, Contract Status, and Tickets data streams Co-Authored-By: Claude Sonnet 5 --- plugins/AutoTask/v1/dataStreams/companies.json | 3 ++- plugins/AutoTask/v1/dataStreams/contacts.json | 1 - plugins/AutoTask/v1/dataStreams/contractStatus.json | 2 +- plugins/AutoTask/v1/dataStreams/contracts.json | 1 - plugins/AutoTask/v1/dataStreams/financialHealth.json | 1 - plugins/AutoTask/v1/dataStreams/projectStatus.json | 1 - plugins/AutoTask/v1/dataStreams/projects.json | 1 - plugins/AutoTask/v1/dataStreams/resourceUtilisation.json | 1 - plugins/AutoTask/v1/dataStreams/resources.json | 1 - plugins/AutoTask/v1/dataStreams/scripts/tickets.js | 2 +- plugins/AutoTask/v1/dataStreams/surveyResults.json | 1 - plugins/AutoTask/v1/dataStreams/ticketPriorities.json | 1 - plugins/AutoTask/v1/dataStreams/ticketStatuses.json | 1 - plugins/AutoTask/v1/dataStreams/tickets.json | 2 +- plugins/AutoTask/v1/ui.json | 6 +++--- 15 files changed, 8 insertions(+), 17 deletions(-) diff --git a/plugins/AutoTask/v1/dataStreams/companies.json b/plugins/AutoTask/v1/dataStreams/companies.json index e4505410..0843b2dd 100644 --- a/plugins/AutoTask/v1/dataStreams/companies.json +++ b/plugins/AutoTask/v1/dataStreams/companies.json @@ -2,7 +2,6 @@ "name": "companies", "displayName": "Companies", "description": "All active companies in Autotask", - "tags": ["Companies"], "baseDataSourceName": "httpRequestUnscoped", "timeframes": false, "config": { @@ -20,7 +19,9 @@ } }, "metadata": [ + { "name": "id", "displayName": "ID", "sourceType": "autotask-company", "shape": "string", "visible": false }, { "name": "companyName", "displayName": "Company Name" }, + { "sourceId": "id", "sourceType": "autotask-company", "name": "companyName" }, { "name": "isActive", "displayName": "Is Active" }, { "name": "phone", "displayName": "Phone" }, { "name": "address1", "displayName": "Address" }, diff --git a/plugins/AutoTask/v1/dataStreams/contacts.json b/plugins/AutoTask/v1/dataStreams/contacts.json index 5a45ab5f..118d78de 100644 --- a/plugins/AutoTask/v1/dataStreams/contacts.json +++ b/plugins/AutoTask/v1/dataStreams/contacts.json @@ -2,7 +2,6 @@ "name": "contacts", "displayName": "Contacts", "description": "All active contacts in Autotask", - "tags": ["Contacts"], "baseDataSourceName": "httpRequestUnscoped", "visibility": { "type": "hidden" }, "timeframes": false, diff --git a/plugins/AutoTask/v1/dataStreams/contractStatus.json b/plugins/AutoTask/v1/dataStreams/contractStatus.json index c652a392..42cbf264 100644 --- a/plugins/AutoTask/v1/dataStreams/contractStatus.json +++ b/plugins/AutoTask/v1/dataStreams/contractStatus.json @@ -2,7 +2,6 @@ "name": "contractStatus", "displayName": "Contract Status", "description": "Status and key dates for contracts belonging to the selected company", - "tags": ["Contracts"], "baseDataSourceName": "httpRequestScopedSingle", "timeframes": false, "matches": { @@ -28,6 +27,7 @@ { "name": "contractName", "displayName": "Contract Name" }, { "name": "companyID", "displayName": "Company ID", "sourceType": "autotask-company", "shape": "string", "visible": false }, { "name": "companyName", "displayName": "Company", "sourceId": "companyID", "objectPropertyPath": "name" }, + { "sourceId": "companyID", "sourceType": "autotask-company", "name": "companyName" }, { "name": "contractTypeName", "displayName": "Contract Type", diff --git a/plugins/AutoTask/v1/dataStreams/contracts.json b/plugins/AutoTask/v1/dataStreams/contracts.json index c6d96ac8..e3b94322 100644 --- a/plugins/AutoTask/v1/dataStreams/contracts.json +++ b/plugins/AutoTask/v1/dataStreams/contracts.json @@ -2,7 +2,6 @@ "name": "contracts", "displayName": "Contracts", "description": "All contracts in Autotask", - "tags": ["Contracts"], "baseDataSourceName": "httpRequestUnscoped", "visibility": { "type": "hidden" }, "timeframes": false, diff --git a/plugins/AutoTask/v1/dataStreams/financialHealth.json b/plugins/AutoTask/v1/dataStreams/financialHealth.json index 83f9bc86..884f47bf 100644 --- a/plugins/AutoTask/v1/dataStreams/financialHealth.json +++ b/plugins/AutoTask/v1/dataStreams/financialHealth.json @@ -2,7 +2,6 @@ "name": "financialHealth", "displayName": "Financial Health", "description": "Estimated revenue, cost, and hours across all contracts", - "tags": ["Finance"], "baseDataSourceName": "httpRequestUnscoped", "timeframes": false, "config": { diff --git a/plugins/AutoTask/v1/dataStreams/projectStatus.json b/plugins/AutoTask/v1/dataStreams/projectStatus.json index 78a21394..7114cb68 100644 --- a/plugins/AutoTask/v1/dataStreams/projectStatus.json +++ b/plugins/AutoTask/v1/dataStreams/projectStatus.json @@ -2,7 +2,6 @@ "name": "projectStatus", "displayName": "Project Status", "description": "Status, progress, and schedule for all projects", - "tags": ["Projects"], "baseDataSourceName": "httpRequestUnscoped", "timeframes": false, "config": { diff --git a/plugins/AutoTask/v1/dataStreams/projects.json b/plugins/AutoTask/v1/dataStreams/projects.json index 5a3c6017..a97e5e37 100644 --- a/plugins/AutoTask/v1/dataStreams/projects.json +++ b/plugins/AutoTask/v1/dataStreams/projects.json @@ -2,7 +2,6 @@ "name": "projects", "displayName": "Projects", "description": "All projects in Autotask", - "tags": ["Projects"], "baseDataSourceName": "httpRequestUnscoped", "visibility": { "type": "hidden" }, "timeframes": false, diff --git a/plugins/AutoTask/v1/dataStreams/resourceUtilisation.json b/plugins/AutoTask/v1/dataStreams/resourceUtilisation.json index 423db20d..e5173a52 100644 --- a/plugins/AutoTask/v1/dataStreams/resourceUtilisation.json +++ b/plugins/AutoTask/v1/dataStreams/resourceUtilisation.json @@ -2,7 +2,6 @@ "name": "resourceUtilisation", "displayName": "Resource Utilization", "description": "Time entries logged by resources within the selected timeframe", - "tags": ["Resources"], "baseDataSourceName": "httpRequestUnscoped", "timeframes": true, "config": { diff --git a/plugins/AutoTask/v1/dataStreams/resources.json b/plugins/AutoTask/v1/dataStreams/resources.json index 42faa98b..35bc006f 100644 --- a/plugins/AutoTask/v1/dataStreams/resources.json +++ b/plugins/AutoTask/v1/dataStreams/resources.json @@ -2,7 +2,6 @@ "name": "resources", "displayName": "Resources", "description": "All active resources in Autotask", - "tags": ["Resources"], "baseDataSourceName": "httpRequestUnscoped", "visibility": { "type": "hidden" }, "timeframes": false, diff --git a/plugins/AutoTask/v1/dataStreams/scripts/tickets.js b/plugins/AutoTask/v1/dataStreams/scripts/tickets.js index 783cbb8f..5652edd5 100644 --- a/plugins/AutoTask/v1/dataStreams/scripts/tickets.js +++ b/plugins/AutoTask/v1/dataStreams/scripts/tickets.js @@ -1,2 +1,2 @@ -const selectedIds = new Set(context.objects.map(o => String(o.companyId))); +const selectedIds = new Set((context.objects ?? []).map(o => String(o.companyId))); result = (data.items ?? []).filter(ticket => selectedIds.has(String(ticket.companyID))); diff --git a/plugins/AutoTask/v1/dataStreams/surveyResults.json b/plugins/AutoTask/v1/dataStreams/surveyResults.json index 16aa655f..5cbb9a5c 100644 --- a/plugins/AutoTask/v1/dataStreams/surveyResults.json +++ b/plugins/AutoTask/v1/dataStreams/surveyResults.json @@ -2,7 +2,6 @@ "name": "surveyResults", "displayName": "Survey Results", "description": "Survey results submitted within the selected timeframe", - "tags": ["Surveys"], "baseDataSourceName": "httpRequestUnscoped", "timeframes": true, "config": { diff --git a/plugins/AutoTask/v1/dataStreams/ticketPriorities.json b/plugins/AutoTask/v1/dataStreams/ticketPriorities.json index b6e44373..9567810a 100644 --- a/plugins/AutoTask/v1/dataStreams/ticketPriorities.json +++ b/plugins/AutoTask/v1/dataStreams/ticketPriorities.json @@ -2,7 +2,6 @@ "name": "ticketPriorities", "displayName": "Ticket Priorities", "description": "All ticket priorities from Autotask", - "tags": ["Tickets"], "baseDataSourceName": "httpRequestUnscoped", "visibility": { "type": "hidden" }, "timeframes": false, diff --git a/plugins/AutoTask/v1/dataStreams/ticketStatuses.json b/plugins/AutoTask/v1/dataStreams/ticketStatuses.json index ac1a5878..72529f91 100644 --- a/plugins/AutoTask/v1/dataStreams/ticketStatuses.json +++ b/plugins/AutoTask/v1/dataStreams/ticketStatuses.json @@ -2,7 +2,6 @@ "name": "ticketStatuses", "displayName": "Ticket Statuses", "description": "All active ticket statuses from Autotask, including custom statuses", - "tags": ["Tickets"], "baseDataSourceName": "httpRequestUnscoped", "visibility": { "type": "hidden" }, "timeframes": false, diff --git a/plugins/AutoTask/v1/dataStreams/tickets.json b/plugins/AutoTask/v1/dataStreams/tickets.json index e0cf58cb..1be81ea8 100644 --- a/plugins/AutoTask/v1/dataStreams/tickets.json +++ b/plugins/AutoTask/v1/dataStreams/tickets.json @@ -2,7 +2,6 @@ "name": "tickets", "displayName": "Tickets", "description": "Tickets with last activity within the selected timeframe", - "tags": ["Tickets"], "baseDataSourceName": "httpRequestScoped", "timeframes": true, "matches": { @@ -57,6 +56,7 @@ { "name": "priority", "displayName": "Priority (Raw)", "sourceType": "autotask-ticket-priority", "shape": "string", "visible": false }, { "name": "companyID", "sourceType": "autotask-company", "shape": "string", "visible": false }, { "name": "companyName", "displayName": "Company", "sourceId": "companyID", "objectPropertyPath": "name" }, + { "sourceId": "companyID", "sourceType": "autotask-company", "name": "companyName" }, { "name": "contactID", "sourceType": "autotask-contact", "shape": "string", "visible": false }, { "name": "contactName", "displayName": "Contact", "sourceId": "contactID", "objectPropertyPath": "name" }, { "name": "contractID", "sourceType": "autotask-contract", "shape": "string", "visible": false }, diff --git a/plugins/AutoTask/v1/ui.json b/plugins/AutoTask/v1/ui.json index 04eefe5d..dcac6e9f 100644 --- a/plugins/AutoTask/v1/ui.json +++ b/plugins/AutoTask/v1/ui.json @@ -13,7 +13,7 @@ { "type": "text", "name": "userName", - "label": "API Username", + "label": "API username", "placeholder": "A1B2C3D4E5F6@yourdomain.com", "help": "On the Autotask API User record, this is **Credentials > Username (Key)**, created with the **Generate Key** button. It is not the **Email Address** field on the General section, even though the Username is formatted like an email address.", "validation": { @@ -23,7 +23,7 @@ { "type": "password", "name": "integrationCode", - "label": "API Integration Code", + "label": "API integration code", "help": "On the Autotask API User record, this is the identifier under **API Tracking Identifier**. Select an Integration Vendor, or choose **Custom (Internal Integration)** to generate one.", "validation": { "required": true @@ -32,7 +32,7 @@ { "type": "password", "name": "secret", - "label": "API Secret", + "label": "API secret", "help": "On the Autotask API User record, this is **Credentials > Password (Secret)**, created with the **Generate Secret** button.", "validation": { "required": true