AutomationEventParams
The params of the event that triggers the automation.
| Field : Object | Description |
|---|---|
| fromPhaseId: ID | The origin phase ID |
| inPhaseId: ID | The phase ID where the card currenly is |
| kindOfSla: String | The time event that determines when the automation is triggered. Valid options: - Expired - Late - Overdue |
| to_phase_id: ID | The phase ID where the automation is triggered. |
| triggerAutomationId: ID | The automation ID that triggers this automation event |
| triggerFieldIds: [ID] | The field ID where the automation is triggered. |