A webhook-based events bus using a subscription model for Slack apps
https://slack.com/terms-of-service/api
URL | Scheme | Description | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{request_url} | https | A pre-registered Request URL on servers you control where subscriptions will be delivered. |
||||||||||||
|
||||||||||||||
https://api.slack.com/apps/{slack_app_id}/event-subscriptions | https | Your Slack app management console's event subscription configurator. Visit in a web browser and sign in to your workspace. |
||||||||||||
|
Subscribe to only the message events that mention your app or bot
Name | Title | Type | Format | Default | Description |
---|---|---|---|---|---|
api_app_id (Required) | The unique identifier your installed Slack application. | string | Use this to distinguish which app the event belongs to if you use multiple apps with the same Request URL. | ||
authed_users (Required) | An array of string-based User IDs. Each member of the collection represents a user that has installed your application/bot and indicates the described event would be visible to those users. | array (string) | |||
event (Required) | The actual event, an object, that happened | object | |||
event_ts (Required) | When the event was dispatched | string | |||
type (Required) | The specific name of the event | string | |||
event_id (Required) | A unique identifier for this specific event, globally unique across all workspaces. | string | |||
event_time (Required) | The epoch timestamp in seconds indicating when this event was dispatched. | integer | |||
team_id (Required) | The unique identifier of the workspace where the event occurred | string | |||
token (Required) | A verification token to validate the event originated from Slack | string | |||
type (Required) | Indicates which kind of event dispatch this is, usually `event_callback` | string |
{
"api_app_id": "string",
"authed_users": [
"string"
],
"event": {
"event_ts": "string",
"type": "string"
},
"event_id": "string",
"event_time": 0,
"team_id": "string",
"token": "string",
"type": "string"
}
Indicates your app's event subscriptions are being rate limited
Name | Title | Type | Format | Default | Description |
---|---|---|---|---|---|
api_app_id (Required) | The unique identifier your installed Slack application. | string | Use this to distinguish which app the event belongs to if you use multiple apps with the same Request URL. | ||
authed_users (Required) | An array of string-based User IDs. Each member of the collection represents a user that has installed your application/bot and indicates the described event would be visible to those users. | array (string) | |||
event (Required) | The actual event, an object, that happened | object | |||
event_ts (Required) | When the event was dispatched | string | |||
type (Required) | The specific name of the event | string | |||
event_id (Required) | A unique identifier for this specific event, globally unique across all workspaces. | string | |||
event_time (Required) | The epoch timestamp in seconds indicating when this event was dispatched. | integer | |||
team_id (Required) | The unique identifier of the workspace where the event occurred | string | |||
token (Required) | A verification token to validate the event originated from Slack | string | |||
type (Required) | Indicates which kind of event dispatch this is, usually `event_callback` | string |
{
"api_app_id": "string",
"authed_users": [
"string"
],
"event": {
"event_ts": "string",
"type": "string"
},
"event_id": "string",
"event_time": 0,
"team_id": "string",
"token": "string",
"type": "string"
}
Your Slack app was uninstalled.
Name | Title | Type | Format | Default | Description |
---|---|---|---|---|---|
api_app_id (Required) | The unique identifier your installed Slack application. | string | Use this to distinguish which app the event belongs to if you use multiple apps with the same Request URL. | ||
authed_users (Required) | An array of string-based User IDs. Each member of the collection represents a user that has installed your application/bot and indicates the described event would be visible to those users. | array (string) | |||
event (Required) | The actual event, an object, that happened | object | |||
event_ts (Required) | When the event was dispatched | string | |||
type (Required) | The specific name of the event | string | |||
event_id (Required) | A unique identifier for this specific event, globally unique across all workspaces. | string | |||
event_time (Required) | The epoch timestamp in seconds indicating when this event was dispatched. | integer | |||
team_id (Required) | The unique identifier of the workspace where the event occurred | string | |||
token (Required) | A verification token to validate the event originated from Slack | string | |||
type (Required) | Indicates which kind of event dispatch this is, usually `event_callback` | string |
{
"api_app_id": "string",
"authed_users": [
"string"
],
"event": {
"event_ts": "string",
"type": "string"
},
"event_id": "string",
"event_time": 0,
"team_id": "string",
"token": "string",
"type": "string"
}
A channel was archived
Name | Title | Type | Format | Default | Description |
---|---|---|---|---|---|
api_app_id (Required) | The unique identifier your installed Slack application. | string | Use this to distinguish which app the event belongs to if you use multiple apps with the same Request URL. | ||
authed_users (Required) | An array of string-based User IDs. Each member of the collection represents a user that has installed your application/bot and indicates the described event would be visible to those users. | array (string) | |||
event (Required) | The actual event, an object, that happened | object | |||
event_ts (Required) | When the event was dispatched | string | |||
type (Required) | The specific name of the event | string | |||
event_id (Required) | A unique identifier for this specific event, globally unique across all workspaces. | string | |||
event_time (Required) | The epoch timestamp in seconds indicating when this event was dispatched. | integer | |||
team_id (Required) | The unique identifier of the workspace where the event occurred | string | |||
token (Required) | A verification token to validate the event originated from Slack | string | |||
type (Required) | Indicates which kind of event dispatch this is, usually `event_callback` | string |
{
"api_app_id": "string",
"authed_users": [
"string"
],
"event": {
"event_ts": "string",
"type": "string"
},
"event_id": "string",
"event_time": 0,
"team_id": "string",
"token": "string",
"type": "string"
}
A channel was created
Name | Title | Type | Format | Default | Description |
---|---|---|---|---|---|
api_app_id (Required) | The unique identifier your installed Slack application. | string | Use this to distinguish which app the event belongs to if you use multiple apps with the same Request URL. | ||
authed_users (Required) | An array of string-based User IDs. Each member of the collection represents a user that has installed your application/bot and indicates the described event would be visible to those users. | array (string) | |||
event (Required) | The actual event, an object, that happened | object | |||
event_ts (Required) | When the event was dispatched | string | |||
type (Required) | The specific name of the event | string | |||
event_id (Required) | A unique identifier for this specific event, globally unique across all workspaces. | string | |||
event_time (Required) | The epoch timestamp in seconds indicating when this event was dispatched. | integer | |||
team_id (Required) | The unique identifier of the workspace where the event occurred | string | |||
token (Required) | A verification token to validate the event originated from Slack | string | |||
type (Required) | Indicates which kind of event dispatch this is, usually `event_callback` | string |
{
"api_app_id": "string",
"authed_users": [
"string"
],
"event": {
"event_ts": "string",
"type": "string"
},
"event_id": "string",
"event_time": 0,
"team_id": "string",
"token": "string",
"type": "string"
}
A channel was deleted
Name | Title | Type | Format | Default | Description |
---|---|---|---|---|---|
api_app_id (Required) | The unique identifier your installed Slack application. | string | Use this to distinguish which app the event belongs to if you use multiple apps with the same Request URL. | ||
authed_users (Required) | An array of string-based User IDs. Each member of the collection represents a user that has installed your application/bot and indicates the described event would be visible to those users. | array (string) | |||
event (Required) | The actual event, an object, that happened | object | |||
event_ts (Required) | When the event was dispatched | string | |||
type (Required) | The specific name of the event | string | |||
event_id (Required) | A unique identifier for this specific event, globally unique across all workspaces. | string | |||
event_time (Required) | The epoch timestamp in seconds indicating when this event was dispatched. | integer | |||
team_id (Required) | The unique identifier of the workspace where the event occurred | string | |||
token (Required) | A verification token to validate the event originated from Slack | string | |||
type (Required) | Indicates which kind of event dispatch this is, usually `event_callback` | string |
{
"api_app_id": "string",
"authed_users": [
"string"
],
"event": {
"event_ts": "string",
"type": "string"
},
"event_id": "string",
"event_time": 0,
"team_id": "string",
"token": "string",
"type": "string"
}
Bulk updates were made to a channel's history
Name | Title | Type | Format | Default | Description |
---|---|---|---|---|---|
api_app_id (Required) | The unique identifier your installed Slack application. | string | Use this to distinguish which app the event belongs to if you use multiple apps with the same Request URL. | ||
authed_users (Required) | An array of string-based User IDs. Each member of the collection represents a user that has installed your application/bot and indicates the described event would be visible to those users. | array (string) | |||
event (Required) | The actual event, an object, that happened | object | |||
event_ts (Required) | When the event was dispatched | string | |||
type (Required) | The specific name of the event | string | |||
event_id (Required) | A unique identifier for this specific event, globally unique across all workspaces. | string | |||
event_time (Required) | The epoch timestamp in seconds indicating when this event was dispatched. | integer | |||
team_id (Required) | The unique identifier of the workspace where the event occurred | string | |||
token (Required) | A verification token to validate the event originated from Slack | string | |||
type (Required) | Indicates which kind of event dispatch this is, usually `event_callback` | string |
{
"api_app_id": "string",
"authed_users": [
"string"
],
"event": {
"event_ts": "string",
"type": "string"
},
"event_id": "string",
"event_time": 0,
"team_id": "string",
"token": "string",
"type": "string"
}
You left a channel
Name | Title | Type | Format | Default | Description |
---|---|---|---|---|---|
api_app_id (Required) | The unique identifier your installed Slack application. | string | Use this to distinguish which app the event belongs to if you use multiple apps with the same Request URL. | ||
authed_users (Required) | An array of string-based User IDs. Each member of the collection represents a user that has installed your application/bot and indicates the described event would be visible to those users. | array (string) | |||
event (Required) | The actual event, an object, that happened | object | |||
event_ts (Required) | When the event was dispatched | string | |||
type (Required) | The specific name of the event | string | |||
event_id (Required) | A unique identifier for this specific event, globally unique across all workspaces. | string | |||
event_time (Required) | The epoch timestamp in seconds indicating when this event was dispatched. | integer | |||
team_id (Required) | The unique identifier of the workspace where the event occurred | string | |||
token (Required) | A verification token to validate the event originated from Slack | string | |||
type (Required) | Indicates which kind of event dispatch this is, usually `event_callback` | string |
{
"api_app_id": "string",
"authed_users": [
"string"
],
"event": {
"event_ts": "string",
"type": "string"
},
"event_id": "string",
"event_time": 0,
"team_id": "string",
"token": "string",
"type": "string"
}
A channel was renamed
Name | Title | Type | Format | Default | Description |
---|---|---|---|---|---|
api_app_id (Required) | The unique identifier your installed Slack application. | string | Use this to distinguish which app the event belongs to if you use multiple apps with the same Request URL. | ||
authed_users (Required) | An array of string-based User IDs. Each member of the collection represents a user that has installed your application/bot and indicates the described event would be visible to those users. | array (string) | |||
event (Required) | The actual event, an object, that happened | object | |||
event_ts (Required) | When the event was dispatched | string | |||
type (Required) | The specific name of the event | string | |||
event_id (Required) | A unique identifier for this specific event, globally unique across all workspaces. | string | |||
event_time (Required) | The epoch timestamp in seconds indicating when this event was dispatched. | integer | |||
team_id (Required) | The unique identifier of the workspace where the event occurred | string | |||
token (Required) | A verification token to validate the event originated from Slack | string | |||
type (Required) | Indicates which kind of event dispatch this is, usually `event_callback` | string |
{
"api_app_id": "string",
"authed_users": [
"string"
],
"event": {
"event_ts": "string",
"type": "string"
},
"event_id": "string",
"event_time": 0,
"team_id": "string",
"token": "string",
"type": "string"
}
A channel was unarchived
Name | Title | Type | Format | Default | Description |
---|---|---|---|---|---|
api_app_id (Required) | The unique identifier your installed Slack application. | string | Use this to distinguish which app the event belongs to if you use multiple apps with the same Request URL. | ||
authed_users (Required) | An array of string-based User IDs. Each member of the collection represents a user that has installed your application/bot and indicates the described event would be visible to those users. | array (string) | |||
event (Required) | The actual event, an object, that happened | object | |||
event_ts (Required) | When the event was dispatched | string | |||
type (Required) | The specific name of the event | string | |||
event_id (Required) | A unique identifier for this specific event, globally unique across all workspaces. | string | |||
event_time (Required) | The epoch timestamp in seconds indicating when this event was dispatched. | integer | |||
team_id (Required) | The unique identifier of the workspace where the event occurred | string | |||
token (Required) | A verification token to validate the event originated from Slack | string | |||
type (Required) | Indicates which kind of event dispatch this is, usually `event_callback` | string |
{
"api_app_id": "string",
"authed_users": [
"string"
],
"event": {
"event_ts": "string",
"type": "string"
},
"event_id": "string",
"event_time": 0,
"team_id": "string",
"token": "string",
"type": "string"
}
Do not Disturb settings changed for the current user
Name | Title | Type | Format | Default | Description |
---|---|---|---|---|---|
api_app_id (Required) | The unique identifier your installed Slack application. | string | Use this to distinguish which app the event belongs to if you use multiple apps with the same Request URL. | ||
authed_users (Required) | An array of string-based User IDs. Each member of the collection represents a user that has installed your application/bot and indicates the described event would be visible to those users. | array (string) | |||
event (Required) | The actual event, an object, that happened | object | |||
event_ts (Required) | When the event was dispatched | string | |||
type (Required) | The specific name of the event | string | |||
event_id (Required) | A unique identifier for this specific event, globally unique across all workspaces. | string | |||
event_time (Required) | The epoch timestamp in seconds indicating when this event was dispatched. | integer | |||
team_id (Required) | The unique identifier of the workspace where the event occurred | string | |||
token (Required) | A verification token to validate the event originated from Slack | string | |||
type (Required) | Indicates which kind of event dispatch this is, usually `event_callback` | string |
{
"api_app_id": "string",
"authed_users": [
"string"
],
"event": {
"event_ts": "string",
"type": "string"
},
"event_id": "string",
"event_time": 0,
"team_id": "string",
"token": "string",
"type": "string"
}
Do not Disturb settings changed for a member
Name | Title | Type | Format | Default | Description |
---|---|---|---|---|---|
api_app_id (Required) | The unique identifier your installed Slack application. | string | Use this to distinguish which app the event belongs to if you use multiple apps with the same Request URL. | ||
authed_users (Required) | An array of string-based User IDs. Each member of the collection represents a user that has installed your application/bot and indicates the described event would be visible to those users. | array (string) | |||
event (Required) | The actual event, an object, that happened | object | |||
event_ts (Required) | When the event was dispatched | string | |||
type (Required) | The specific name of the event | string | |||
event_id (Required) | A unique identifier for this specific event, globally unique across all workspaces. | string | |||
event_time (Required) | The epoch timestamp in seconds indicating when this event was dispatched. | integer | |||
team_id (Required) | The unique identifier of the workspace where the event occurred | string | |||
token (Required) | A verification token to validate the event originated from Slack | string | |||
type (Required) | Indicates which kind of event dispatch this is, usually `event_callback` | string |
{
"api_app_id": "string",
"authed_users": [
"string"
],
"event": {
"event_ts": "string",
"type": "string"
},
"event_id": "string",
"event_time": 0,
"team_id": "string",
"token": "string",
"type": "string"
}
The workspace email domain has changed
Name | Title | Type | Format | Default | Description |
---|---|---|---|---|---|
api_app_id (Required) | The unique identifier your installed Slack application. | string | Use this to distinguish which app the event belongs to if you use multiple apps with the same Request URL. | ||
authed_users (Required) | An array of string-based User IDs. Each member of the collection represents a user that has installed your application/bot and indicates the described event would be visible to those users. | array (string) | |||
event (Required) | The actual event, an object, that happened | object | |||
event_ts (Required) | When the event was dispatched | string | |||
type (Required) | The specific name of the event | string | |||
event_id (Required) | A unique identifier for this specific event, globally unique across all workspaces. | string | |||
event_time (Required) | The epoch timestamp in seconds indicating when this event was dispatched. | integer | |||
team_id (Required) | The unique identifier of the workspace where the event occurred | string | |||
token (Required) | A verification token to validate the event originated from Slack | string | |||
type (Required) | Indicates which kind of event dispatch this is, usually `event_callback` | string |
{
"api_app_id": "string",
"authed_users": [
"string"
],
"event": {
"event_ts": "string",
"type": "string"
},
"event_id": "string",
"event_time": 0,
"team_id": "string",
"token": "string",
"type": "string"
}
A custom emoji has been added or changed
Name | Title | Type | Format | Default | Description |
---|---|---|---|---|---|
api_app_id (Required) | The unique identifier your installed Slack application. | string | Use this to distinguish which app the event belongs to if you use multiple apps with the same Request URL. | ||
authed_users (Required) | An array of string-based User IDs. Each member of the collection represents a user that has installed your application/bot and indicates the described event would be visible to those users. | array (string) | |||
event (Required) | The actual event, an object, that happened | object | |||
event_ts (Required) | When the event was dispatched | string | |||
type (Required) | The specific name of the event | string | |||
event_id (Required) | A unique identifier for this specific event, globally unique across all workspaces. | string | |||
event_time (Required) | The epoch timestamp in seconds indicating when this event was dispatched. | integer | |||
team_id (Required) | The unique identifier of the workspace where the event occurred | string | |||
token (Required) | A verification token to validate the event originated from Slack | string | |||
type (Required) | Indicates which kind of event dispatch this is, usually `event_callback` | string |
{
"api_app_id": "string",
"authed_users": [
"string"
],
"event": {
"event_ts": "string",
"type": "string"
},
"event_id": "string",
"event_time": 0,
"team_id": "string",
"token": "string",
"type": "string"
}
A file was changed
Name | Title | Type | Format | Default | Description |
---|---|---|---|---|---|
api_app_id (Required) | The unique identifier your installed Slack application. | string | Use this to distinguish which app the event belongs to if you use multiple apps with the same Request URL. | ||
authed_users (Required) | An array of string-based User IDs. Each member of the collection represents a user that has installed your application/bot and indicates the described event would be visible to those users. | array (string) | |||
event (Required) | The actual event, an object, that happened | object | |||
event_ts (Required) | When the event was dispatched | string | |||
type (Required) | The specific name of the event | string | |||
event_id (Required) | A unique identifier for this specific event, globally unique across all workspaces. | string | |||
event_time (Required) | The epoch timestamp in seconds indicating when this event was dispatched. | integer | |||
team_id (Required) | The unique identifier of the workspace where the event occurred | string | |||
token (Required) | A verification token to validate the event originated from Slack | string | |||
type (Required) | Indicates which kind of event dispatch this is, usually `event_callback` | string |
{
"api_app_id": "string",
"authed_users": [
"string"
],
"event": {
"event_ts": "string",
"type": "string"
},
"event_id": "string",
"event_time": 0,
"team_id": "string",
"token": "string",
"type": "string"
}
A file comment was added
Name | Title | Type | Format | Default | Description |
---|---|---|---|---|---|
api_app_id (Required) | The unique identifier your installed Slack application. | string | Use this to distinguish which app the event belongs to if you use multiple apps with the same Request URL. | ||
authed_users (Required) | An array of string-based User IDs. Each member of the collection represents a user that has installed your application/bot and indicates the described event would be visible to those users. | array (string) | |||
event (Required) | The actual event, an object, that happened | object | |||
event_ts (Required) | When the event was dispatched | string | |||
type (Required) | The specific name of the event | string | |||
event_id (Required) | A unique identifier for this specific event, globally unique across all workspaces. | string | |||
event_time (Required) | The epoch timestamp in seconds indicating when this event was dispatched. | integer | |||
team_id (Required) | The unique identifier of the workspace where the event occurred | string | |||
token (Required) | A verification token to validate the event originated from Slack | string | |||
type (Required) | Indicates which kind of event dispatch this is, usually `event_callback` | string |
{
"api_app_id": "string",
"authed_users": [
"string"
],
"event": {
"event_ts": "string",
"type": "string"
},
"event_id": "string",
"event_time": 0,
"team_id": "string",
"token": "string",
"type": "string"
}
A file comment was deleted
Name | Title | Type | Format | Default | Description |
---|---|---|---|---|---|
api_app_id (Required) | The unique identifier your installed Slack application. | string | Use this to distinguish which app the event belongs to if you use multiple apps with the same Request URL. | ||
authed_users (Required) | An array of string-based User IDs. Each member of the collection represents a user that has installed your application/bot and indicates the described event would be visible to those users. | array (string) | |||
event (Required) | The actual event, an object, that happened | object | |||
event_ts (Required) | When the event was dispatched | string | |||
type (Required) | The specific name of the event | string | |||
event_id (Required) | A unique identifier for this specific event, globally unique across all workspaces. | string | |||
event_time (Required) | The epoch timestamp in seconds indicating when this event was dispatched. | integer | |||
team_id (Required) | The unique identifier of the workspace where the event occurred | string | |||
token (Required) | A verification token to validate the event originated from Slack | string | |||
type (Required) | Indicates which kind of event dispatch this is, usually `event_callback` | string |
{
"api_app_id": "string",
"authed_users": [
"string"
],
"event": {
"event_ts": "string",
"type": "string"
},
"event_id": "string",
"event_time": 0,
"team_id": "string",
"token": "string",
"type": "string"
}
A file comment was edited
Name | Title | Type | Format | Default | Description |
---|---|---|---|---|---|
api_app_id (Required) | The unique identifier your installed Slack application. | string | Use this to distinguish which app the event belongs to if you use multiple apps with the same Request URL. | ||
authed_users (Required) | An array of string-based User IDs. Each member of the collection represents a user that has installed your application/bot and indicates the described event would be visible to those users. | array (string) | |||
event (Required) | The actual event, an object, that happened | object | |||
event_ts (Required) | When the event was dispatched | string | |||
type (Required) | The specific name of the event | string | |||
event_id (Required) | A unique identifier for this specific event, globally unique across all workspaces. | string | |||
event_time (Required) | The epoch timestamp in seconds indicating when this event was dispatched. | integer | |||
team_id (Required) | The unique identifier of the workspace where the event occurred | string | |||
token (Required) | A verification token to validate the event originated from Slack | string | |||
type (Required) | Indicates which kind of event dispatch this is, usually `event_callback` | string |
{
"api_app_id": "string",
"authed_users": [
"string"
],
"event": {
"event_ts": "string",
"type": "string"
},
"event_id": "string",
"event_time": 0,
"team_id": "string",
"token": "string",
"type": "string"
}
A file was created
Name | Title | Type | Format | Default | Description |
---|---|---|---|---|---|
api_app_id (Required) | The unique identifier your installed Slack application. | string | Use this to distinguish which app the event belongs to if you use multiple apps with the same Request URL. | ||
authed_users (Required) | An array of string-based User IDs. Each member of the collection represents a user that has installed your application/bot and indicates the described event would be visible to those users. | array (string) | |||
event (Required) | The actual event, an object, that happened | object | |||
event_ts (Required) | When the event was dispatched | string | |||
type (Required) | The specific name of the event | string | |||
event_id (Required) | A unique identifier for this specific event, globally unique across all workspaces. | string | |||
event_time (Required) | The epoch timestamp in seconds indicating when this event was dispatched. | integer | |||
team_id (Required) | The unique identifier of the workspace where the event occurred | string | |||
token (Required) | A verification token to validate the event originated from Slack | string | |||
type (Required) | Indicates which kind of event dispatch this is, usually `event_callback` | string |
{
"api_app_id": "string",
"authed_users": [
"string"
],
"event": {
"event_ts": "string",
"type": "string"
},
"event_id": "string",
"event_time": 0,
"team_id": "string",
"token": "string",
"type": "string"
}
A file was deleted
Name | Title | Type | Format | Default | Description |
---|---|---|---|---|---|
api_app_id (Required) | The unique identifier your installed Slack application. | string | Use this to distinguish which app the event belongs to if you use multiple apps with the same Request URL. | ||
authed_users (Required) | An array of string-based User IDs. Each member of the collection represents a user that has installed your application/bot and indicates the described event would be visible to those users. | array (string) | |||
event (Required) | The actual event, an object, that happened | object | |||
event_ts (Required) | When the event was dispatched | string | |||
type (Required) | The specific name of the event | string | |||
event_id (Required) | A unique identifier for this specific event, globally unique across all workspaces. | string | |||
event_time (Required) | The epoch timestamp in seconds indicating when this event was dispatched. | integer | |||
team_id (Required) | The unique identifier of the workspace where the event occurred | string | |||
token (Required) | A verification token to validate the event originated from Slack | string | |||
type (Required) | Indicates which kind of event dispatch this is, usually `event_callback` | string |
{
"api_app_id": "string",
"authed_users": [
"string"
],
"event": {
"event_ts": "string",
"type": "string"
},
"event_id": "string",
"event_time": 0,
"team_id": "string",
"token": "string",
"type": "string"
}
A file was made public
Name | Title | Type | Format | Default | Description |
---|---|---|---|---|---|
api_app_id (Required) | The unique identifier your installed Slack application. | string | Use this to distinguish which app the event belongs to if you use multiple apps with the same Request URL. | ||
authed_users (Required) | An array of string-based User IDs. Each member of the collection represents a user that has installed your application/bot and indicates the described event would be visible to those users. | array (string) | |||
event (Required) | The actual event, an object, that happened | object | |||
event_ts (Required) | When the event was dispatched | string | |||
type (Required) | The specific name of the event | string | |||
event_id (Required) | A unique identifier for this specific event, globally unique across all workspaces. | string | |||
event_time (Required) | The epoch timestamp in seconds indicating when this event was dispatched. | integer | |||
team_id (Required) | The unique identifier of the workspace where the event occurred | string | |||
token (Required) | A verification token to validate the event originated from Slack | string | |||
type (Required) | Indicates which kind of event dispatch this is, usually `event_callback` | string |
{
"api_app_id": "string",
"authed_users": [
"string"
],
"event": {
"event_ts": "string",
"type": "string"
},
"event_id": "string",
"event_time": 0,
"team_id": "string",
"token": "string",
"type": "string"
}
A file was shared
Name | Title | Type | Format | Default | Description |
---|---|---|---|---|---|
api_app_id (Required) | The unique identifier your installed Slack application. | string | Use this to distinguish which app the event belongs to if you use multiple apps with the same Request URL. | ||
authed_users (Required) | An array of string-based User IDs. Each member of the collection represents a user that has installed your application/bot and indicates the described event would be visible to those users. | array (string) | |||
event (Required) | The actual event, an object, that happened | object | |||
event_ts (Required) | When the event was dispatched | string | |||
type (Required) | The specific name of the event | string | |||
event_id (Required) | A unique identifier for this specific event, globally unique across all workspaces. | string | |||
event_time (Required) | The epoch timestamp in seconds indicating when this event was dispatched. | integer | |||
team_id (Required) | The unique identifier of the workspace where the event occurred | string | |||
token (Required) | A verification token to validate the event originated from Slack | string | |||
type (Required) | Indicates which kind of event dispatch this is, usually `event_callback` | string |
{
"api_app_id": "string",
"authed_users": [
"string"
],
"event": {
"event_ts": "string",
"type": "string"
},
"event_id": "string",
"event_time": 0,
"team_id": "string",
"token": "string",
"type": "string"
}
A file was unshared
Name | Title | Type | Format | Default | Description |
---|---|---|---|---|---|
api_app_id (Required) | The unique identifier your installed Slack application. | string | Use this to distinguish which app the event belongs to if you use multiple apps with the same Request URL. | ||
authed_users (Required) | An array of string-based User IDs. Each member of the collection represents a user that has installed your application/bot and indicates the described event would be visible to those users. | array (string) | |||
event (Required) | The actual event, an object, that happened | object | |||
event_ts (Required) | When the event was dispatched | string | |||
type (Required) | The specific name of the event | string | |||
event_id (Required) | A unique identifier for this specific event, globally unique across all workspaces. | string | |||
event_time (Required) | The epoch timestamp in seconds indicating when this event was dispatched. | integer | |||
team_id (Required) | The unique identifier of the workspace where the event occurred | string | |||
token (Required) | A verification token to validate the event originated from Slack | string | |||
type (Required) | Indicates which kind of event dispatch this is, usually `event_callback` | string |
{
"api_app_id": "string",
"authed_users": [
"string"
],
"event": {
"event_ts": "string",
"type": "string"
},
"event_id": "string",
"event_time": 0,
"team_id": "string",
"token": "string",
"type": "string"
}
An enterprise grid migration has finished on this workspace.
Name | Title | Type | Format | Default | Description |
---|---|---|---|---|---|
api_app_id (Required) | The unique identifier your installed Slack application. | string | Use this to distinguish which app the event belongs to if you use multiple apps with the same Request URL. | ||
authed_users (Required) | An array of string-based User IDs. Each member of the collection represents a user that has installed your application/bot and indicates the described event would be visible to those users. | array (string) | |||
event (Required) | The actual event, an object, that happened | object | |||
event_ts (Required) | When the event was dispatched | string | |||
type (Required) | The specific name of the event | string | |||
event_id (Required) | A unique identifier for this specific event, globally unique across all workspaces. | string | |||
event_time (Required) | The epoch timestamp in seconds indicating when this event was dispatched. | integer | |||
team_id (Required) | The unique identifier of the workspace where the event occurred | string | |||
token (Required) | A verification token to validate the event originated from Slack | string | |||
type (Required) | Indicates which kind of event dispatch this is, usually `event_callback` | string |
{
"api_app_id": "string",
"authed_users": [
"string"
],
"event": {
"event_ts": "string",
"type": "string"
},
"event_id": "string",
"event_time": 0,
"team_id": "string",
"token": "string",
"type": "string"
}
An enterprise grid migration has started on this workspace.
Name | Title | Type | Format | Default | Description |
---|---|---|---|---|---|
api_app_id (Required) | The unique identifier your installed Slack application. | string | Use this to distinguish which app the event belongs to if you use multiple apps with the same Request URL. | ||
authed_users (Required) | An array of string-based User IDs. Each member of the collection represents a user that has installed your application/bot and indicates the described event would be visible to those users. | array (string) | |||
event (Required) | The actual event, an object, that happened | object | |||
event_ts (Required) | When the event was dispatched | string | |||
type (Required) | The specific name of the event | string | |||
event_id (Required) | A unique identifier for this specific event, globally unique across all workspaces. | string | |||
event_time (Required) | The epoch timestamp in seconds indicating when this event was dispatched. | integer | |||
team_id (Required) | The unique identifier of the workspace where the event occurred | string | |||
token (Required) | A verification token to validate the event originated from Slack | string | |||
type (Required) | Indicates which kind of event dispatch this is, usually `event_callback` | string |
{
"api_app_id": "string",
"authed_users": [
"string"
],
"event": {
"event_ts": "string",
"type": "string"
},
"event_id": "string",
"event_time": 0,
"team_id": "string",
"token": "string",
"type": "string"
}
A private channel was archived
Name | Title | Type | Format | Default | Description |
---|---|---|---|---|---|
api_app_id (Required) | The unique identifier your installed Slack application. | string | Use this to distinguish which app the event belongs to if you use multiple apps with the same Request URL. | ||
authed_users (Required) | An array of string-based User IDs. Each member of the collection represents a user that has installed your application/bot and indicates the described event would be visible to those users. | array (string) | |||
event (Required) | The actual event, an object, that happened | object | |||
event_ts (Required) | When the event was dispatched | string | |||
type (Required) | The specific name of the event | string | |||
event_id (Required) | A unique identifier for this specific event, globally unique across all workspaces. | string | |||
event_time (Required) | The epoch timestamp in seconds indicating when this event was dispatched. | integer | |||
team_id (Required) | The unique identifier of the workspace where the event occurred | string | |||
token (Required) | A verification token to validate the event originated from Slack | string | |||
type (Required) | Indicates which kind of event dispatch this is, usually `event_callback` | string |
{
"api_app_id": "string",
"authed_users": [
"string"
],
"event": {
"event_ts": "string",
"type": "string"
},
"event_id": "string",
"event_time": 0,
"team_id": "string",
"token": "string",
"type": "string"
}
You closed a private channel
Name | Title | Type | Format | Default | Description |
---|---|---|---|---|---|
api_app_id (Required) | The unique identifier your installed Slack application. | string | Use this to distinguish which app the event belongs to if you use multiple apps with the same Request URL. | ||
authed_users (Required) | An array of string-based User IDs. Each member of the collection represents a user that has installed your application/bot and indicates the described event would be visible to those users. | array (string) | |||
event (Required) | The actual event, an object, that happened | object | |||
event_ts (Required) | When the event was dispatched | string | |||
type (Required) | The specific name of the event | string | |||
event_id (Required) | A unique identifier for this specific event, globally unique across all workspaces. | string | |||
event_time (Required) | The epoch timestamp in seconds indicating when this event was dispatched. | integer | |||
team_id (Required) | The unique identifier of the workspace where the event occurred | string | |||
token (Required) | A verification token to validate the event originated from Slack | string | |||
type (Required) | Indicates which kind of event dispatch this is, usually `event_callback` | string |
{
"api_app_id": "string",
"authed_users": [
"string"
],
"event": {
"event_ts": "string",
"type": "string"
},
"event_id": "string",
"event_time": 0,
"team_id": "string",
"token": "string",
"type": "string"
}
Bulk updates were made to a private channel's history
Name | Title | Type | Format | Default | Description |
---|---|---|---|---|---|
api_app_id (Required) | The unique identifier your installed Slack application. | string | Use this to distinguish which app the event belongs to if you use multiple apps with the same Request URL. | ||
authed_users (Required) | An array of string-based User IDs. Each member of the collection represents a user that has installed your application/bot and indicates the described event would be visible to those users. | array (string) | |||
event (Required) | The actual event, an object, that happened | object | |||
event_ts (Required) | When the event was dispatched | string | |||
type (Required) | The specific name of the event | string | |||
event_id (Required) | A unique identifier for this specific event, globally unique across all workspaces. | string | |||
event_time (Required) | The epoch timestamp in seconds indicating when this event was dispatched. | integer | |||
team_id (Required) | The unique identifier of the workspace where the event occurred | string | |||
token (Required) | A verification token to validate the event originated from Slack | string | |||
type (Required) | Indicates which kind of event dispatch this is, usually `event_callback` | string |
{
"api_app_id": "string",
"authed_users": [
"string"
],
"event": {
"event_ts": "string",
"type": "string"
},
"event_id": "string",
"event_time": 0,
"team_id": "string",
"token": "string",
"type": "string"
}
You left a private channel
Name | Title | Type | Format | Default | Description |
---|---|---|---|---|---|
api_app_id (Required) | The unique identifier your installed Slack application. | string | Use this to distinguish which app the event belongs to if you use multiple apps with the same Request URL. | ||
authed_users (Required) | An array of string-based User IDs. Each member of the collection represents a user that has installed your application/bot and indicates the described event would be visible to those users. | array (string) | |||
event (Required) | The actual event, an object, that happened | object | |||
event_ts (Required) | When the event was dispatched | string | |||
type (Required) | The specific name of the event | string | |||
event_id (Required) | A unique identifier for this specific event, globally unique across all workspaces. | string | |||
event_time (Required) | The epoch timestamp in seconds indicating when this event was dispatched. | integer | |||
team_id (Required) | The unique identifier of the workspace where the event occurred | string | |||
token (Required) | A verification token to validate the event originated from Slack | string | |||
type (Required) | Indicates which kind of event dispatch this is, usually `event_callback` | string |
{
"api_app_id": "string",
"authed_users": [
"string"
],
"event": {
"event_ts": "string",
"type": "string"
},
"event_id": "string",
"event_time": 0,
"team_id": "string",
"token": "string",
"type": "string"
}
You created a group DM
Name | Title | Type | Format | Default | Description |
---|---|---|---|---|---|
api_app_id (Required) | The unique identifier your installed Slack application. | string | Use this to distinguish which app the event belongs to if you use multiple apps with the same Request URL. | ||
authed_users (Required) | An array of string-based User IDs. Each member of the collection represents a user that has installed your application/bot and indicates the described event would be visible to those users. | array (string) | |||
event (Required) | The actual event, an object, that happened | object | |||
event_ts (Required) | When the event was dispatched | string | |||
type (Required) | The specific name of the event | string | |||
event_id (Required) | A unique identifier for this specific event, globally unique across all workspaces. | string | |||
event_time (Required) | The epoch timestamp in seconds indicating when this event was dispatched. | integer | |||
team_id (Required) | The unique identifier of the workspace where the event occurred | string | |||
token (Required) | A verification token to validate the event originated from Slack | string | |||
type (Required) | Indicates which kind of event dispatch this is, usually `event_callback` | string |
{
"api_app_id": "string",
"authed_users": [
"string"
],
"event": {
"event_ts": "string",
"type": "string"
},
"event_id": "string",
"event_time": 0,
"team_id": "string",
"token": "string",
"type": "string"
}
A private channel was renamed
Name | Title | Type | Format | Default | Description |
---|---|---|---|---|---|
api_app_id (Required) | The unique identifier your installed Slack application. | string | Use this to distinguish which app the event belongs to if you use multiple apps with the same Request URL. | ||
authed_users (Required) | An array of string-based User IDs. Each member of the collection represents a user that has installed your application/bot and indicates the described event would be visible to those users. | array (string) | |||
event (Required) | The actual event, an object, that happened | object | |||
event_ts (Required) | When the event was dispatched | string | |||
type (Required) | The specific name of the event | string | |||
event_id (Required) | A unique identifier for this specific event, globally unique across all workspaces. | string | |||
event_time (Required) | The epoch timestamp in seconds indicating when this event was dispatched. | integer | |||
team_id (Required) | The unique identifier of the workspace where the event occurred | string | |||
token (Required) | A verification token to validate the event originated from Slack | string | |||
type (Required) | Indicates which kind of event dispatch this is, usually `event_callback` | string |
{
"api_app_id": "string",
"authed_users": [
"string"
],
"event": {
"event_ts": "string",
"type": "string"
},
"event_id": "string",
"event_time": 0,
"team_id": "string",
"token": "string",
"type": "string"
}
A private channel was unarchived
Name | Title | Type | Format | Default | Description |
---|---|---|---|---|---|
api_app_id (Required) | The unique identifier your installed Slack application. | string | Use this to distinguish which app the event belongs to if you use multiple apps with the same Request URL. | ||
authed_users (Required) | An array of string-based User IDs. Each member of the collection represents a user that has installed your application/bot and indicates the described event would be visible to those users. | array (string) | |||
event (Required) | The actual event, an object, that happened | object | |||
event_ts (Required) | When the event was dispatched | string | |||
type (Required) | The specific name of the event | string | |||
event_id (Required) | A unique identifier for this specific event, globally unique across all workspaces. | string | |||
event_time (Required) | The epoch timestamp in seconds indicating when this event was dispatched. | integer | |||
team_id (Required) | The unique identifier of the workspace where the event occurred | string | |||
token (Required) | A verification token to validate the event originated from Slack | string | |||
type (Required) | Indicates which kind of event dispatch this is, usually `event_callback` | string |
{
"api_app_id": "string",
"authed_users": [
"string"
],
"event": {
"event_ts": "string",
"type": "string"
},
"event_id": "string",
"event_time": 0,
"team_id": "string",
"token": "string",
"type": "string"
}
You closed a DM
Name | Title | Type | Format | Default | Description |
---|---|---|---|---|---|
api_app_id (Required) | The unique identifier your installed Slack application. | string | Use this to distinguish which app the event belongs to if you use multiple apps with the same Request URL. | ||
authed_users (Required) | An array of string-based User IDs. Each member of the collection represents a user that has installed your application/bot and indicates the described event would be visible to those users. | array (string) | |||
event (Required) | The actual event, an object, that happened | object | |||
event_ts (Required) | When the event was dispatched | string | |||
type (Required) | The specific name of the event | string | |||
event_id (Required) | A unique identifier for this specific event, globally unique across all workspaces. | string | |||
event_time (Required) | The epoch timestamp in seconds indicating when this event was dispatched. | integer | |||
team_id (Required) | The unique identifier of the workspace where the event occurred | string | |||
token (Required) | A verification token to validate the event originated from Slack | string | |||
type (Required) | Indicates which kind of event dispatch this is, usually `event_callback` | string |
{
"api_app_id": "string",
"authed_users": [
"string"
],
"event": {
"event_ts": "string",
"type": "string"
},
"event_id": "string",
"event_time": 0,
"team_id": "string",
"token": "string",
"type": "string"
}
A DM was created
Name | Title | Type | Format | Default | Description |
---|---|---|---|---|---|
api_app_id (Required) | The unique identifier your installed Slack application. | string | Use this to distinguish which app the event belongs to if you use multiple apps with the same Request URL. | ||
authed_users (Required) | An array of string-based User IDs. Each member of the collection represents a user that has installed your application/bot and indicates the described event would be visible to those users. | array (string) | |||
event (Required) | The actual event, an object, that happened | object | |||
event_ts (Required) | When the event was dispatched | string | |||
type (Required) | The specific name of the event | string | |||
event_id (Required) | A unique identifier for this specific event, globally unique across all workspaces. | string | |||
event_time (Required) | The epoch timestamp in seconds indicating when this event was dispatched. | integer | |||
team_id (Required) | The unique identifier of the workspace where the event occurred | string | |||
token (Required) | A verification token to validate the event originated from Slack | string | |||
type (Required) | Indicates which kind of event dispatch this is, usually `event_callback` | string |
{
"api_app_id": "string",
"authed_users": [
"string"
],
"event": {
"event_ts": "string",
"type": "string"
},
"event_id": "string",
"event_time": 0,
"team_id": "string",
"token": "string",
"type": "string"
}
Bulk updates were made to a DM's history
Name | Title | Type | Format | Default | Description |
---|---|---|---|---|---|
api_app_id (Required) | The unique identifier your installed Slack application. | string | Use this to distinguish which app the event belongs to if you use multiple apps with the same Request URL. | ||
authed_users (Required) | An array of string-based User IDs. Each member of the collection represents a user that has installed your application/bot and indicates the described event would be visible to those users. | array (string) | |||
event (Required) | The actual event, an object, that happened | object | |||
event_ts (Required) | When the event was dispatched | string | |||
type (Required) | The specific name of the event | string | |||
event_id (Required) | A unique identifier for this specific event, globally unique across all workspaces. | string | |||
event_time (Required) | The epoch timestamp in seconds indicating when this event was dispatched. | integer | |||
team_id (Required) | The unique identifier of the workspace where the event occurred | string | |||
token (Required) | A verification token to validate the event originated from Slack | string | |||
type (Required) | Indicates which kind of event dispatch this is, usually `event_callback` | string |
{
"api_app_id": "string",
"authed_users": [
"string"
],
"event": {
"event_ts": "string",
"type": "string"
},
"event_id": "string",
"event_time": 0,
"team_id": "string",
"token": "string",
"type": "string"
}
You opened a DM
Name | Title | Type | Format | Default | Description |
---|---|---|---|---|---|
api_app_id (Required) | The unique identifier your installed Slack application. | string | Use this to distinguish which app the event belongs to if you use multiple apps with the same Request URL. | ||
authed_users (Required) | An array of string-based User IDs. Each member of the collection represents a user that has installed your application/bot and indicates the described event would be visible to those users. | array (string) | |||
event (Required) | The actual event, an object, that happened | object | |||
event_ts (Required) | When the event was dispatched | string | |||
type (Required) | The specific name of the event | string | |||
event_id (Required) | A unique identifier for this specific event, globally unique across all workspaces. | string | |||
event_time (Required) | The epoch timestamp in seconds indicating when this event was dispatched. | integer | |||
team_id (Required) | The unique identifier of the workspace where the event occurred | string | |||
token (Required) | A verification token to validate the event originated from Slack | string | |||
type (Required) | Indicates which kind of event dispatch this is, usually `event_callback` | string |
{
"api_app_id": "string",
"authed_users": [
"string"
],
"event": {
"event_ts": "string",
"type": "string"
},
"event_id": "string",
"event_time": 0,
"team_id": "string",
"token": "string",
"type": "string"
}
A message was posted containing one or more links relevant to your application
Name | Title | Type | Format | Default | Description |
---|---|---|---|---|---|
api_app_id (Required) | The unique identifier your installed Slack application. | string | Use this to distinguish which app the event belongs to if you use multiple apps with the same Request URL. | ||
authed_users (Required) | An array of string-based User IDs. Each member of the collection represents a user that has installed your application/bot and indicates the described event would be visible to those users. | array (string) | |||
event (Required) | The actual event, an object, that happened | object | |||
event_ts (Required) | When the event was dispatched | string | |||
type (Required) | The specific name of the event | string | |||
event_id (Required) | A unique identifier for this specific event, globally unique across all workspaces. | string | |||
event_time (Required) | The epoch timestamp in seconds indicating when this event was dispatched. | integer | |||
team_id (Required) | The unique identifier of the workspace where the event occurred | string | |||
token (Required) | A verification token to validate the event originated from Slack | string | |||
type (Required) | Indicates which kind of event dispatch this is, usually `event_callback` | string |
{
"api_app_id": "string",
"authed_users": [
"string"
],
"event": {
"event_ts": "string",
"type": "string"
},
"event_id": "string",
"event_time": 0,
"team_id": "string",
"token": "string",
"type": "string"
}
A user joined a public or private channel
Name | Title | Type | Format | Default | Description |
---|---|---|---|---|---|
api_app_id (Required) | The unique identifier your installed Slack application. | string | Use this to distinguish which app the event belongs to if you use multiple apps with the same Request URL. | ||
authed_users (Required) | An array of string-based User IDs. Each member of the collection represents a user that has installed your application/bot and indicates the described event would be visible to those users. | array (string) | |||
event (Required) | The actual event, an object, that happened | object | |||
event_ts (Required) | When the event was dispatched | string | |||
type (Required) | The specific name of the event | string | |||
event_id (Required) | A unique identifier for this specific event, globally unique across all workspaces. | string | |||
event_time (Required) | The epoch timestamp in seconds indicating when this event was dispatched. | integer | |||
team_id (Required) | The unique identifier of the workspace where the event occurred | string | |||
token (Required) | A verification token to validate the event originated from Slack | string | |||
type (Required) | Indicates which kind of event dispatch this is, usually `event_callback` | string |
{
"api_app_id": "string",
"authed_users": [
"string"
],
"event": {
"event_ts": "string",
"type": "string"
},
"event_id": "string",
"event_time": 0,
"team_id": "string",
"token": "string",
"type": "string"
}
A user left a public or private channel
Name | Title | Type | Format | Default | Description |
---|---|---|---|---|---|
api_app_id (Required) | The unique identifier your installed Slack application. | string | Use this to distinguish which app the event belongs to if you use multiple apps with the same Request URL. | ||
authed_users (Required) | An array of string-based User IDs. Each member of the collection represents a user that has installed your application/bot and indicates the described event would be visible to those users. | array (string) | |||
event (Required) | The actual event, an object, that happened | object | |||
event_ts (Required) | When the event was dispatched | string | |||
type (Required) | The specific name of the event | string | |||
event_id (Required) | A unique identifier for this specific event, globally unique across all workspaces. | string | |||
event_time (Required) | The epoch timestamp in seconds indicating when this event was dispatched. | integer | |||
team_id (Required) | The unique identifier of the workspace where the event occurred | string | |||
token (Required) | A verification token to validate the event originated from Slack | string | |||
type (Required) | Indicates which kind of event dispatch this is, usually `event_callback` | string |
{
"api_app_id": "string",
"authed_users": [
"string"
],
"event": {
"event_ts": "string",
"type": "string"
},
"event_id": "string",
"event_time": 0,
"team_id": "string",
"token": "string",
"type": "string"
}
A message was sent to a channel
Name | Title | Type | Format | Default | Description |
---|---|---|---|---|---|
api_app_id (Required) | Your Slack app's unique ID | string | |||
authed_users (Required) | array (string) | ||||
event (Required) | object | ||||
channel (Required) | string | ||||
deleted_ts (Required) | string | ||||
event_ts (Required) | string | ||||
hidden (Required) | boolean | ||||
previous_message (Required) | object | ||||
comment (Required) | |||||
file (Required) | object | ||||
channels (Required) | array (string) | ||||
comments_count (Required) | integer | ||||
created (Required) | integer | ||||
display_as_bot (Required) | boolean | ||||
editable (Required) | boolean | ||||
editor (Required) | string | ||||
external_type (Required) | string | ||||
filetype (Required) | string | ||||
groups (Required) | array | ||||
id (Required) | string | ||||
ims (Required) | array | ||||
is_external (Required) | boolean | ||||
is_public (Required) | boolean | ||||
last_editor (Required) | string | ||||
mimetype (Required) | string | ||||
mode (Required) | string | ||||
name (Required) | string | ||||
permalink (Required) | string | ||||
permalink_public (Required) | string | ||||
pretty_type (Required) | string | ||||
preview (Required) | |||||
public_url_shared (Required) | boolean | ||||
size (Required) | integer | ||||
state (Required) | string | ||||
timestamp (Required) | integer | ||||
title (Required) | string | ||||
updated (Required) | integer | ||||
url_private (Required) | string | ||||
url_private_download (Required) | string | ||||
user (Required) | string | ||||
username (Required) | string | ||||
subtype (Required) | string | ||||
text (Required) | string | ||||
ts (Required) | string | ||||
type (Required) | string | ||||
subtype (Required) | string | ||||
ts (Required) | string | ||||
type (Required) | string | ||||
event_id (Required) | string | ||||
event_time (Required) | integer | ||||
team_id (Required) | The unique identifier of the team/workspace where the event happened | string | |||
token (Required) | Verification token used to validate the origin of the event | string | |||
type (Required) | string |
{
"api_app_id": "string",
"authed_users": [
"string"
],
"event": {
"channel": "string",
"deleted_ts": "string",
"event_ts": "string",
"hidden": true,
"previous_message": {
"comment": null,
"file": {
"channels": [
"string"
],
"comments_count": 0,
"created": 0,
"display_as_bot": true,
"editable": true,
"editor": "string",
"external_type": "string",
"filetype": "string",
"groups": [
null
],
"id": "string",
"ims": [
null
],
"is_external": true,
"is_public": true,
"last_editor": "string",
"mimetype": "string",
"mode": "string",
"name": "string",
"permalink": "string",
"permalink_public": "string",
"pretty_type": "string",
"preview": null,
"public_url_shared": true,
"size": 0,
"state": "string",
"timestamp": 0,
"title": "string",
"updated": 0,
"url_private": "string",
"url_private_download": "string",
"user": "string",
"username": "string"
},
"subtype": "string",
"text": "string",
"ts": "string",
"type": "string"
},
"subtype": "string",
"ts": "string",
"type": "string"
},
"event_id": "string",
"event_time": 0,
"team_id": "string",
"token": "string",
"type": "string"
}
A user sent a message to your Slack app
Name | Title | Type | Format | Default | Description |
---|---|---|---|---|---|
api_app_id (Required) | The unique identifier your installed Slack application. | string | Use this to distinguish which app the event belongs to if you use multiple apps with the same Request URL. | ||
authed_users (Required) | An array of string-based User IDs. Each member of the collection represents a user that has installed your application/bot and indicates the described event would be visible to those users. | array (string) | |||
event (Required) | The actual event, an object, that happened | object | |||
event_ts (Required) | When the event was dispatched | string | |||
type (Required) | The specific name of the event | string | |||
event_id (Required) | A unique identifier for this specific event, globally unique across all workspaces. | string | |||
event_time (Required) | The epoch timestamp in seconds indicating when this event was dispatched. | integer | |||
team_id (Required) | The unique identifier of the workspace where the event occurred | string | |||
token (Required) | A verification token to validate the event originated from Slack | string | |||
type (Required) | Indicates which kind of event dispatch this is, usually `event_callback` | string |
{
"api_app_id": "string",
"authed_users": [
"string"
],
"event": {
"event_ts": "string",
"type": "string"
},
"event_id": "string",
"event_time": 0,
"team_id": "string",
"token": "string",
"type": "string"
}
A message was posted to a channel
Name | Title | Type | Format | Default | Description |
---|---|---|---|---|---|
api_app_id (Required) | The unique identifier your installed Slack application. | string | Use this to distinguish which app the event belongs to if you use multiple apps with the same Request URL. | ||
authed_users (Required) | An array of string-based User IDs. Each member of the collection represents a user that has installed your application/bot and indicates the described event would be visible to those users. | array (string) | |||
event (Required) | The actual event, an object, that happened | object | |||
event_ts (Required) | When the event was dispatched | string | |||
type (Required) | The specific name of the event | string | |||
event_id (Required) | A unique identifier for this specific event, globally unique across all workspaces. | string | |||
event_time (Required) | The epoch timestamp in seconds indicating when this event was dispatched. | integer | |||
team_id (Required) | The unique identifier of the workspace where the event occurred | string | |||
token (Required) | A verification token to validate the event originated from Slack | string | |||
type (Required) | Indicates which kind of event dispatch this is, usually `event_callback` | string |
{
"api_app_id": "string",
"authed_users": [
"string"
],
"event": {
"event_ts": "string",
"type": "string"
},
"event_id": "string",
"event_time": 0,
"team_id": "string",
"token": "string",
"type": "string"
}
A message was posted to a private channel
Name | Title | Type | Format | Default | Description |
---|---|---|---|---|---|
api_app_id (Required) | The unique identifier your installed Slack application. | string | Use this to distinguish which app the event belongs to if you use multiple apps with the same Request URL. | ||
authed_users (Required) | An array of string-based User IDs. Each member of the collection represents a user that has installed your application/bot and indicates the described event would be visible to those users. | array (string) | |||
event (Required) | The actual event, an object, that happened | object | |||
event_ts (Required) | When the event was dispatched | string | |||
type (Required) | The specific name of the event | string | |||
event_id (Required) | A unique identifier for this specific event, globally unique across all workspaces. | string | |||
event_time (Required) | The epoch timestamp in seconds indicating when this event was dispatched. | integer | |||
team_id (Required) | The unique identifier of the workspace where the event occurred | string | |||
token (Required) | A verification token to validate the event originated from Slack | string | |||
type (Required) | Indicates which kind of event dispatch this is, usually `event_callback` | string |
{
"api_app_id": "string",
"authed_users": [
"string"
],
"event": {
"event_ts": "string",
"type": "string"
},
"event_id": "string",
"event_time": 0,
"team_id": "string",
"token": "string",
"type": "string"
}
A message was posted in a direct message channel
Name | Title | Type | Format | Default | Description |
---|---|---|---|---|---|
api_app_id (Required) | The unique identifier your installed Slack application. | string | Use this to distinguish which app the event belongs to if you use multiple apps with the same Request URL. | ||
authed_users (Required) | An array of string-based User IDs. Each member of the collection represents a user that has installed your application/bot and indicates the described event would be visible to those users. | array (string) | |||
event (Required) | The actual event, an object, that happened | object | |||
event_ts (Required) | When the event was dispatched | string | |||
type (Required) | The specific name of the event | string | |||
event_id (Required) | A unique identifier for this specific event, globally unique across all workspaces. | string | |||
event_time (Required) | The epoch timestamp in seconds indicating when this event was dispatched. | integer | |||
team_id (Required) | The unique identifier of the workspace where the event occurred | string | |||
token (Required) | A verification token to validate the event originated from Slack | string | |||
type (Required) | Indicates which kind of event dispatch this is, usually `event_callback` | string |
{
"api_app_id": "string",
"authed_users": [
"string"
],
"event": {
"event_ts": "string",
"type": "string"
},
"event_id": "string",
"event_time": 0,
"team_id": "string",
"token": "string",
"type": "string"
}
A message was posted in a multiparty direct message channel
Name | Title | Type | Format | Default | Description |
---|---|---|---|---|---|
api_app_id (Required) | The unique identifier your installed Slack application. | string | Use this to distinguish which app the event belongs to if you use multiple apps with the same Request URL. | ||
authed_users (Required) | An array of string-based User IDs. Each member of the collection represents a user that has installed your application/bot and indicates the described event would be visible to those users. | array (string) | |||
event (Required) | The actual event, an object, that happened | object | |||
event_ts (Required) | When the event was dispatched | string | |||
type (Required) | The specific name of the event | string | |||
event_id (Required) | A unique identifier for this specific event, globally unique across all workspaces. | string | |||
event_time (Required) | The epoch timestamp in seconds indicating when this event was dispatched. | integer | |||
team_id (Required) | The unique identifier of the workspace where the event occurred | string | |||
token (Required) | A verification token to validate the event originated from Slack | string | |||
type (Required) | Indicates which kind of event dispatch this is, usually `event_callback` | string |
{
"api_app_id": "string",
"authed_users": [
"string"
],
"event": {
"event_ts": "string",
"type": "string"
},
"event_id": "string",
"event_time": 0,
"team_id": "string",
"token": "string",
"type": "string"
}
A pin was added to a channel
Name | Title | Type | Format | Default | Description |
---|---|---|---|---|---|
api_app_id (Required) | The unique identifier your installed Slack application. | string | Use this to distinguish which app the event belongs to if you use multiple apps with the same Request URL. | ||
authed_users (Required) | An array of string-based User IDs. Each member of the collection represents a user that has installed your application/bot and indicates the described event would be visible to those users. | array (string) | |||
event (Required) | The actual event, an object, that happened | object | |||
event_ts (Required) | When the event was dispatched | string | |||
type (Required) | The specific name of the event | string | |||
event_id (Required) | A unique identifier for this specific event, globally unique across all workspaces. | string | |||
event_time (Required) | The epoch timestamp in seconds indicating when this event was dispatched. | integer | |||
team_id (Required) | The unique identifier of the workspace where the event occurred | string | |||
token (Required) | A verification token to validate the event originated from Slack | string | |||
type (Required) | Indicates which kind of event dispatch this is, usually `event_callback` | string |
{
"api_app_id": "string",
"authed_users": [
"string"
],
"event": {
"event_ts": "string",
"type": "string"
},
"event_id": "string",
"event_time": 0,
"team_id": "string",
"token": "string",
"type": "string"
}
A pin was removed from a channel
Name | Title | Type | Format | Default | Description |
---|---|---|---|---|---|
api_app_id (Required) | The unique identifier your installed Slack application. | string | Use this to distinguish which app the event belongs to if you use multiple apps with the same Request URL. | ||
authed_users (Required) | An array of string-based User IDs. Each member of the collection represents a user that has installed your application/bot and indicates the described event would be visible to those users. | array (string) | |||
event (Required) | The actual event, an object, that happened | object | |||
event_ts (Required) | When the event was dispatched | string | |||
type (Required) | The specific name of the event | string | |||
event_id (Required) | A unique identifier for this specific event, globally unique across all workspaces. | string | |||
event_time (Required) | The epoch timestamp in seconds indicating when this event was dispatched. | integer | |||
team_id (Required) | The unique identifier of the workspace where the event occurred | string | |||
token (Required) | A verification token to validate the event originated from Slack | string | |||
type (Required) | Indicates which kind of event dispatch this is, usually `event_callback` | string |
{
"api_app_id": "string",
"authed_users": [
"string"
],
"event": {
"event_ts": "string",
"type": "string"
},
"event_id": "string",
"event_time": 0,
"team_id": "string",
"token": "string",
"type": "string"
}
A member has added an emoji reaction to an item
Name | Title | Type | Format | Default | Description |
---|---|---|---|---|---|
api_app_id (Required) | The unique identifier your installed Slack application. | string | Use this to distinguish which app the event belongs to if you use multiple apps with the same Request URL. | ||
authed_users (Required) | An array of string-based User IDs. Each member of the collection represents a user that has installed your application/bot and indicates the described event would be visible to those users. | array (string) | |||
event (Required) | The actual event, an object, that happened | object | |||
event_ts (Required) | When the event was dispatched | string | |||
type (Required) | The specific name of the event | string | |||
event_id (Required) | A unique identifier for this specific event, globally unique across all workspaces. | string | |||
event_time (Required) | The epoch timestamp in seconds indicating when this event was dispatched. | integer | |||
team_id (Required) | The unique identifier of the workspace where the event occurred | string | |||
token (Required) | A verification token to validate the event originated from Slack | string | |||
type (Required) | Indicates which kind of event dispatch this is, usually `event_callback` | string |
{
"api_app_id": "string",
"authed_users": [
"string"
],
"event": {
"event_ts": "string",
"type": "string"
},
"event_id": "string",
"event_time": 0,
"team_id": "string",
"token": "string",
"type": "string"
}
A member removed an emoji reaction
Name | Title | Type | Format | Default | Description |
---|---|---|---|---|---|
api_app_id (Required) | The unique identifier your installed Slack application. | string | Use this to distinguish which app the event belongs to if you use multiple apps with the same Request URL. | ||
authed_users (Required) | An array of string-based User IDs. Each member of the collection represents a user that has installed your application/bot and indicates the described event would be visible to those users. | array (string) | |||
event (Required) | The actual event, an object, that happened | object | |||
event_ts (Required) | When the event was dispatched | string | |||
type (Required) | The specific name of the event | string | |||
event_id (Required) | A unique identifier for this specific event, globally unique across all workspaces. | string | |||
event_time (Required) | The epoch timestamp in seconds indicating when this event was dispatched. | integer | |||
team_id (Required) | The unique identifier of the workspace where the event occurred | string | |||
token (Required) | A verification token to validate the event originated from Slack | string | |||
type (Required) | Indicates which kind of event dispatch this is, usually `event_callback` | string |
{
"api_app_id": "string",
"authed_users": [
"string"
],
"event": {
"event_ts": "string",
"type": "string"
},
"event_id": "string",
"event_time": 0,
"team_id": "string",
"token": "string",
"type": "string"
}
Access to a set of resources was granted for your app
Name | Title | Type | Format | Default | Description |
---|---|---|---|---|---|
api_app_id (Required) | The unique identifier your installed Slack application. | string | Use this to distinguish which app the event belongs to if you use multiple apps with the same Request URL. | ||
authed_users (Required) | An array of string-based User IDs. Each member of the collection represents a user that has installed your application/bot and indicates the described event would be visible to those users. | array (string) | |||
event (Required) | The actual event, an object, that happened | object | |||
event_ts (Required) | When the event was dispatched | string | |||
type (Required) | The specific name of the event | string | |||
event_id (Required) | A unique identifier for this specific event, globally unique across all workspaces. | string | |||
event_time (Required) | The epoch timestamp in seconds indicating when this event was dispatched. | integer | |||
team_id (Required) | The unique identifier of the workspace where the event occurred | string | |||
token (Required) | A verification token to validate the event originated from Slack | string | |||
type (Required) | Indicates which kind of event dispatch this is, usually `event_callback` | string |
{
"api_app_id": "string",
"authed_users": [
"string"
],
"event": {
"event_ts": "string",
"type": "string"
},
"event_id": "string",
"event_time": 0,
"team_id": "string",
"token": "string",
"type": "string"
}
Access to a set of resources was removed for your app
Name | Title | Type | Format | Default | Description |
---|---|---|---|---|---|
api_app_id (Required) | The unique identifier your installed Slack application. | string | Use this to distinguish which app the event belongs to if you use multiple apps with the same Request URL. | ||
authed_users (Required) | An array of string-based User IDs. Each member of the collection represents a user that has installed your application/bot and indicates the described event would be visible to those users. | array (string) | |||
event (Required) | The actual event, an object, that happened | object | |||
event_ts (Required) | When the event was dispatched | string | |||
type (Required) | The specific name of the event | string | |||
event_id (Required) | A unique identifier for this specific event, globally unique across all workspaces. | string | |||
event_time (Required) | The epoch timestamp in seconds indicating when this event was dispatched. | integer | |||
team_id (Required) | The unique identifier of the workspace where the event occurred | string | |||
token (Required) | A verification token to validate the event originated from Slack | string | |||
type (Required) | Indicates which kind of event dispatch this is, usually `event_callback` | string |
{
"api_app_id": "string",
"authed_users": [
"string"
],
"event": {
"event_ts": "string",
"type": "string"
},
"event_id": "string",
"event_time": 0,
"team_id": "string",
"token": "string",
"type": "string"
}
OAuth scopes were denied to your app
Name | Title | Type | Format | Default | Description |
---|---|---|---|---|---|
api_app_id (Required) | The unique identifier your installed Slack application. | string | Use this to distinguish which app the event belongs to if you use multiple apps with the same Request URL. | ||
authed_users (Required) | An array of string-based User IDs. Each member of the collection represents a user that has installed your application/bot and indicates the described event would be visible to those users. | array (string) | |||
event (Required) | The actual event, an object, that happened | object | |||
event_ts (Required) | When the event was dispatched | string | |||
type (Required) | The specific name of the event | string | |||
event_id (Required) | A unique identifier for this specific event, globally unique across all workspaces. | string | |||
event_time (Required) | The epoch timestamp in seconds indicating when this event was dispatched. | integer | |||
team_id (Required) | The unique identifier of the workspace where the event occurred | string | |||
token (Required) | A verification token to validate the event originated from Slack | string | |||
type (Required) | Indicates which kind of event dispatch this is, usually `event_callback` | string |
{
"api_app_id": "string",
"authed_users": [
"string"
],
"event": {
"event_ts": "string",
"type": "string"
},
"event_id": "string",
"event_time": 0,
"team_id": "string",
"token": "string",
"type": "string"
}
OAuth scopes were granted to your app
Name | Title | Type | Format | Default | Description |
---|---|---|---|---|---|
api_app_id (Required) | The unique identifier your installed Slack application. | string | Use this to distinguish which app the event belongs to if you use multiple apps with the same Request URL. | ||
authed_users (Required) | An array of string-based User IDs. Each member of the collection represents a user that has installed your application/bot and indicates the described event would be visible to those users. | array (string) | |||
event (Required) | The actual event, an object, that happened | object | |||
event_ts (Required) | When the event was dispatched | string | |||
type (Required) | The specific name of the event | string | |||
event_id (Required) | A unique identifier for this specific event, globally unique across all workspaces. | string | |||
event_time (Required) | The epoch timestamp in seconds indicating when this event was dispatched. | integer | |||
team_id (Required) | The unique identifier of the workspace where the event occurred | string | |||
token (Required) | A verification token to validate the event originated from Slack | string | |||
type (Required) | Indicates which kind of event dispatch this is, usually `event_callback` | string |
{
"api_app_id": "string",
"authed_users": [
"string"
],
"event": {
"event_ts": "string",
"type": "string"
},
"event_id": "string",
"event_time": 0,
"team_id": "string",
"token": "string",
"type": "string"
}
A member has starred an item
Name | Title | Type | Format | Default | Description |
---|---|---|---|---|---|
api_app_id (Required) | The unique identifier your installed Slack application. | string | Use this to distinguish which app the event belongs to if you use multiple apps with the same Request URL. | ||
authed_users (Required) | An array of string-based User IDs. Each member of the collection represents a user that has installed your application/bot and indicates the described event would be visible to those users. | array (string) | |||
event (Required) | The actual event, an object, that happened | object | |||
event_ts (Required) | When the event was dispatched | string | |||
type (Required) | The specific name of the event | string | |||
event_id (Required) | A unique identifier for this specific event, globally unique across all workspaces. | string | |||
event_time (Required) | The epoch timestamp in seconds indicating when this event was dispatched. | integer | |||
team_id (Required) | The unique identifier of the workspace where the event occurred | string | |||
token (Required) | A verification token to validate the event originated from Slack | string | |||
type (Required) | Indicates which kind of event dispatch this is, usually `event_callback` | string |
{
"api_app_id": "string",
"authed_users": [
"string"
],
"event": {
"event_ts": "string",
"type": "string"
},
"event_id": "string",
"event_time": 0,
"team_id": "string",
"token": "string",
"type": "string"
}
A member removed a star
Name | Title | Type | Format | Default | Description |
---|---|---|---|---|---|
api_app_id (Required) | The unique identifier your installed Slack application. | string | Use this to distinguish which app the event belongs to if you use multiple apps with the same Request URL. | ||
authed_users (Required) | An array of string-based User IDs. Each member of the collection represents a user that has installed your application/bot and indicates the described event would be visible to those users. | array (string) | |||
event (Required) | The actual event, an object, that happened | object | |||
event_ts (Required) | When the event was dispatched | string | |||
type (Required) | The specific name of the event | string | |||
event_id (Required) | A unique identifier for this specific event, globally unique across all workspaces. | string | |||
event_time (Required) | The epoch timestamp in seconds indicating when this event was dispatched. | integer | |||
team_id (Required) | The unique identifier of the workspace where the event occurred | string | |||
token (Required) | A verification token to validate the event originated from Slack | string | |||
type (Required) | Indicates which kind of event dispatch this is, usually `event_callback` | string |
{
"api_app_id": "string",
"authed_users": [
"string"
],
"event": {
"event_ts": "string",
"type": "string"
},
"event_id": "string",
"event_time": 0,
"team_id": "string",
"token": "string",
"type": "string"
}
A User Group has been added to the workspace
Name | Title | Type | Format | Default | Description |
---|---|---|---|---|---|
api_app_id (Required) | The unique identifier your installed Slack application. | string | Use this to distinguish which app the event belongs to if you use multiple apps with the same Request URL. | ||
authed_users (Required) | An array of string-based User IDs. Each member of the collection represents a user that has installed your application/bot and indicates the described event would be visible to those users. | array (string) | |||
event (Required) | The actual event, an object, that happened | object | |||
event_ts (Required) | When the event was dispatched | string | |||
type (Required) | The specific name of the event | string | |||
event_id (Required) | A unique identifier for this specific event, globally unique across all workspaces. | string | |||
event_time (Required) | The epoch timestamp in seconds indicating when this event was dispatched. | integer | |||
team_id (Required) | The unique identifier of the workspace where the event occurred | string | |||
token (Required) | A verification token to validate the event originated from Slack | string | |||
type (Required) | Indicates which kind of event dispatch this is, usually `event_callback` | string |
{
"api_app_id": "string",
"authed_users": [
"string"
],
"event": {
"event_ts": "string",
"type": "string"
},
"event_id": "string",
"event_time": 0,
"team_id": "string",
"token": "string",
"type": "string"
}
The membership of an existing User Group has changed
Name | Title | Type | Format | Default | Description |
---|---|---|---|---|---|
api_app_id (Required) | The unique identifier your installed Slack application. | string | Use this to distinguish which app the event belongs to if you use multiple apps with the same Request URL. | ||
authed_users (Required) | An array of string-based User IDs. Each member of the collection represents a user that has installed your application/bot and indicates the described event would be visible to those users. | array (string) | |||
event (Required) | The actual event, an object, that happened | object | |||
event_ts (Required) | When the event was dispatched | string | |||
type (Required) | The specific name of the event | string | |||
event_id (Required) | A unique identifier for this specific event, globally unique across all workspaces. | string | |||
event_time (Required) | The epoch timestamp in seconds indicating when this event was dispatched. | integer | |||
team_id (Required) | The unique identifier of the workspace where the event occurred | string | |||
token (Required) | A verification token to validate the event originated from Slack | string | |||
type (Required) | Indicates which kind of event dispatch this is, usually `event_callback` | string |
{
"api_app_id": "string",
"authed_users": [
"string"
],
"event": {
"event_ts": "string",
"type": "string"
},
"event_id": "string",
"event_time": 0,
"team_id": "string",
"token": "string",
"type": "string"
}
You have been added to a User Group
Name | Title | Type | Format | Default | Description |
---|---|---|---|---|---|
api_app_id (Required) | The unique identifier your installed Slack application. | string | Use this to distinguish which app the event belongs to if you use multiple apps with the same Request URL. | ||
authed_users (Required) | An array of string-based User IDs. Each member of the collection represents a user that has installed your application/bot and indicates the described event would be visible to those users. | array (string) | |||
event (Required) | The actual event, an object, that happened | object | |||
event_ts (Required) | When the event was dispatched | string | |||
type (Required) | The specific name of the event | string | |||
event_id (Required) | A unique identifier for this specific event, globally unique across all workspaces. | string | |||
event_time (Required) | The epoch timestamp in seconds indicating when this event was dispatched. | integer | |||
team_id (Required) | The unique identifier of the workspace where the event occurred | string | |||
token (Required) | A verification token to validate the event originated from Slack | string | |||
type (Required) | Indicates which kind of event dispatch this is, usually `event_callback` | string |
{
"api_app_id": "string",
"authed_users": [
"string"
],
"event": {
"event_ts": "string",
"type": "string"
},
"event_id": "string",
"event_time": 0,
"team_id": "string",
"token": "string",
"type": "string"
}
You have been removed from a User Group
Name | Title | Type | Format | Default | Description |
---|---|---|---|---|---|
api_app_id (Required) | The unique identifier your installed Slack application. | string | Use this to distinguish which app the event belongs to if you use multiple apps with the same Request URL. | ||
authed_users (Required) | An array of string-based User IDs. Each member of the collection represents a user that has installed your application/bot and indicates the described event would be visible to those users. | array (string) | |||
event (Required) | The actual event, an object, that happened | object | |||
event_ts (Required) | When the event was dispatched | string | |||
type (Required) | The specific name of the event | string | |||
event_id (Required) | A unique identifier for this specific event, globally unique across all workspaces. | string | |||
event_time (Required) | The epoch timestamp in seconds indicating when this event was dispatched. | integer | |||
team_id (Required) | The unique identifier of the workspace where the event occurred | string | |||
token (Required) | A verification token to validate the event originated from Slack | string | |||
type (Required) | Indicates which kind of event dispatch this is, usually `event_callback` | string |
{
"api_app_id": "string",
"authed_users": [
"string"
],
"event": {
"event_ts": "string",
"type": "string"
},
"event_id": "string",
"event_time": 0,
"team_id": "string",
"token": "string",
"type": "string"
}
An existing User Group has been updated or its members changed
Name | Title | Type | Format | Default | Description |
---|---|---|---|---|---|
api_app_id (Required) | The unique identifier your installed Slack application. | string | Use this to distinguish which app the event belongs to if you use multiple apps with the same Request URL. | ||
authed_users (Required) | An array of string-based User IDs. Each member of the collection represents a user that has installed your application/bot and indicates the described event would be visible to those users. | array (string) | |||
event (Required) | The actual event, an object, that happened | object | |||
event_ts (Required) | When the event was dispatched | string | |||
type (Required) | The specific name of the event | string | |||
event_id (Required) | A unique identifier for this specific event, globally unique across all workspaces. | string | |||
event_time (Required) | The epoch timestamp in seconds indicating when this event was dispatched. | integer | |||
team_id (Required) | The unique identifier of the workspace where the event occurred | string | |||
token (Required) | A verification token to validate the event originated from Slack | string | |||
type (Required) | Indicates which kind of event dispatch this is, usually `event_callback` | string |
{
"api_app_id": "string",
"authed_users": [
"string"
],
"event": {
"event_ts": "string",
"type": "string"
},
"event_id": "string",
"event_time": 0,
"team_id": "string",
"token": "string",
"type": "string"
}
The workspace domain has changed
Name | Title | Type | Format | Default | Description |
---|---|---|---|---|---|
api_app_id (Required) | The unique identifier your installed Slack application. | string | Use this to distinguish which app the event belongs to if you use multiple apps with the same Request URL. | ||
authed_users (Required) | An array of string-based User IDs. Each member of the collection represents a user that has installed your application/bot and indicates the described event would be visible to those users. | array (string) | |||
event (Required) | The actual event, an object, that happened | object | |||
event_ts (Required) | When the event was dispatched | string | |||
type (Required) | The specific name of the event | string | |||
event_id (Required) | A unique identifier for this specific event, globally unique across all workspaces. | string | |||
event_time (Required) | The epoch timestamp in seconds indicating when this event was dispatched. | integer | |||
team_id (Required) | The unique identifier of the workspace where the event occurred | string | |||
token (Required) | A verification token to validate the event originated from Slack | string | |||
type (Required) | Indicates which kind of event dispatch this is, usually `event_callback` | string |
{
"api_app_id": "string",
"authed_users": [
"string"
],
"event": {
"event_ts": "string",
"type": "string"
},
"event_id": "string",
"event_time": 0,
"team_id": "string",
"token": "string",
"type": "string"
}
A new member has joined
Name | Title | Type | Format | Default | Description |
---|---|---|---|---|---|
api_app_id (Required) | The unique identifier your installed Slack application. | string | Use this to distinguish which app the event belongs to if you use multiple apps with the same Request URL. | ||
authed_users (Required) | An array of string-based User IDs. Each member of the collection represents a user that has installed your application/bot and indicates the described event would be visible to those users. | array (string) | |||
event (Required) | The actual event, an object, that happened | object | |||
event_ts (Required) | When the event was dispatched | string | |||
type (Required) | The specific name of the event | string | |||
event_id (Required) | A unique identifier for this specific event, globally unique across all workspaces. | string | |||
event_time (Required) | The epoch timestamp in seconds indicating when this event was dispatched. | integer | |||
team_id (Required) | The unique identifier of the workspace where the event occurred | string | |||
token (Required) | A verification token to validate the event originated from Slack | string | |||
type (Required) | Indicates which kind of event dispatch this is, usually `event_callback` | string |
{
"api_app_id": "string",
"authed_users": [
"string"
],
"event": {
"event_ts": "string",
"type": "string"
},
"event_id": "string",
"event_time": 0,
"team_id": "string",
"token": "string",
"type": "string"
}
The workspace name has changed
Name | Title | Type | Format | Default | Description |
---|---|---|---|---|---|
api_app_id (Required) | The unique identifier your installed Slack application. | string | Use this to distinguish which app the event belongs to if you use multiple apps with the same Request URL. | ||
authed_users (Required) | An array of string-based User IDs. Each member of the collection represents a user that has installed your application/bot and indicates the described event would be visible to those users. | array (string) | |||
event (Required) | The actual event, an object, that happened | object | |||
event_ts (Required) | When the event was dispatched | string | |||
type (Required) | The specific name of the event | string | |||
event_id (Required) | A unique identifier for this specific event, globally unique across all workspaces. | string | |||
event_time (Required) | The epoch timestamp in seconds indicating when this event was dispatched. | integer | |||
team_id (Required) | The unique identifier of the workspace where the event occurred | string | |||
token (Required) | A verification token to validate the event originated from Slack | string | |||
type (Required) | Indicates which kind of event dispatch this is, usually `event_callback` | string |
{
"api_app_id": "string",
"authed_users": [
"string"
],
"event": {
"event_ts": "string",
"type": "string"
},
"event_id": "string",
"event_time": 0,
"team_id": "string",
"token": "string",
"type": "string"
}
API tokens for your app were revoked.
Name | Title | Type | Format | Default | Description |
---|---|---|---|---|---|
api_app_id (Required) | The unique identifier your installed Slack application. | string | Use this to distinguish which app the event belongs to if you use multiple apps with the same Request URL. | ||
authed_users (Required) | An array of string-based User IDs. Each member of the collection represents a user that has installed your application/bot and indicates the described event would be visible to those users. | array (string) | |||
event (Required) | The actual event, an object, that happened | object | |||
event_ts (Required) | When the event was dispatched | string | |||
type (Required) | The specific name of the event | string | |||
event_id (Required) | A unique identifier for this specific event, globally unique across all workspaces. | string | |||
event_time (Required) | The epoch timestamp in seconds indicating when this event was dispatched. | integer | |||
team_id (Required) | The unique identifier of the workspace where the event occurred | string | |||
token (Required) | A verification token to validate the event originated from Slack | string | |||
type (Required) | Indicates which kind of event dispatch this is, usually `event_callback` | string |
{
"api_app_id": "string",
"authed_users": [
"string"
],
"event": {
"event_ts": "string",
"type": "string"
},
"event_id": "string",
"event_time": 0,
"team_id": "string",
"token": "string",
"type": "string"
}
Verifies ownership of an Events API Request URL
Name | Title | Type | Format | Default | Description |
---|---|---|---|---|---|
api_app_id (Required) | The unique identifier your installed Slack application. | string | Use this to distinguish which app the event belongs to if you use multiple apps with the same Request URL. | ||
authed_users (Required) | An array of string-based User IDs. Each member of the collection represents a user that has installed your application/bot and indicates the described event would be visible to those users. | array (string) | |||
event (Required) | The actual event, an object, that happened | object | |||
event_ts (Required) | When the event was dispatched | string | |||
type (Required) | The specific name of the event | string | |||
event_id (Required) | A unique identifier for this specific event, globally unique across all workspaces. | string | |||
event_time (Required) | The epoch timestamp in seconds indicating when this event was dispatched. | integer | |||
team_id (Required) | The unique identifier of the workspace where the event occurred | string | |||
token (Required) | A verification token to validate the event originated from Slack | string | |||
type (Required) | Indicates which kind of event dispatch this is, usually `event_callback` | string |
{
"api_app_id": "string",
"authed_users": [
"string"
],
"event": {
"event_ts": "string",
"type": "string"
},
"event_id": "string",
"event_time": 0,
"team_id": "string",
"token": "string",
"type": "string"
}
A member's data has changed
Name | Title | Type | Format | Default | Description |
---|---|---|---|---|---|
api_app_id (Required) | The unique identifier your installed Slack application. | string | Use this to distinguish which app the event belongs to if you use multiple apps with the same Request URL. | ||
authed_users (Required) | An array of string-based User IDs. Each member of the collection represents a user that has installed your application/bot and indicates the described event would be visible to those users. | array (string) | |||
event (Required) | The actual event, an object, that happened | object | |||
event_ts (Required) | When the event was dispatched | string | |||
type (Required) | The specific name of the event | string | |||
event_id (Required) | A unique identifier for this specific event, globally unique across all workspaces. | string | |||
event_time (Required) | The epoch timestamp in seconds indicating when this event was dispatched. | integer | |||
team_id (Required) | The unique identifier of the workspace where the event occurred | string | |||
token (Required) | A verification token to validate the event originated from Slack | string | |||
type (Required) | Indicates which kind of event dispatch this is, usually `event_callback` | string |
{
"api_app_id": "string",
"authed_users": [
"string"
],
"event": {
"event_ts": "string",
"type": "string"
},
"event_id": "string",
"event_time": 0,
"team_id": "string",
"token": "string",
"type": "string"
}
Name | Title | Type | Format | Default | Description |
---|---|---|---|---|---|
api_app_id (Required) | The unique identifier your installed Slack application. | string | Use this to distinguish which app the event belongs to if you use multiple apps with the same Request URL. | ||
authed_users (Required) | An array of string-based User IDs. Each member of the collection represents a user that has installed your application/bot and indicates the described event would be visible to those users. | array (string) | |||
event (Required) | The actual event, an object, that happened | object | |||
event_ts (Required) | When the event was dispatched | string | |||
type (Required) | The specific name of the event | string | |||
event_id (Required) | A unique identifier for this specific event, globally unique across all workspaces. | string | |||
event_time (Required) | The epoch timestamp in seconds indicating when this event was dispatched. | integer | |||
team_id (Required) | The unique identifier of the workspace where the event occurred | string | |||
token (Required) | A verification token to validate the event originated from Slack | string | |||
type (Required) | Indicates which kind of event dispatch this is, usually `event_callback` | string |
{
"api_app_id": "string",
"authed_users": [
"string"
],
"event": {
"event_ts": "string",
"type": "string"
},
"event_id": "string",
"event_time": 0,
"team_id": "string",
"token": "string",
"type": "string"
}