MixerBox ChatEmail > Authorize(Authorize the user's Google account permissions to access his/her inbox.): This api allow you to launch request for authorizing Google account permissions. A url will be returned, please ask the user to visit the url to continue.
MixerBox ChatEmail > Logout(Log out the user's Google account.): This api allow you to log out from a Google account, so that the user can log in to another one.
MixerBox ChatEmail > ListEmail(List emails from the user's Gmail inbox.): This api allow you to fetch emails from user's Gmail inbox.
MixerBox ChatEmail > ReadEmailByID(Read an email by an ID from the user's Gmail inbox.): This api allow you to read an email by ID from the user's Gmail inbox.
MixerBox ChatEmail > CreateDraftWithThreadID(Create a draft that will be sent to reply to a thread ID by user's input.): When a user wants to reply to an email, this api allow you to create a draft first so the user can determine when to send the email.
MixerBox ChatEmail > UpdateDraft(Update a draft that will be sent to reply to a thread ID by user's input.): This api allow you to update a draft email by draft ID from the user's Gmail inbox. Note that this API can only update drafts created from the same conversation ID.
MixerBox ChatEmail > SendEmailByDraftID(Send a draft email by a draft ID from the user's Gmail inbox.): This api allow you to send a draft email by draft ID from the user's Gmail inbox. Note that this API can only send drafts created from the same conversation ID.
MixerBox ChatEmail > DeleteDraft(Delete a draft email by a draft ID from the user's Gmail inbox.): This api allow you to delete a draft email by draft ID from the user's Gmail inbox. Note that this API can only delete drafts created from the same conversation ID.
File attachments: You can upload files to this GPT.