A message was sent to a channel

Facts

Works with

RTMEvents API
{
	"type": "message",
	"subtype": "group_name",
	"ts": "1358877455.000010",
	"user": "U2147483828",
	"old_name": "random",
	"name": "watercooler",
	"text": "<@U2147483828|cal> has renamed the group from \"random\" to \"watercooler\""
}

A channel_name message is sent when a private group is renamed.

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