Published 1 year ago
This workflow sends a OpenAI GPT reply when an email is received from specific email recipients. It then saves the initial email and the GPT response to an automatically generated Google spreadsheet. Subsequent GPT responses will be added to the same spreadsheet.
Additionally, when feedback is given for any of the GPT responses, it will be recorded to the spreasheet, which can then be used later to fine-tune the GPT model.
This workflow is essentially a two-in-one workflow. It triggers off from two different nodes and have very different functionality from each trigger.
The flow triggered from On email received
node is as follows:
On email received
node.OpenAI
node.Send reply to recipient
node. A feedback link is also included in the email body which will trigger the On feedback given
node. This is used to fine-tune the GPT model.The flow triggered from On feedback given
node is as follows:
Implement complex processes faster with n8n