Advertisement
shaejah6

Untitled

Oct 12th, 2020
391
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.36 KB | None | 0 0
  1. 1. Style
  2. - Làm style tương tự như Customer.io (có thêm các button +)
  3.  
  4. 2. Input
  5. - Là danh sách các contact lists + segments (giống như lúc chọn cho campaign)
  6. - Người dùng thoả mãn các điều kiện sẽ được tham gia vào workflow
  7.  
  8. 3. Trigger
  9. - Việc trigger một hành động sẽ được thực hiện ngay khi start một workflow / hoặc trong các conditions (true/false hoặc multi-split)
  10. - Các loại trigger:
  11. + Không có điều kiện gì (thực hiện ngay sau khi bắt đầu workflow hoặc ngay sau một hành động phía trước - gửi 2 email liên tiếp chẳng hạn)
  12. + Dựa vào subscriber details (attributes matched với điều kiện)
  13. + Dựa vào subscriber membership (nằm trong một contact list hoặc một segment nào đó)
  14. + Dựa vào Workflow activities
  15. + Dựa vào Campaign activities
  16. + Trigger by events (event triggered via SDK integrated in customer's app/web/backend)
  17. + Trigger by message
  18. - Email: Đã gửi, nhận, mở, click, bounced, unsubscribed, marked as spam
  19. - SMS: Đã gửi
  20. - Push: Đã gửi
  21.  
  22. 4. Các loại action
  23. - Messages
  24. + Email: Setup From, Subject, Preview Header, Content
  25. + SMS: Setup content
  26. + Push: Setup title, content and payload (json)
  27. + Zalo/Slack/Webhook (later)
  28. - Data
  29. + Update subscriber attribute
  30. + Add/Remove user from list/segment
  31. With Trigger conditions:
  32. - Attribute matched
  33. - In a specific list/segment
  34. - Message action: Email/SMS/Push (has been sent, received, etc.)
  35. + Webhook (Post to a specific url)
  36. - Delays
  37. + Type: Wait until / Time Delay
  38. + With conditions:
  39. - Attribute matched
  40. - In a specific list/segment
  41. - Message action: Email/SMS/Push (has been sent, received, etc.)
  42.  
  43. 5. Controls
  44. - Exit: Do nothing
  45. - True/False Branch
  46. + Subscriber attribute matched
  47. + List/Segment matched (membership)
  48. + Event triggered/not triggered
  49. + Message action:
  50. - Email: Đã gửi, nhận, mở, click, bounced, unsubscribed, marked as spam
  51. - SMS: Đã gửi
  52. - Push: Đã gửi
  53. - Multi-Split Branch
  54. + Data Type: Attribute, List/Segment
  55. + Paths:
  56. - Attribute: Multiple attribute matching conditions
  57. - List/Segment: User in/notin a specific list or segment
  58. - Random Cohort Branch
  59. + Paths by random percentage
  60. + Multiple paths supported
  61.  
  62.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement