These endpoints allow you access to information about workflows in Emma.
View the official documentation here.
- emma.automation.list(callback)
- emma.automation.withID(id).details(callback)
- emma.automation.getCounts(callback)
Gets a list of this account’s automation workflows.
- returns: A list of automation workflows in the given account.
Gets detailed information about a single workflow.
- returns: A single workflow if one exists
- raises: Http404 if no workflow is found.
Gets the counts of workflows for this account by workflow state.
- returns: Counts for the workflow by state (
active
,inactive
anddraft
).