Flow in Theory for Pricing emails

Looking at building a flow that would :
read an html email.
Extract 2-3 line items of text information with prices
Take the prices, add a preset number to the price
Compose an email with the “new updated prices” and automatically, 5 days a week at a preset time.

Is this possible?

Hey @kskovy! If you’re reporting an issue with a flow or an error in a run, please include the run link and make sure it’s shareable so we can take a look.

  1. Find your run link on the history page. Format: https://www.gumloop.com/pipeline?run_id={{your_run_id}}&workbook_id={{workbook_id}}

  2. Make it shareable by clicking “Share” → ‘Anyone with the link can view’ in the top-left corner of the flow screen.
    GIF guide

  3. Provide details about the issue—more context helps us troubleshoot faster.

You can find your run history here: https://www.gumloop.com/history

Hey @kskovy – Yeah this should be possible! I’d recommend using Gummie (chatbot) to help you map out this workflow. In general you can use the following structure:

  • Gmail Reader
  • Extract Data to extract the prices/line-items
  • Ask AI node to add the preset number to the price
  • Gmail Sender to send the updated price email

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.