slack-send-dashboard-images
Render all dashboard tabs and send images to Slack channel
Syntax
slack-send-dashboard-images [profile=Connect_profile] dashboard-guid=Dashboard_GUID channel=Channel [width=Width] [height=Height]
- profile=Connect_profile
- Optional. The identifier of Slack Bot connect profile
- dashboard-guid=Dashboard_GUID
- Required. Dashboard 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_count | Integer | Tab Count | Number of tabs rendered |
| total_file_size | Integer | Total File Size | Total file size in bytes |
| status | String | Status | Execution status (success, error, cancelled) |