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 ts value, uniquely identifying it within a channel |
Result Set Columns
| Name | Type | Description |
| Success | String | The result of the procedure. |
| ChannelId | String | Id of the Channel. |
| PermaLink | String | The PermaLink URL of the message. |