Connecting Multiple HTTP Routes to ChatGPT

Hello everyone,

I’m working on a project in Make where I need to scrape data from two different news websites to create a summarized article using ChatGPT. I have set up two separate HTTP routes—one for each news article.

However, I’m having trouble connecting both routes to ChatGPT so that it can take data from both articles and create a condensed summary.

Here’s what I’ve done so far:

  1. Configured two HTTP modules to fetch data from each news site.
  2. Used Parse XML to extract the necessary information (titles and descriptions).
  3. Tried various methods to combine the results (like Array aggregator and Set Variable), but I can’t seem to connect both routes to ChatGPT effectively.

I would greatly appreciate any guidance on how to centralize the data from both HTTP routes and send it to ChatGPT for summarization.

Thank you for your help!

1 Like

Hey there,

that’s not how the Make flow works. You can split a path in separate routes but not connect them.

You will need to have the two in the same path one after the other and then combine the two outputs to build the input for the ChatGPT module.

Option 1: Linear

Option 2: “Router Magic Formula”

Here are some useful links and guides you can use to learn more on how to use the Make platform, apps, and app modules. I found these useful when I was learning Make, and hope they might benefit you too —

Getting Started

Help Centre Basics

Articles & Videos

Hope this helps! Let me know if there are any further questions or issues.

@samliew

P.S.: Investing some effort into the Make Academy will save you lots of time and frustration using Make.