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

addWorkflowUserInteraction: WorkflowUserInteraction!

This mutation is used to create a new user interaction for a workflow. Return information will be specific to the newly created user interaction. **Returns:** Returns the newly created workflow user interaction data.

workflowId: UUID!

The workflow ID that the new user interaction will be associated to.

interactionInput: WorkflowUserInteractionInput!

The details of the user interaction.