Create Slack Feed
Create Slack feed to ingest Slack messages and attached files.
Last updated
Was this helpful?
Create Slack feed to ingest Slack messages and attached files.
Last updated
Was this helpful?
Graphlit supports ingesting messages and attached files from Slack channels.
The createFeed
mutation enables the creation of a feed by accepting the feed name
, type
and slack
feed parameters and it returns essential details, including the ID, name, state, and type of the newly generated feed.
You will need to opt-in to extracting attachments from Slack messages, which will be ingested as new content objects, by assigning includeAttachments
to true
.
Depending on the specified type
parameter, Graphlit requires the specific feed parameters including the Slack channel
and bottoken
.
By default, the Slack feed will ingest the markdown text from Slack messages, including the author of the message, and any embedded links or attachments. You will be able to search on the extracted text to locate relevant Slack messages.
You can assign a workflow object when creating the feed, and in order to ingest any referenced web pages or files linked to the Slack messages.