Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 1.46 KB

automation.md

File metadata and controls

38 lines (23 loc) · 1.46 KB

Automation

These endpoints allow you access to information about workflows in Emma.

View the official documentation here.

Table of Contents

Methods

emma.automation.list(callback)

Gets a list of this account’s automation workflows.

  • returns: A list of automation workflows in the given account.

emma.automation.withID(id).details(callback)

Gets detailed information about a single workflow.

  • returns: A single workflow if one exists
  • raises: Http404 if no workflow is found.

emma.automation.getCounts(callback)

Gets the counts of workflows for this account by workflow state.

  • returns: Counts for the workflow by state (active, inactive and draft).