Skip to main content
creator.fan.status_changed fires when a fan’s status relative to the creator changes. It is a new event with no legacy flat equivalent. The change_type field discriminates what changed:
  • mute: the creator muted or unmuted the fan (state is muted / unmuted).
  • presence: the fan came online or went offline (state is online / offline).
Requires the read:chat scope. Delivered in the Standard-Webhooks envelope; the fields below describe the data object.
Presence changes are high-volume and delivered only to connector destinations that opt in; they may not be enabled in every environment. Mute changes fire on every creator mute/unmute action.

Fan status resource

Example: creator.fan.status_changed (mute)

Example: creator.fan.status_changed (presence)