CreateAutomationSendScheduleInput
No description
input CreateAutomationSendScheduleInput {
automation: ConnectWorkflow
day: Day!
start: String!
stop: String!
timezone: String!
}
Fields
CreateAutomationSendScheduleInput.automation
● ConnectWorkflow
input
CreateAutomationSendScheduleInput.day
● Day!
non-null enum
CreateAutomationSendScheduleInput.start
● String!
non-null scalar
CreateAutomationSendScheduleInput.stop
● String!
non-null scalar
CreateAutomationSendScheduleInput.timezone
● String!
non-null scalar
Member Of
createAutomationSendSchedule
mutation ● CreateAutomationSendScheduleHasMany
input ● UpdateWorkflowSendScheduleHasMany
input