← All integrations

Autotask

Autotask integration (Productivity, Data). Imported from open-connector.

API key4 native toolsIcon fallback
This catalogue entry describes the current repository definition. Availability, scopes, and production readiness should be confirmed during private-beta onboarding.

Native tools

GET
autotask_get_zone_information
Return the Autotask REST API zone URL for the connected API user.

/

POST
autotask_query_records
Query Autotask Companies, Contacts, or Tickets with optional filter, IncludeFields, and MaxRecords parameters.

/{entity}/query

4 parameters
ParamTypeRequiredDescription
entitystringrequiredAutotask entity to query.
filterarrayoptionalAutotask filter expressions.
includeFieldsarrayoptionalAutotask field names to include in the response.
maxRecordsintegeroptionalMaximum records to return. Autotask allows 1 to 500 per page.
GET
autotask_get_record
Get one Autotask Company, Contact, or Ticket by numeric ID.

/{entity}/{id}

2 parameters
ParamTypeRequiredDescription
entitystringrequiredAutotask entity to query.
idintegerrequiredNumeric Autotask record ID.
GET
autotask_get_entity_information
Get Autotask entityInformation metadata for Companies, Contacts, or Tickets.

/{entity}/entityInformation{suffix}

3 parameters
ParamTypeRequiredDescription
entitystringrequiredAutotask entity to query.
sectionstringoptionalAutotask entityInformation section to retrieve.
suffixstringrequiredPath parameter: suffix
Request private-beta access