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

updateWorkflowAutomation: WorkflowAutomation!

This mutation is used to update the details of a single automation. Return information can include automation actions, conditions, and trigger details along with information about the workflow. **Returns:** Returns the newly updated automation data.

automationId: UUID!

The automation ID that will be updated.

automationInput: WorkflowAutomationInput!

The new automation details which includes description, is active boolean and order.