Guest User

Untitled

a guest
Nov 1st, 2017
383
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. {
  2. "content": [
  3. ],
  4. "from": {
  5. "email": "someemail@gmail.com",
  6. "name": "Some Name"
  7. },
  8. "reply_to": {
  9. "email": "someemail@gmail.com",
  10. "name": "Some Name"
  11. },
  12. "personalizations": [{
  13. "to": [{
  14. "email": "someemail@gmail.com"
  15. },
  16. {
  17. "email": "someotheremail@gmail.com"
  18. }]
  19. }]
  20. }
  21.  
  22. {
  23. "content": [
  24. ],
  25. "from": {
  26. "email": "someemail@gmail.com",
  27. "name": "Some Name"
  28. },
  29. "reply_to": {
  30. "email": "someemail@gmail.com",
  31. "name": "Some Name"
  32. },
  33. "personalizations": [{
  34. "to": [{
  35. "email": "someemail@gmail.com"
  36. },
  37. {
  38. "email": "someotheremail@gmail.com"
  39. }],
  40. "subject": "Some subject"
  41. }],
  42. "template_id": "someID"
  43. }
Add Comment
Please, Sign In to add comment