Urgent - Reducing the number of ops in my email personalization flow

Hello guys, I need some wisdom to be bestowed upon me. Simple outline of my flow -

  1. Get google sheet data from google drive
  2. Go through each row, passing data (Name, org name, org website) into ChatGpt (Openrouter)
  3. Get html of website using http module
  4. Pass html into Chatgpt as well
  5. Parse the output from ChatGpt (again, openrouter)
  6. Store result back into a specific column in the same google sheet already filled with other data
    This flow is using wayy to much ops, I’m planning to personalize over 14k emails with it, I would really appreciate your help. Thanks in advance.