-
Notifications
You must be signed in to change notification settings - Fork 104
Open
Description
Documentation states the result is in this format:
* @return CS_REST_Wrapper_Result A successful response will be an array of the form
* array(
* array(
* "MessageID" => string
* "Status" => string
* "SentAt" => string
* "Recipient" => string
* "From" => string
* "Subject" => string
* "TotalOpens" => integer
* "TotalClicks" => integer
* "CanBeResent" => boolean
* "Group" => string, optional
* "SmartEmailID" => string, optional
* )
* )
*/
Actual Response is:
CS_REST_Wrapper_Result {#64 ▼
+response: {#65 ▼
+"Query": {#66 ...}
+"Sent": 14
+"Bounces": 0
+"Delivered": 14
+"Opened": 9
+"Clicked": 2
}
+http_status_code: 200
Metadata
Metadata
Assignees
Labels
No labels