Slack Functions
object SlackFunctions
Functions
Link copied to clipboard
Use this data source to get information about a Slack conversation for use in other resources.
suspend fun getConversation(argument: suspend GetConversationPlainArgsBuilder.() -> Unit): GetConversationResult
suspend fun getConversation(channelId: String? = null, isPrivate: Boolean? = null, name: String? = null): GetConversationResult
Link copied to clipboard
Use this data source to get information about a user for use in other resources.
Link copied to clipboard
Use this data source to get information about a usergroups for use in other resources. The data source returns enabled groups only.
suspend fun getUsergroup(argument: suspend GetUsergroupPlainArgsBuilder.() -> Unit): GetUsergroupResult