Actions389
- Contract Actions
- Ticket History Actions
- Ticket Note Webhook Actions
- Ticket Note Actions
- Ticket Webhook Actions
- Time Entry Actions
- Resource Actions
- Role Actions
- Resource Role Actions
- Search Filter Actions
- Service Actions
- Skill Actions
- Service Call Actions
- Survey Results Actions
- Survey Actions
- Ticket Actions
- Opportunity Actions
- Notification History Actions
- Invoice Actions
- Product Actions
- Product Vendor Actions
- Project Actions
- Project Charge Actions
- Project Phase Actions
- Project Task Actions
- Project Note Actions
- Contract Retainer Actions
- Contract Service Actions
- Contract Service Adjustment Actions
- Contract Service Bundle Actions
- Contract Service Bundle Unit Actions
- Contract Service Bundle Adjustment Actions
- Contract Ticket Purchase Actions
- Contract Service Unit Actions
- Domain Registrar Actions
- Holiday Actions
- Holiday Set Actions
- Contract Exclusion Billing Code Actions
- Contract Rate Actions
- Contract Exclusion Role Actions
- Contract Exclusion Sets Actions
- Contract Exclusion Set Excluded Role Actions
- Contract Exclusion Set Excluded Work Type Actions
- Contract Milestone Actions
- Contract Note Actions
- Contract Role Costs Actions
- Contact Groups Actions
- Contact Actions
- Contact Webhook Actions
- Contact Group Contacts Actions
- Contract Block Hour Factor Actions
- Contract Block Actions
- Contract Billing Rule Actions
- Contract Charge Actions
- Configuration Item Category Actions
- Configuration Item Category UDF Association Actions
- Configuration Item DNS Record Actions
- Configuration Item Note Actions
- Configuration Item Related Item Actions
- Configuration Item SSL Subject Alternative Name Actions
- Configuration Item Type Actions
- Configuration Item Webhook Actions
- Company Alert Actions
- Company Actions
- Billing Code Actions
- Company Location Actions
- Company Note Actions
- Company Webhook Actions
- Configuration Item Actions
- Configuration Item Billing Product Association Actions
Overview
This node operation retrieves detailed information about a specific Project Charge from the Autotask system using its unique Charge ID. It is useful for workflows that need to fetch billing or charge details related to projects, such as financial reporting, invoicing automation, or project cost tracking. For example, a user can input a Charge ID to get all associated data fields, optionally including human-readable labels for picklist and reference fields, and flatten user-defined fields for easier access.
Properties
| Name | Meaning |
|---|---|
| Charge ID | The unique identifier of the project charge to retrieve. |
| Add Picklist Labels | Determines whether to add additional fields with human-readable labels for picklist fields in the response. Labels are only added if the picklist value is not empty. |
| Add Reference Labels | Determines whether to add additional fields with human-readable labels for reference fields in the response. Labels are only added if the reference value is not empty. |
| Select Columns Names or IDs. | Allows selection of specific fields to include in the response. If no fields are selected, all fields are returned. The ID field is always included. |
| Flatten User-Defined Fields | If enabled, user-defined fields (UDFs) are moved to the top level of the returned object instead of being nested inside a userDefinedFields array. |
Output
JSON
id- The unique identifier of the project charge.chargeDetails- Various fields describing the project charge, including amounts, dates, and related project information.picklistLabels- Optional additional fields with human-readable labels for picklist fields, if enabled.referenceLabels- Optional additional fields with human-readable labels for reference fields, if enabled.userDefinedFields- Array of user-defined fields related to the project charge, unless flattened to top-level properties.
Dependencies
- Requires an Autotask API key credential for authentication to access the Autotask REST API.
Troubleshooting
- If the Charge ID is invalid or does not exist, the node will throw an error indicating the charge could not be found. Verify the Charge ID is correct.
- If API authentication fails, ensure the Autotask API key credential is correctly configured and has sufficient permissions.
- Selecting specific columns that do not exist or are misspelled may result in incomplete data or errors. Use the provided dropdown or expressions to select valid fields.
- Enabling picklist or reference labels when the fields are empty will not add label fields; this is expected behavior.
- Flattening user-defined fields may cause naming conflicts if UDF names overlap with standard fields; disable flattening if this occurs.
Links
- Autotask Project Charges API Documentation - Official Autotask REST API documentation for Project Charges resource.
- n8n Autotask Node Documentation - General documentation on using the Autotask node in n8n workflows.