Lindy Community Icon

Setting Up a Slack Chatbot for Knowledge Base Searches

Β·
Β·

Hi all. I'm looking to set up a chatbot in slack that would search several knowledge base sources - slack itself, notion and google drive. Search knowledge base function already has notion and google drive integrations so that's easy. Is there a way to make sure a wealth of data inside company slack instance is references as well?

  • Avatar of Marvin A.
    Marvin A.
    Β·
    Β·

    hmm not natively, but you could use our slack actions to search for relevant information. .β†’ does not work like a classic KB though

  • Avatar of Flo C.
    Flo C.
    Β·
    Β·

    you could hack it together by exporting your slack message history (there is an export feature in your slack admin, which only exports messages in public channel) and then upload that to the KB node!

  • Avatar of Andrey
    Andrey
    Β·
    Β·

    Got it. Thanks so much.