Autotask icon

Autotask

Consume Autotask REST API

Actions389

Overview

This node integrates with the Autotask REST API to create a new Company Alert. It allows users to define and map specific fields for the alert, enabling automated creation of alerts related to companies within Autotask. This is useful for workflows that need to trigger notifications or track issues associated with companies, such as alerting support teams or logging important company-related events.

Properties

Name Meaning
Fields Defines the fields and their values to be mapped and sent when creating the Company Alert. This property uses a resource mapper to specify which alert fields to populate.

Output

JSON

  • id - The unique identifier of the created Company Alert.
  • name - The name or title of the Company Alert.
  • description - Detailed description or content of the Company Alert.
  • companyId - Identifier of the company associated with the alert.
  • status - Current status of the alert (e.g., active, resolved).
  • createdDate - Timestamp when the alert was created.

Dependencies

  • Requires an Autotask API key credential for authentication to access the Autotask REST API.

Troubleshooting

  • Error: 'Resource companyAlert is not supported' - Ensure the resource parameter is correctly set to 'companyAlert'.
  • Authentication failures - Verify that the Autotask API credentials are correctly configured and have sufficient permissions.
  • Field mapping errors - Confirm that the fields mapped in 'Fields' property match the expected fields for a Company Alert in Autotask.
  • API rate limits - If requests fail due to rate limiting, consider adding delays or retries in the workflow.

Discussion