ComposioHQ

C

ComposioHQ

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

Join

Full Application Code Example

I have gone through the docs and examples. None of the examples I have seen provide a full application. They show how to connect and execute a tool but not with authentication. The auth docs show the auth and there is no code example that I have seen that includes auth. A full application example would provide a basic demo of using Composio with users since many will be integrating your solution into their application. This would include having users who execute the tools from Composio that are...

[Solved ✅] Claude Desktop and Composio Error

Hi community, I'm trying to connect Claude Desktop with Composio and I'm encountering some issues. In my Composio account, I have integrations with HubSpot and Gmail properly set up. When running tests directly from Composio, everything works perfectly. However, when configuring these integrations in Claude Desktop using the following URLs:...

Use Composio On Mastra

Hello, I am trying to use composio with mastra, I have looked at this documentation: [ https://mastra.ai/docs/agents/02a-mcp-guide ]. I have written this code on the tools using my provate link from mcp: import { MCPConfiguration } from "@mastra/mcp";...

Issue with Growth Subscription Plan

I have complete the purchase yet the plan is not reflecting correctly on my account, I have the invoices on my e-mail.

Payload of trigger webhook url

I currently integrate composio trigger with my project on webhook url. I realize payload on each trigger webhook has different fields, which make me spend lots of time testing and see how payload look like. Can you help me to provide payload of all trigger webhook?

Binance tools not working

from my experience binance app & tools are not working because server is hosted in US, binance returns http 451 no matter what I do, can someone move its hosting to eu or any other whitelisted local IP's ?

Increate web-hook timeouts?

Hey! is it possible to configure the timeout of the webhooks? currently the timeout is at 60000ms which is quite low given that you can do a lot of AI related work while processing the webhook in the system.

List of tools that have bugs (manual configuration, not MCP)

We tested oautho/API of 41 tools, 25 has bugs, pls check 1. List of tools with errors (fail authentication): HubSpot Spotify Figma...

[Solved ✅] Gmail tool call on Vercel AI v4.1

I'm getting this error message using the VercelAIToolSet using GMAIL_FETCH_EMAILS: error MessageConversionError [AI_MessageConversionError]: ToolInvocation must have a result: {"state":"call","step":0,"toolCallId":"call_nSsCTxravzdfJpZGmeolgzai","toolName":"GMAIL_FETCH_EMAILS","args":{"max_results":1}} I'm wondering if it is because Vercel changed the Message format in the latest version. I'm using 4.1.46....

get info user when Oauth in youtube

I get detail connection via https://backend.composio.dev/api/v1/connectedAccounts/{accountId} then I combie connectionParams.base_url + meta.app.get_current_user_endpoint to url. I call it with token from connectionParams.hearders.Authorization By this way, I can get email of account do authenticate. Example in gmail: curl -H "Authorization: Bearer ..." https://www.googleapis.com/gmail/v1/users/me/profile...

Hubspot Issues

Am able to pull the correct tables via OpenAI integration - but when it comes to pushing the data via Composio, I constantly get this Fetch error.
No description

[Solved ✅] what is the difference between "COMPOSIO_LINK" and "OAUTH2"?

I'm creating an integration dynamically for an action my agent chooses to use that does not have an integration setup. I know I can fetch the app and see a list of its supported schemes and use one there for the integration. My question is, what does "COMPOSIO_LINK" do exectly? Is that a link you return to me that I redirect my user to? I've used this for an app that uses OAUTH so the user see's the oauth flow, but what if the app does not have oauth, what does "COMPOSIO_LINK" do then? ```ts const actionDetails = await getActionDetails(toolId)...

[Solved ✅] Composio Use Case

Does this basically allow me to have a natural language conversation with something that is integrated to my tech stack (Salesforce, Xero, Google Workplace)? I am trying to understand whether this will make a lot of my Make automations obsolete - which would be a good thing - as in a lot of cases i just want to have a natural languge conversation with an agent that can do things For example i want to be able to request a lead to be created in Salesforce and that happens - as opposed to having to log into Salesforce or create a Make autmation to do it. ...

[Solved ✅] What is meant by "managed MCP"?

I use the MCP GitHub to get the installation code and have done so for Claude and Cursor for the Sequential Thinking MCP server. I watched your video but don't understand how you "manage" the MCP server because it runs locally on my machine in the host with npx and nodejs etc. There are a plethora of MCP server/client marketplaces and would be great to understand how you differentiate you solution. Thank you!

OAUTH2 for HubSpot MCP fails

Hello, I've been trying to build things with the HubSpot MCP from Composio. I've got everything setup in my project, however, when I want to add my integration with HubSpot, I get the error Couldn’t complete the connection Authorization failed because the provided scopes are insufficient. Please contact the app developer. ...
No description

[Solved ✅] Issue with access /api/v1/apps

Hey guys! I'm getting this as a response when I put in a recently-generated key from my account and just attempting to list apps. {...

[Solved ✅] Where can I view the tools and actions description

The one provided to OpenAI... a tool is not being used by the agent but with in house integration it works. Want to dig deeper on why its ignoring composio's tool

timeout

I get timeout for running the Action.GMAIL_FETCH_EMAILS error code 534 The action runs ok on you dashboard but not locally. ...

[Solved ✅] How do I pass my composio API key from Claude so I can us already setup exa connection

Here is my claude client config for MCP that I have setup with composio using npx. ``` { "mcpServers": {...
Next