AM Logo
API AuthorizationAPI DocumentationForm DefinitionsFAQ
  1. Home
  2. API Documentation
  3. Outcomes
  4. Mutations
  5. addWorkflowAutomation

addWorkflowAutomation: WorkflowAutomation!

This mutation is used to create a new automation for a workflow. Return information can include automation actions, conditions, and trigger details along with information about the workflow. **Returns:** Returns the newly created automation data.

workflowId: UUID!

The workflow that the automation would be associated to.

automationInput: WorkflowAutomationInput!

Automation details which includes description, is active boolean and order.