These endpoints allow you access to information about workflows in Emma.
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 : |
Returns counts for the workflow by state ("active", "inactive" and "draft"). |
---|