webhook1_direct_message.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "headers" : {
  3. "x-twitter-webhooks-signature" : "sha256=xXu7qrPhqXfo8Ot14c0si9HrdQdBNru5fkSdoMZi+Ms="
  4. },
  5. "params" : {
  6. "for_user_id": "123",
  7. "direct_message_events": [
  8. {
  9. "type": "message_create",
  10. "id": "1062015437679050760",
  11. "created_timestamp": "1542039186292",
  12. "message_create": {
  13. "target": {
  14. "recipient_id": "456"
  15. },
  16. "sender_id": "123",
  17. "source_app_id": "268278",
  18. "message_data": {
  19. "text": "Hey! Hello!",
  20. "entities": {
  21. "hashtags": [],
  22. "symbols": [],
  23. "user_mentions": [],
  24. "urls": []
  25. }
  26. }
  27. }
  28. }
  29. ],
  30. "apps": {
  31. "268278": {
  32. "id": "268278",
  33. "name": "Twitter Web Client",
  34. "url": "http://twitter.com"
  35. }
  36. },
  37. "users": {
  38. "123": {
  39. "id": "123",
  40. "created_timestamp": "1476091912921",
  41. "name": "Zammad HQ",
  42. "screen_name": "zammadhq",
  43. "description": "Helpdesk and Customer Support made easy. Open Source for download or to go with SaaS. #zammad",
  44. "url": "https://t.co/XITyrXmhTP",
  45. "protected": false,
  46. "verified": false,
  47. "followers_count": 426,
  48. "friends_count": 509,
  49. "statuses_count": 436,
  50. "profile_image_url": "http://pbs.twimg.com/profile_images/785412960797745152/wxdIvejo_normal.jpg",
  51. "profile_image_url_https": "https://pbs.twimg.com/profile_images/785412960797745152/wxdIvejo_normal.jpg"
  52. },
  53. "456": {
  54. "id": "456",
  55. "created_timestamp": "1290730789000",
  56. "name": "Martin Edenhofer",
  57. "screen_name": "medenhofer",
  58. "description": "Open Source professional and geek. Also known as #OTRS and #Zammad inventor. ;)\r\nEntrepreneur and Advisor for open source people in need.",
  59. "url": "https://t.co/whm4HTWdMw",
  60. "protected": false,
  61. "verified": false,
  62. "followers_count": 312,
  63. "friends_count": 314,
  64. "statuses_count": 222,
  65. "profile_image_url": "http://pbs.twimg.com/profile_images/794220000450150401/D-eFg44R_normal.jpg",
  66. "profile_image_url_https": "https://pbs.twimg.com/profile_images/794220000450150401/D-eFg44R_normal.jpg"
  67. }
  68. }
  69. }
  70. }