Autotask

Provides integration with Autotask via its API.

Revision History

1.0.0.12 Initial Release
1.0.0.14 Fixed a bug where the node sometimes time out when it is called in quick succession.
1.0.1.2 Updated to .NET Framework 4.8, refactored samples and configuration.
1.1.0.0 Added support for toggling namespaces.

Properties

Connection

Type: Connection Input

Username
Type: String
Provides the user account that will be used to authorize API calls

Password
Type: Password
Provides the password corresponding to the user account specified above

KeepNamespaces
Type: Boolean
Toggles the inclusion of XML namespaces.

Operation

Type: List Input
Provides the type CRUD operation to perform

Entity

Type: String Input
Provides the name of the type of the object to perform an action against

RequestXml

Type: Xml Input
Provides the request document

ResponseXml

Type: Xml Output
Provides the response document

Remarks

Use the Autotask Node to integrate with Autotask via it's SOAP API. Use Node Samples to obtain sample requests to get started.