Skip to main content

Introduction

The automator by techwork is a platform for creating powerful automation workflows using AutomatorScript, a JavaScript-based scripting language with built-in functions designed to simplify common automation tasks.

If you're new to techwork automator, continue to Get started for a gentle introduction to the capabilities of the automator and building your first integration. Next, the Worked examples section will show you how to use the automator to automate common tasks.

Once you're familiar with the automator, you'll probably spend most of your time writing integration scripts in AutomatorScript. Detailed language documentation, including best practices for writing and organizing scripts, can be found in the AutomatorScript section. The Function reference provides a complete list of available built-in functions.

Techwork is a Xurrent gold partner and the automator has many features that make integrating with Xurrent a breeze, such as first-class functions for interacting with their GraphQL API and REST API. The auto-fetch feature allows you to navigate the data model of the REST API without writing any code to fetch data, handle pagination, and so on. The Xurrent fields section gives a complete overview of this data model.

Finally, keep an eye out for the Release notes for updates to the automator.