Actions
| Name | Description |
|---|---|
create_ticketCreate a new ticket in Autotask | Create a new ticket in Autotask |
list_ticketsQuery tickets using Autotask filter syntax | Query tickets using Autotask filter syntax |
update_ticketUpdate an existing ticket | Update an existing ticket |
list_companiesQuery companies using Autotask filter syntax | Query companies using Autotask filter syntax |
list_contactsQuery contacts using Autotask filter syntax | Query contacts using Autotask filter syntax |
custom_api_callMake a custom API call to the Autotask API | Make a custom API call to the Autotask API |
Triggers
| Name | Description |
|---|---|
ticket_createdTriggers when a new ticket is created | Triggers when a new ticket is created |
ticket_updatedTriggers when a ticket is updated | Triggers when a ticket is updated |
Quick Start
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.