ActionSendSmsStats
No description
type ActionSendSmsStats {
sends: Int!
unique_sends: Int!
delivered: Int!
unique_delivered: Int!
undelivered: Int!
unique_undelivered: Int!
failed: Int!
unique_failed: Int!
}
Fields
ActionSendSmsStats.sends ● Int! non-null scalar
ActionSendSmsStats.unique_sends ● Int! non-null scalar
ActionSendSmsStats.delivered ● Int! non-null scalar
ActionSendSmsStats.unique_delivered ● Int! non-null scalar
ActionSendSmsStats.undelivered ● Int! non-null scalar
ActionSendSmsStats.unique_undelivered ● Int! non-null scalar
ActionSendSmsStats.failed ● Int! non-null scalar
ActionSendSmsStats.unique_failed ● Int! non-null scalar
Member Of
WorkflowActionStat object ● WorkflowConditionalActionStat object


