ComposioHQ

C

ComposioHQ

Join the community to ask questions about ComposioHQ and get answers from other members.

Join

Gmail App not working with Letta

Hello, I've commented on a couple other tickets open below me regarding this, but it seems like the Gmail integration with Letta has stopped working. Meaning, my agent faces errors when sending or replying to emails. Can I please get some help with this? There was no issue couple days back using this tool. Please see attached the error for GMAIL_SEND_EMAIL...
No description

Account won't load

We have a project. The original project owner has added two emails to the project: team@seamless-ai.io and my personal email hojoonkim.professional@gmail.com. These two accounts seem to be bugged, where I get an error in almost any page I navigate to in the UI - All apps give me an error, Integrations give me neverending loading animation, if I go to billing, it says "Error loading component". No project is loaded at the top left, and when I attempt to create a new project I get a "Error - You a...
No description

Issue with ClickUp's OAuth

Whenever I try to connect an account to clickup, either through code or within the composio.dev UI, I always get this error. Odd thing is, its about 95% of the times, the rare 5%, it works and displays my workspaces (both on webapp or composio.dev UI). I've created integrations using composio's default settings & I've also created one using our own developer app. Whenever I put in the Redirect URL
https://backend.composio.dev/api/v1/auth-apps/add
https://backend.composio.dev/api/v1/auth-apps/add
in Clickup's API settings, it defults back...
No description

GMAIL send/reply with CC recipients

Is it possible to send or reply to an email thread with CC recipients for the GMAIL connection? I can only specify the TO recipients via the recipient_email field. I am trying to do this via the API.

GMAIL_SEND_EMAIL function not working

I am trying to set up an agent that can send emails on my behalf using the ComposioToolSet from composio_agno Attached you can see how I am creating the agno Agent passing in the GMAIL tools. With a prompt as simple as Send an email with body "Test body" and subject "Test subject" to sebastiao.assuncao@gmail.com, I am getting the error that you can also see attached...
No description

Having trouble with notion (insert database record)

The sandbox doesn’t have the parent id , where do I put this?

Self hosting

Hello guys! I have a little question. Is it possible to self host composio ? As I understand it should be possible to self host and not using the cloud solution and also add custom and private tools. As I understand the license is Elastic 2.0 so it should be the same principle like elasticsearch (before) and MinIO. Is there maybe more info about it ? otherwise I could actually create a PR doing this to allow self hosting with a docker compose and a little guide on how to use it locally with cus...

linkedin incorrect client id

Using the composio provided linkedIn integrations just gives this error (screenshot). Sometimes it works sometimes not. I can't get my own linkedin integration to work because I think it complains about the scopes. It should be possible to only provide the following scopes to an integration and at least get the user posting to work> email,w_member_social,profile,openid It is easy to get those scopes in the linkedin developer portal but getting the organizational ones is harder so partial working integration should be possible with composio by adjusting the scopes but this dosent work....
No description

Code Interpreter - Error in Get Files action

Hi! First of all, thanks for developing this awesome project! I'm evaluating an integration with code interpreter app to use it as a tool. One of the use cases is to generate a file then download it from the sandbox. However, I'm getting an error. Can someone help me to understand what i'm doing wrong?...

Anyone has an example on how to verify incoming webhook from composio?

We're trying to verify Composio webhook signatures following the Standard Webhooks specification, but the calculated signature doesn't match the expected signature from Composio. Current Setup: Using Next.js API route to handle Composio webhooks Implementing HMAC-SHA256 signature verification...

[Solved ✅] Google Calendar not capturing that I’m busy

Hi, using composio tool “Google Calendar Find Free Slots” using Letta. The request looks good, but the response shows that the calendar isn’t busy during the requested time period.
I think it’s because the input for the timezone varies a lot. When I use MST it works, but often on the “execute tools” modal on the composio.dev side, the input for timezone widely varies…...
No description

[Solved ✅] Crypto kit availability

Heyo! Super interested in crypto kit, but I'm not having the best of lucks using the listed tools (Aave, Uniswap, etc) Tried replicating the examples there but I'm getting these errors: ```...

OAuth Error while connecting to youtube

Running into an oauth error "The Auth client was not found" while trying to connect to Youtube - is there a step by step documentation on how to enable access for youtube apis?
No description

[Solved ✅] FILETOOL_OPEN_FILE moves cwd to parent before opening file resulting in error

``` Agent: Planner Thought: Thought: The previous attempt failed because I tried to combine the action and the final answer. I need to find the relevant files, understand their structure, and then give specific instructions to the Code Editor. Using tool: FILETOOL_FIND_FILE Tool Input: ...

Twitter Media upload failed

Media upload has been failing for something like 10h. Any ideas what the issue is? Did I use up my Composio request limit? Where can I see how many requests are left in my plan?
No description

https://github.com/ComposioHQ/composio/blob/master/python/composio/tools/local/codeanalysis/tool_uti

I am facing an issue when reading a directory or searching for Python files in a repository. Although there are only 40 Python files in the directory, the function unexpectedly starts reading an extremely large number of files (e.g., 4,532 or more), which causes the program to crash. How can I prevent this from happening?

Apollo.io not showing in Composio Tools in LangFlow

Hello Everyone, Pankaj this side. Trying to add Apollo.io API Tool using Langflow & Composio but the App is not showing in Composio Tools...

Pydantic issue with Gmail trigger

Error: ``` python trigger_response.py Starting listener [WARNING] Error decoding payload: 6 validation errors for TriggerEventData...

Given some text, is it possible to figure out tool and task?

If I give some text such as "Please resolve DEV-123", is there a way to figure out which tool and task to execute?

[Solved ✅] Invalid tool type: <class 'dict'>. Tool must be an instance of BaseTool

New to Composio, and trying out the swekit PR review. Ran swekit scaffold pr_review -f crewai -o pr_review_agent to generate scaffolding, then updated get_actions to get_tools: `pr_agent_tools = composio_toolset.get_tools( actions=[ Action.GITHUB_GET_A_PULL_REQUEST,...
Next