I want to create a zap to read .json files sent via email and create a summary of them using ChatGPT. Ideally my flow will look like this:
- Gmail email received with label “Bug Report”
- ChatGPT parses unstructured data from the email (username, summary, etc)
- ChatGPT reads contents of stacktrace.json attachment and gathers the “root cause message”
- All data sent to a Google Sheet
Steps 1, 2 and 4 are pretty simple, but I can’t figure out the best way to get the email attachment into ChatGPT. Any ideas for how to approach this one?