Step Details | |
| Introduced in Version | 4.0.0 |
| Last Modified in Version | 7.12.0 |
| Location | Integration > Slack Messenger |
The Get Messages from Channel receives messages from the specified channel. The step will default to pulling messages from the first message sent in the channel unless a timestamp is defined.
Prerequisites
The step requires the Slack Module to be installed before it will be available in the toolbox.
Properties
Inputs
| Property | Description | Data Type |
|---|---|---|
| Channel ID | The ID for the channel where messages will be pulled from | String |
| Latest Message Timestamp | The latest timestamp to start pulling messages from. If this setting is not defined, messages will be pulled from the beginning of the channel | String |
| Message Count | The total number of messages which will be pulled. | Int32 |
Outputs
| Property | Description | Data Type | |
|---|---|---|---|
| Error | |||
| Error info | String containing the HTTPErrorCode along with an Error Message returned. | SlackErrorInfo | |
| Result | |||
| RESULT | Output containing the list of messages retrieved from the step | String | |
Related Information
Related Articles:
