TTMSFNCCloudSlackConversation.PostMessage Method
Starts a request to post a message to the conversation.
API unit family: TMSFNCCloudSlack
Declaring type: TTMSFNCCloudSlackConversation
Syntax
procedure PostMessage;
Parameters
| Name | Description |
|---|---|
AText |
Text to post to Slack. |
AThreadTimeStamp |
Thread timestamp. Use 0 to post a top-level message. |
IconURL |
Optional icon URL to use for the posted message. |
LinkNames |
True to link user and channel names in the posted text. |
MarkUpParsing |
True to enable Slack markup parsing for the posted text. |
ReplyBroadcast |
True to broadcast a thread reply to the channel. |