| Property | Type | Description | Required |
|---|---|---|---|
| tokens | object | - | - |
| tokens.access_token | string | - | ✓ |
| tokens.refresh_token | object | - | - |
| tokens.expires_in | object | - | - |
| tokens.token_type | object | - | - |
| tokens.scope | object | - | - |
| tokens.tokenObtainedAt | object | - | - |
| clientSecret | object | - | - |
| clientId | object | - | - |
| botUserId | object | Slack Bot User ID | - |
| teamId | object | Slack Team/Workspace ID | - |
| botToken | object | Bot token (for backward compatibility) | - |
| userToken | object | User token (from OAuth) | - |
| webhookUrl | object | An url that new messages will be sent to | - |
| permission | object | Permission to access the Slack API and selected workspace and channels | - |
| permission.workspace | object | - | - |
| permission.channels | array of object | - | - |
| permission.allCurrentAndFutureChannels | object | - | - |
| account | object | The connected Slack account/workspace name | - |
| debugMode | object | Enable debug mode for additional logging | - |
| customBotName | object | Custom name for the bot in messages | - |
| callbacks | object | Callbacks for the slack binding | - |
| callbacks.stream | string | - | ✓ |
| callbacks.generate | string | - | ✓ |
| callbacks.generateObject | string | - | ✓ |
Use the properties above to configure your JSON in the editor below.