Properties
| Name | Type | Required | Description |
|---|---|---|---|
| CreatedAt | string | ✅ | The timestamp when the token was created. |
| Id | string | ✅ | The unique identifier for the token. |
| DiscardedAt | string | ❌ | The timestamp when the token was discarded, if applicable. |
| Oauth | channels.SlackTokenOauth | ❌ | |
| UpdatedAt | string | ❌ | The timestamp when the token metadata last changed. |
| Webhook | channels.SlackTokenWebhook | ❌ | Obtained directly from the incoming_webhook object in the installation response from the Slack API. |
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| ChannelId | string | ✅ | The ID of the Slack channel this installation is associated with |
| InstallationId | string | ✅ | A unique identifier for this Slack workspace installation |
| Scope | string | ❌ | The OAuth scope granted during installation |
Obtained directly from the incoming_webhook object in the installation response from the Slack API.
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| Url | string | ✅ | The URL for the incoming webhook from Slack |