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 integrates with the Autotask REST API to perform operations on various Autotask resources. Specifically, for the 'Service Call' resource with the 'Create' operation, it allows users to create new service call records in Autotask by mapping input fields to the service call properties. This is useful for automating ticket or service request creation workflows, such as when a new customer issue is reported and needs to be logged automatically in Autotask.
Properties
| Name | Meaning |
|---|---|
| Fields | Defines the mapping of input data fields to the Autotask service call fields. Users specify which fields to set when creating the service call, enabling flexible and precise data input. |
Output
JSON
id- The unique identifier of the created service call record.number- The service call number assigned by Autotask.status- The current status of the created service call.priority- Priority level assigned to the service call.assignedResourceID- ID of the resource (user/technician) assigned to the service call.createdDate- Timestamp when the service call was created.otherFields- Additional fields as defined by the user mapping, reflecting the service call's properties.
Dependencies
- Requires an Autotask API key credential for authentication to access the Autotask REST API.
Troubleshooting
- Error: 'Resource serviceCall is not supported' - This occurs if the resource parameter is incorrect or misspelled. Ensure 'serviceCall' is selected as the resource.
- Error related to field mapping - If required fields are missing or incorrectly mapped, the API may reject the creation request. Verify that all mandatory service call fields are mapped correctly.
- Authentication errors - Ensure the Autotask API credentials are valid and have sufficient permissions to create service calls.
- API rate limits - Autotask API may enforce rate limits; if exceeded, requests may fail temporarily. Implement retry logic or reduce request frequency.
Links
- Autotask REST API Service Calls Documentation - Official Autotask documentation describing the service call resource and its API endpoints.
- n8n Autotask Node Documentation - General documentation on using the Autotask node within n8n workflows.