slack-send-widget-image
slack-send-widget-image
Render widget and send image to Slack channel
Syntax
slack-send-widget-image [profile=Connect_profile] widget-guid=Widget_GUID channel=Channel [width=Width] [height=Height]
Options
- profile=Connect_profile
- Optional. The identifier of Slack Bot connect profile
- widget-guid=Widget_GUID
- Required. Widget GUID to render
- channel=Channel
- Required. Slack channel ID or name (e.g., C08MH3H9D or #general)
- width=Width
- Optional. Image width in pixels (default: 800)
- height=Height
- Optional. Image height in pixels (default: 600)
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 |
| widget_guid | String | Widget GUID | Widget GUID |
| widget_name | String | Widget Name | Widget name |
| widget_type | String | Widget Type | Widget type |
| 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) |