Advertisement
Guest User

Untitled

a guest
Jan 16th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1.  
  2. POST_NOTIFICATIONS = {
  3. "EMAIL_SPECIFIC": {
  4. "OBJECT": "Notifica da hubtommaso",
  5. "EMAIL_LIST": [],
  6. "MESSAGE": "Notifica da hubtommaso:\nHUB non in carica",
  7. "GUEST_USERS_LIST": [{
  8. "USERNAME": "1234567890"
  9. }]
  10. },
  11. "BY_PUSH": false,
  12. "BY_EMAIL": true,
  13. "PUSH_SPECIFIC": {
  14. "MESSAGE": "Notifica da hubtommaso:\nHUB non in carica",
  15. "GUEST_USERS_LIST": [{
  16. "USERNAME": "1234567890"
  17. }]
  18. },
  19. "SMS_SPECIFIC": {
  20. "PHONE_NUMBERS_LIST": [],
  21. "MESSAGE": "Notifica da hubtommaso:\nHUB non in carica",
  22. "GUEST_USERS_LIST": [{
  23. "USERNAME": "1234567890"
  24. }]
  25. },
  26. "BY_SOUND": false,
  27. "BY_SMS": false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement