customer_invite.json 213 B

123456789
  1. {
  2. "customer_invite": {
  3. "to": "paul.norman@example.com",
  4. "from": "steve@apple.com",
  5. "subject": "Welcome to my new store!",
  6. "custom_message": "This is a test custom message.",
  7. "bcc": [ ]
  8. }
  9. }