slack-send-dashboard-tab-image
Render dashboard tab and send image to Slack channel
Syntax
slack-send-dashboard-tab-image [profile=Connect_profile] tab-guid=Tab_GUID channel=Channel [width=Width] [height=Height]
- profile=Connect_profile
- Optional. The identifier of Slack Bot connect profile
- tab-guid=Tab_GUID
- Required. Dashboard tab GUID to render
- channel=Channel
- Required. Slack channel ID or name (e.g., C08MH3H9D or #general)
- width=Width
- Optional. Image width in pixels (default: 1700)
- height=Height
- Optional. Image height in pixels (default: 800)
Output Fields
| Field | Type | Name | Description |
|---|---|---|---|
| profile | String | Profile | Connect profile name |
| channel_id | String | Channel ID | Resolved Slack channel ID |
| channel_name | String | Channel Name | Slack channel name |
| dashboard_guid | String | Dashboard GUID | Dashboard GUID |
| dashboard_name | String | Dashboard Name | Dashboard name |
| tab_guid | String | Tab GUID | Tab GUID |
| tab_name | String | Tab Name | Tab name |
| file_name | String | File Name | Uploaded file name |
| file_size | Integer | File Size | Uploaded file size in bytes |
| status | String | Status | Execution status (success, error, cancelled) |