Trouble building HTTP request integration

Hi, I accidentally posted this in the wrong area so I deleted and put it here. I’m working on an integration that connects n8n with Relevance AI and I’m stuck on retrieving the conversation from the Relevance AI agent. So far, I have a HTTP request node that triggers the Relevance AI agent and sends the agent a message (right now just “hello”) to which the agent responds. The HTTP request node returns me conversation_id, as well as a few others including agent_id and job_id. I assume I need to use another HTTP request using the conversation_id to retrieve the actual conversation the agent had and not just triggering it, but I have been working on it for a few days with no success. Does anyone know how to do this? I am very new to this, so any help is appreciated.

The DNS server returned an error, perhaps the server is offline
(one of the error messages I received I think because I built it wrong)
My attempts get an error message but it should be the conversation I triggered with my first HTTP request.

Information on your n8n setup

  • n8n version: Newest
  • Database (default: SQLite): default
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app): n8n cloud
  • Operating system: Mac

You should refer to this documentation: Conversation with an Agent via and API call - Relevance AI Documentation

Here’s an example on how to get the messages:

1 Like

Thank you so much for the help! My workflow is looking great, thank you!

Please mark as solution if it helped :slight_smile:

Ohh, right I forgot. It’s definitely the solution though.

For some reason the mark as solution button isn’t appearing for me?