channel_convert_to_private message event

A message was sent to a channel

Facts

Works with

RTMEvents API
{
  "subtype": "channel_convert_to_private",
  "user": "U1234ABCD",
  "text": "made this channel *private*. Now, it can only be viewed or joined by invitation.",
  "type": "message",
  "ts": "1730984822.596869",
  "channel": "C1234ABCD",
  "event_ts": "1730984822.596869",
  "channel_type": "group"
}

A channel_convert_to_private message is sent when a channel is made private. Now, it can only be viewed or joined by invitation.

When an event occurs, we will send an HTTP POST request to your Request URL. The outer payload is uniform across all Events API methods, and contains fields like team_id and event. Learn more