My question is about the answering part. I want the response to be drafted only, so I can check and send it manually.
I’ve tried the “Reply to a Message” and “Create a Draft Message” modules. The former doesn’t have the option to save it as a draft, the latter can only create a new message (doesn’t directly respond to the incoming mail).
This seems like it would get the job done. Problem is, I am not familiar at all with API requests. I’m struggling to fill in the necessary information into the Outlook API call module in Make.
The API Call only accepts json format, so we have to change the format first. But now I don’t get the output I want, have to figure out how to only get the GPT response…
The solution I have found has one more step: update a message.
The API call will only create the draft response without any content, you can then use the message ID to update it with your generated content. It works well for me.
@lemontec lol i figured out we don’t even have to use the json format if the use the “update message” module anyway. this module can work with the normal gpt output.