CreateAutomationSimulationInput
Autogenerated input type of CreateAutomationSimulation
| Input Fields : Object | Description |
|---|---|
| clientMutationId: String | A unique identifier for the client performing the mutation. |
| action_id: AutomationSimulationActions | The automation simulation action ID |
| event_id: AutomationsEvents | The automation simulation event ID |
| 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 |
| sampleCardId: ID | The sample card ID |
| 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 |