INPUT_OBJECT

AutomateFlowInput

Input fields used to create an automate flow.

link GraphQL Schema definition

1input AutomateFlowInput {
5
2# Optional application id for linked applications. This will be used to access
3# the default module pallete.
4linkedApplicationId: ID
13
6# Optional automate flow template id. Flow templates can be queried using the
7# flowTemplates call.
8# If left empty will be a blank flow. This must be an actual
9# template id such as '36' for 'Support Call Analytics Reporter'. An engineId will
10# not fail
11# but it will create a blank flow.
12templateId: ID
14}