-
Has anyone written a custom connector to ingest data from common sales tools into Glean?
We have made use of many of Glean's available prebuilt data connectors like Slack, Jira, Asana, Miro, and Google Workspace. We see value in connecting some of our core sales tools like Chorus, Gainsight, Outreach, and LinkedIn Navigator, but there are no prebuilt Glean connectors for these applications. We are…
-
Help With Seismic Data Source Setup
I am trying to add Seismic as a data source and during the part where I am trying to 'get user authorization. It asks to run the below URL but when setting the parameters I'm not sure how/where to get an an opaque code. Any help here would be appreciated.
-
Can We Capture Chat Input Submission Event and the message typed in Glean Web SDK?
Hi Glean Support Team, I hope you're doing well. We're currently using the Glean Web SDK (@gleanwork /web-sdk@2 .1.0) and embedding the chat experience into our application using the renderChat() method. While the integration itself is working smoothly, we have a specific requirement that we’re currently unable to fulfill:…
-
Glean agents in responding to a Bot or Workflow message in slack?
Hello, We are working on a flow that would give a daily digest for our leadership team and the requirement would be a time based trigger. I have attempted to setup a reminder that posts a message, I have also setup a workflow for a scheduled message and in both instances the Glean agent did not acknowledge. We have…
-
Deep Research feature in Agent
Hello, I am wondering if the Deep Research capability can be enabled by an action in an Agent workflow? Is this possible already, or is this something that is in the works? Thanks, Eric
-
How can I clone an Agent?
I need to break up an agent into 2 - one each for 2 sets of deliverables but using the same data in Read memory, and the first 5 steps are the same. I do not want to branch. I want to create 2 agents. Is there a way to clone an agent please?
-
upload_files returning 400 error
When I do with Glean(api_token=api_token, instance='zillow') as g_client: res = g_client.client.chat.upload_files(files=[ { "file_name": "example_A.html", "content": open("example_A.html", "rb") }, ]) I get a 400 error glean.api_client.errors.gleanerror.GleanError: API error occurred: Status 400 Unable to parse request…
-
Embedded Chat initialMessage No Longer Working After Chat Assistants Converted to Agents
I want to discuss an issue with the EmbeddedSearch.renderChat function that seems to have surfaced recently. I’ve developed an internal add-on that uses the initialMessage parameter to prepopulate the chat assistant with initial chat message. This setup had been working reliably until recently, but I’ve noticed that since…
-
Glean access to Jira
Hi, I'm trying to get Glean to summarize all the tickets on a Jira board - ideally by assignee. I'm a manager and I need to know what my team is working on during this sprint, and if there are any issues that I should pay particular attention to. Can you advise on if it might be something wrong with our Jira <> Glean…