GetPermaLink
Retrieve a permalink URL for a specific extant message.
Input
| Name | Type | Description |
| ChannelId | String | The Id of the conversation or channel containing the message. |
| MessageId | String | A message's timestamp (ts) value, uniquely identifying it within a channel. |
Result Set Columns
| Name | Type | Description |
| Success | String | The result of the procedure. |
| ChannelId | String | The Id of the Channel. |
| PermaLink | String | The PermaLink URL of the message. |