Pin Message to Channel
- 25 Jan 2023
- 1 Minute to read
- Print
- DarkLight
Pin Message to Channel
- Updated on 25 Jan 2023
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
Step Details | |
Introduced in Version | 4.0.0 |
Last Modified in Version | 7.12.0 |
Location | Integration > Slack Messenger |
The Pin Message to Channel pins a sent message within a Slack channel. The step requires the timestamp input to be a unix time code, along with the following scopes on the OAuth token: Pins:Read and Pins:Write.
Properties
Inputs
Property | Description | Data Type |
---|---|---|
Channel ID | Id of the specified channel | String |
Message Timestamp | Timestamp of the specified message | Int32 |
Outputs
Property | Description | Data Type | |
---|---|---|---|
Error | |||
Error info | String containing the HTTPErrorCode along with an Error Message returned. | String |
Common Errors
Message not found
Due to the step requiring the timestamp to be in a specific format, the timestamp of the selected message will need to be converted if pulled directly from Slack. Please ensure the timestamp is converted to the correct format. The timestamp for a message can be retrieved using the Get Message from Channel step.
Related Information
Related Articles:
Was this article helpful?