I’m trying to set up Make.con api flow that monitors a mailbox, sends the email to ChatGPT to draft a response, then sends that response to Drafts so that I can continue edit and refine.
Make can send an HTTP request so it looks possible from that standpoint.
ChatGPT says:
Get Your API Token
To interact with the Drafts API, you need an API token. You can generate this token in the Drafts app:
• Go to Settings > Credentials > Drafts API.
• Generate an API token and save it securely.
But when I go there, there is no option to create the API token.
Drafts can talk to the ChatGPT API, and needs an API token to do so. That gets entered in credentials in Drafts.
When you say “ChatGPT say”, I am wondering if you have got some sort of hallucinating answer from ChatGPT, or if you are maybe misinterpreting some Drafts/ChatGPT related documentation.
The closest thing for web integration that Drafts as is the maildrop functionality. You should be able to mail to your special email address from Make.
Any interaction with ChatGPT from Make - refer to the Make documentation.
The make.com side is running well and doing a lot of the heavy lift between ChatGPT, email and our CRM and I was hoping that I could use the ChatGPT responder to send the initial response directly to Drafts, where today I cut/paste in that step.
The maildrop functionality will help as I can avoid a couple of cut/pastes.