ActionSendSmsStatsByDate
No description
type ActionSendSmsStatsByDate {
date: DateTime!
sends: Int!
delivered: Int!
undelivered: Int!
failed: Int!
}
Fields
ActionSendSmsStatsByDate.date ● DateTime! non-null scalar
ActionSendSmsStatsByDate.sends ● Int! non-null scalar
ActionSendSmsStatsByDate.delivered ● Int! non-null scalar
ActionSendSmsStatsByDate.undelivered ● Int! non-null scalar
ActionSendSmsStatsByDate.failed ● Int! non-null scalar
Member Of
WorkflowActionStat object


