Commit 1b4dcef 1 parent cdd0c97 commit 1b4dcef Copy full SHA for 1b4dcef
File tree 2 files changed +10
-0
lines changed
2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -3523,6 +3523,12 @@ Available events are listed below:
3523
3523
* ** Message Notify Unread Received** [` user` , ` plugin` ]:
3524
3524
* ` message:notify:unread:received`
3525
3525
3526
+ * #### ** Spam Events** : [Reference](https: // docs.crisp.chat/references/rtm-api/v1/#spam-events)
3527
+ * ** Spam Message** [` user` ]:
3528
+ * ` spam:message`
3529
+ * ** Spam Decision** [` user` ]:
3530
+ * ` spam:decision`
3531
+
3526
3532
* #### ** People Events** : [Reference](https: // docs.crisp.chat/references/rtm-api/v1/#people-events)
3527
3533
* ** People Profile Created** [` user` , ` plugin` ]:
3528
3534
* ` people:profile:created`
Original file line number Diff line number Diff line change @@ -95,6 +95,10 @@ Crisp.DEFAULT_RTM_EVENTS = [
95
95
"message:notify:unread:send" ,
96
96
"message:notify:unread:received" ,
97
97
98
+ // Spam Events
99
+ "spam:message" ,
100
+ "spam:decision" ,
101
+
98
102
// People Events
99
103
"people:profile:created" ,
100
104
"people:profile:updated" ,
You can’t perform that action at this time.
0 commit comments