Skip to main content
Version: 6.0.10

SlackEvent

This page supports schema for Slack Datatype SlackEvent.

{
"properties": {
"blocks": {
"type": "array",
"x-label": {
"en": "message blocks",
"ko": "message blocks"
}
},
"channel": {
"x-dataType": "SlackChannelId",
"x-dataTypeVersion": "1.0.0",
"x-label": {
"en": "channel",
"ko": "channel"
}
},
"channel_type": {
"type": "string",
"x-label": {
"en": "channel type",
"ko": "channel type"
}
},
"client_msg_id": {
"type": "string",
"x-label": {
"en": "client message id",
"ko": "client message id"
}
},
"event_ts": {
"x-dataType": "SlackMessageTimestamp",
"x-dataTypeVersion": "1.0.0",
"x-label": {
"en": "event timestamp",
"ko": "event timestamp"
}
},
"subtype": {
"type": "string",
"x-label": {
"en": "subtype",
"ko": "subtype"
}
},
"team": {
"type": "string",
"x-label": {
"en": "team",
"ko": "team"
}
},
"text": {
"type": "string",
"x-label": {
"en": "message text",
"ko": "message text"
}
},
"ts": {
"x-dataType": "SlackMessageTimestamp",
"x-dataTypeVersion": "1.0.0",
"x-label": {
"en": "timestamp",
"ko": "timestamp"
}
},
"type": {
"type": "string",
"x-label": {
"en": "type",
"ko": "type"
}
},
"user": {
"x-dataType": "SlackUserId",
"x-dataTypeVersion": "1.0.0",
"x-label": {
"en": "user",
"ko": "user"
}
}
},
"required": [],
"type": "object"
}