Table of Contents

TTMSFNCCustomCloudSlack Class

Implements Slack service access, requests, and result events.

API unit family: TMSFNCCloudSlack Inherits from: TTMSFNCCloudOAuth

Syntax

TTMSFNCCustomCloudSlack = class(TTMSFNCCloudOAuth)

Methods

Name Description
DeleteMessage Starts a request to delete the message.
DownloadFile Starts a request to download a Slack file.
DownloadProfilePicture Starts a request to download the profile picture.
GetAllConversationHistory Starts requests that retrieve all messages in a Slack conversation.
GetAllConversations Starts requests that retrieve all available conversations.
GetAllMessageReplies Starts requests that retrieve all replies for a message.
GetAllUserConversations Starts requests that retrieve all conversations for a user.
GetAllUsers Starts requests that retrieve all available Slack users.
GetConversationHistory Starts a request for messages in a Slack conversation.
GetConversations Starts a request for conversations.
GetMessageReplies Executes the GetMessageReplies operation.
GetTestTokensResult Returns whether a token test response indicates valid tokens.
GetUserConversations Starts a request for conversations associated with a user.
GetUserInformation Starts a request for information about a Slack user.
GetUsers Starts a request for Slack users.
JoinConversation Starts a request to join the conversation.
PostMessage Starts a request to post a message to the conversation.
PostReply Starts a request to post a reply to a Slack message thread.
TestTokens Starts a request that verifies the current authentication tokens.
UploadFile Starts a request to upload a file to the conversation.