Profanity filter
This page shows webhook events related to profanity filters for messages within your Sendbird application.
profanity_filter:replace
This webhook event is invoked when explicit words in a message are replaced with asterisks (*). The following shows a webhook payload of a profanity_filter:replace
event.
Note: By default, the
members
property is excluded in the payload. If you want to include themembers
, select the Group channel member in your dashboard under Settings > Chat > Webhooks > Optional information.
profanity_filter:block
This webhook event is invoked when a message with explicit words is blocked. The following shows a webhook payload for a profanity_filter:block
event.
profanity_filter:moderate
This webhook event is invoked when a user is imposed with one of moderation penalties among mute, kick, and ban. The following shows a webhook payload for a profanity_filter:moderate
event.
profanity_filter:detect
This webhook event is invoked when a message with explicit words is detected. The following shows a webhook payload for a profanity_filter:detect
event.