eavz
Autotask

Autotask

Professional services automation and IT management

6 actions
2 triggers

Actions

Name
create_ticket

Create a new ticket in Autotask

list_tickets

Query tickets using Autotask filter syntax

update_ticket

Update an existing ticket

list_companies

Query companies using Autotask filter syntax

list_contacts

Query contacts using Autotask filter syntax

custom_api_call

Make a custom API call to the Autotask API

Triggers

Name
ticket_created

Triggers when a new ticket is created

ticket_updated

Triggers when a ticket is updated

Quick Start

TypeScript
import { WeavzClient } from '@weavz/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute({
  integrationName: 'autotask',
  actionName: 'create_ticket',
  input: { /* ... */ },
  connectionId: 'conn_id',
  workspaceId: 'ws_id',
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Autotask to my app?

Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.

What actions does Autotask support?

Autotask supports 6 actions including Create Ticket, List Tickets, Update Ticket, List Companies, List Contacts, and more.

Can I use Autotask with AI agents?

Yes. Add Autotask to an MCP server in TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.

What authentication does Autotask use?

Autotask uses Custom. Weavz handles token management, refresh, and secure credential storage automatically.

How much does the Autotask integration cost?

The Autotask integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.

What triggers does Autotask support?

Autotask supports 2 triggers including Ticket Created, Ticket Updated.

Connect Autotask in 2 minutes

Get 1,000 free actions every month. No credit card required.