I am building a Zap, one of the steps is to use the contents of an email attachment (Word or Excel) in a conversation step with ChatGPT.
I constantly ran into the error ‘unable to open external links’
I have read these articles:
I eventually found the following workaround — using Zapier:
- New email trigger - match search;
- Save the attachment as a new file to Google Drive — convert the file to Google Docs (NB);
- Find the file in Google Drive;
- Use Zapier’s Text From File action and use the text version of the file in step 3;
- Use the output from 4 in conversation with ChatGPT and extract information to JSON format for further processing
The above is not robust enough for a production solution, however may be sufficient for a demo. I am looking for a reliable method of extracting the contents of a Word or Excel document to use in an OpenAI conversation.
If possible, not to use services such as Docparser or PDF.co.
In playing around, I discovered I could save the file to OpenAI as a vector store. It seems Zapier can access existing assistants in OpenAI, this is all new territory for me.
I am also looking at Singlestore, having watched a webinar that uses Zapier Central to query a file in Singlestore.
Any advice on this is greatly appreciated. Specifically, how to reliably expose the contents of a Word or Excel document to ChatGPT. Pointers to tutorials will be greatly appreciated.