Skip to content

Instantly share code, notes, and snippets.

@michellefitz
Last active August 29, 2015 14:02
Show Gist options
  • Save michellefitz/f220c29bc3d280dfbcb2 to your computer and use it in GitHub Desktop.
Save michellefitz/f220c29bc3d280dfbcb2 to your computer and use it in GitHub Desktop.
Admin to user message requests
*Request for Admin to User inapp*
{
"message_type": "inapp",
"subject": "Hey testing inapp",
"body": "An important inapp message",
"from": {
"type": "admin",
"id": "25374"
},
"to": {
"type": "user",
"id": "538f2a5917513117ca001f77"
}
}
*Request for Admin to User email*
{
"message_type": "email",
"subject": "Hey testing",
"body": "An important message",
"template": "personal",
"from": {
"type": "admin",
"id": "25374"
},
"to": {
"type": "user",
"id": "538f2a5917513117ca001f77"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment