Bring data from Slack to your Lakehouse.
This app is not approved by Slack. Apps are reviewed to ensure a quality experience.
This occurs because our app is private and not yet available in the Slack marketplace.public_channel
or private_channel
. Currently, fetching messages from DMs with a bot user is not allowed.
/add
in the message input box of the channel you want to add the bot.Add apps to your channel
.Nekt Source
app.Users
id
: The unique identifier for the user.name
: The user’s display name.real_name
: The user’s full name.is_bot
: A boolean indicating whether the user is a bot.is_admin
: A boolean indicating whether the user is an admin.updated
: A timestamp indicating when the user’s profile was last updated.Channels
id
: The unique identifier for the channel.name
: The name of the channel.is_private
: A boolean indicating whether the channel is private.created
: A timestamp indicating when the channel was created.topic
: An object containing the channel’s topic.purpose
: An object containing the channel’s purpose.Channel Members
channel_id
: The ID of the channel.member_id
: The ID of the member.Messages
ts
: The timestamp of the message, which also serves as its unique identifier.thread_ts
: The timestamp of the parent message if the message is part of a thread.user
: The ID of the user who sent the message.text
: The text of the message.channel_id
: The ID of the channel where the message was posted.Threads
ts
: The timestamp of the reply.thread_ts
: The timestamp of the parent message.user
: The ID of the user who sent the reply.text
: The text of the reply.channel_id
: The ID of the channel where the message was posted.If you encounter any issues, reach out to us via Slack, and we’ll gladly assist you!