{ "url": "https://api.slack.com/events/im_created", "type": "im_created", "response": { "channel": { }, "type": "im_created", "user": "U024BE7LH" }, "schema": { "$schema": "http://json-schema.org/draft-07/schema", "definitions": { "channel": { "type": "object", "description": "(defined by script)", "properties": { "created": { "$ref": "#/definitions/time_integer" }, "id": { "$ref": "#/definitions/channel_id" }, "name": { "$ref": "#/definitions/channel_name" } } }, "user_id": { "type": "string" }, "im_created": { "type": "object", "description": "learn more: https://api.slack.com/events/im_created", "properties": { "channel": { "$ref": "#/definitions/channel" }, "type": { "const": "im_created" }, "user": { "$ref": "#/definitions/user_id" } }, "example": { "channel": { }, "type": "im_created", "user": "U024BE7LH" } } } }, "compatibility": [ "RTM", "Events API" ], "scopes": [ "im:read" ] }