CreateAutomationInput
Autogenerated input type of CreateAutomation
| Input Fields : Object | Description |
|---|---|
| clientMutationId: String | A unique identifier for the client performing the mutation. |
| action_id: ID | The automation's action ID Valid options: - create_card - create_connected_card - distribute_assignments - move_parent_card - move_multiple_cards - move_single_card - schedule_create_card - update_card_field - send_email_template - send_http_request |
| event_id: ID | The automation's event ID Valid options: - all_children_in_phase - card_created - card_moved - card_left_phase - field_updated - scheduler - sla_based |
| action_params: AutomationActionParamsInput | The automation's action parameters |
| action_repo_id: ID | The action repo ID |
| active: Boolean | Whether the automation is active |
| condition: ConditionInput | The automation condition |
| event_params: AutomationEventParamsInput | The automation's event parameters |
| event_repo_id: ID | The event repo ID |
| name: String | The automation name |
| responseSchema: JSON | The automation's response schema |
| schedulerCron: CronInput | The schedule information on a crontab format |
| scheduler_frequency: String | The automation frequency Valid options: - hourly - daily - weekly - monthly |
| searchFor: [SearchConditionInput] | The parameters to select itens in a recurring automation |