Parameters and project ID wont appear on request body using Relevance AI

When I copy this body to n8n from Relevance AI and run the step, the program shoots me an error an relating to the parameters which don’t show in the request body as well as the project ID

Any fixes?

Hi 2rroug welcome to n8n community :n8n:

Can you show which node is from? its better to share you workflow so we can identify

1 Like

It’s from the HTTP request node </>0zIGhx4qylmY1R9l is that the correct workflow code? I couldn’t find a way to share

You can screenshot your workflow or embed it here like this

ok so now you want make communication to Relevance AI with form submission right? Are you sure already follow this documentation API keys - Relevance AI Documentation?
your issue is more technical and related to the documentation of the Relevance AI platform.

Hello, please just copy and paste the following

{“params”:
{“company_url”:“{{ $json[‘What is your company website?’] }}”},“project”: “ENTER YOUR PROJECT ID”}

To find your project ID in Relevance AI, you need to look at the URL in your browser. The URL structure follows this pattern:

app.relevanceai.com/agents/REGION_ID/PROJECT_ID/.

In my case, my project is Highlights
[Relevance AI)

My project ID would be 48618a029b95-4fbc-8bad-74075bea2887

You can use this project ID when setting up the integration. When making API calls to your Relevance AI tool, you’ll need to include this project ID in your requests according to the API documentation. You can simply just copy and paste the project ID out of the URL into the JSON code, the parameter part can just be typed in but all the spaces and puncuation needs to be correct.

Hi! I am having the same issue. I followed the steps you outlined, but I get the following error: Studio [MY PROJECT ID] does not exist or is not publicly triggerable