Guest User

Untitled

a guest
Nov 24th, 2018
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.81 KB | None | 0 0
  1. Webhooks Mandrill Sent Message
  2.  
  3. Array
  4. (
  5. [0] => stdClass Object
  6. (
  7. [event] => send
  8. [ts] => 1347628340
  9. [msg] => stdClass Object
  10. (
  11. [ts] => 1347628340
  12. [subject] => Just Testing
  13. [email] => tim.thaynes@gmail.com
  14. [tags] => Array
  15. (
  16. [0] => Newsletter
  17. [1] => UK
  18. )
  19.  
  20. [opens] => Array
  21. (
  22. )
  23.  
  24. [clicks] => Array
  25. (
  26. )
  27.  
  28. [state] => sent
  29. [_id] => 19b42ef87018492abb41986e33a21a90
  30. [metadata] => stdClass Object
  31. (
  32. [newsletterId] => 5051dc448ead0e0f0400005a
  33. )
  34.  
  35. [sender] => newsletters@thebestof.co.uk
  36. )
  37.  
  38. )
  39.  
  40. )
  41.  
  42.  
  43. Webhooks Mandrill Open Message
  44.  
  45. Array
  46. (
  47. [0] => stdClass Object
  48. (
  49. [event] => open
  50. [ts] => 1347628588
  51. [msg] => stdClass Object
  52. (
  53. [ts] => 1347628340
  54. [subject] => Just Testing
  55. [email] => tim.thaynes@gmail.com
  56. [tags] => Array
  57. (
  58. [0] => Newsletter
  59. [1] => UK
  60. )
  61.  
  62. [opens] => Array
  63. (
  64. [0] => stdClass Object
  65. (
  66. [ts] => 1347628588
  67. )
  68.  
  69. )
  70.  
  71. [clicks] => Array
  72. (
  73. )
  74.  
  75. [state] => sent
  76. [_id] => 1773449.19b42ef87018492abb41986e33a21a90
  77. [_version] => 2
  78. [metadata] => stdClass Object
  79. (
  80. [newsletterId] => 5051dc448ead0e0f0400005a
  81. )
  82.  
  83. [sender] => newsletters@thebestof.co.uk
  84. )
  85.  
  86. )
  87.  
  88. )
  89. I opened the same newsletter again
  90.  
  91. Array
  92. (
  93. [0] => stdClass Object
  94. (
  95. [event] => open
  96. [ts] => 1347629067
  97. [msg] => stdClass Object
  98. (
  99. [ts] => 1347628340
  100. [subject] => Just Testing
  101. [email] => tim.thaynes@gmail.com
  102. [tags] => Array
  103. (
  104. [0] => Newsletter
  105. [1] => UK
  106. )
  107.  
  108. [opens] => Array
  109. (
  110. [0] => stdClass Object
  111. (
  112. [ts] => 1347628588
  113. )
  114.  
  115. [1] => stdClass Object
  116. (
  117. [ts] => 1347629067
  118. )
  119.  
  120. )
  121.  
  122. [clicks] => Array
  123. (
  124. )
  125.  
  126. [state] => sent
  127. [_id] => 1773449.19b42ef87018492abb41986e33a21a90
  128. [_version] => 3
  129. [metadata] => stdClass Object
  130. (
  131. [newsletterId] => 5051dc448ead0e0f0400005a
  132. )
  133.  
  134. [sender] => newsletters@thebestof.co.uk
  135. )
  136.  
  137. )
  138.  
  139. )
Add Comment
Please, Sign In to add comment