Automation
Automation automatically triggers an action when a specific event happens.
| Field : Object | Description |
|---|---|
| actionEnabled: Boolean | Whether the action is enabled. |
| action_id: ID | The automation's action ID. Valid options: - create_card - create_connected_card - move_parent_card - update_card_field - move_single_card |
| action_params: AutomationActionParams | Lookup the action's parameters. |
| action_repo_v2: RepoTypes | Lookup the action repo by its ID. |
| active: Boolean | Whether the automation is active. |
| condition: Condition | Lookup the automation's conditions. |
| created_at: String | The date that the automation was created. |
| disabledReason: AutomationActionDisabledReason | The reason why the action is disabled. |
| event_id: ID | The automation's event ID. Valid options: - card_created - card_moved - field_updated - all_children_in_phase - scheduler - sla_based |
| event_params: AutomationEventParams | Lookup the event's parameters. |
| event_repo: Pipe | Lookup the event repo by its ID. |
| id: ID | The automation ID. |
| name: String | The automation name. |
| related_cards: [Card] | Lookup related cards by their ID. |
| responseSchema: JSON | The configured schema for the automation's response. |
| schedulerCron: Cron | Configuration of the cron scheduler |
| scheduler_frequency: String | The frequency of the scheduler event. |
| searchFor: [SearchCondition] | Lookup related cards by their ID. |
| url: String | URL from automation |