
Use Cases
1
SEARCH EMAIL
Example Prompts:
"Search for emails where the query is equal to 'Budget'"
"Search for emails where the query is equal to 'has'"
2
VIEW EMAIL
Example Prompts:
"View the email where from_email does NOT contain 'uhu'."
"View the email where subject does NOT contain 'iqb'."
3
STAR AN EMAIL
Example Prompts:
"Star the email where is_starred equals False and from_email not_contains 'arh' and subject contains 'port Feed'."
"Star the email where is_starred equals False and subject equals 'Lunch Invite'."
4
MARK EMAIL AS IMPORTANT
Example Prompts:
"Mark the email where is_important equals 'False' and from_email not_equals '[email protected]' and subject not_equals 'Re: Q2 Report Feedback'."
"Mark the email where is_important equals 'False' and subject equals 'Re: Q2 Report Feedback'."
5
MARK AS UNREAD
Example Prompts:
"Mark as unread the email with a subject that does NOT contain 'dyf'"
"Mark as unread the email from a sender whose email contains 'mail' and has a subject that is NOT equal to 'Lunch This Week?'"
6
DELETE EMAIL
Example Prompts:
"Delete the email where the subject is NOT 'Sprint Planning Session' and the sender's email does NOT contain 'hwi'."
"Delete the email with subject that contains 'ale'"
7
MARK AS SPAM
Example Prompts:
"Mark as spam the email with subject that contains 'Free' and from_email that contains '.com' which is_spam equals True."
"Mark as spam the email with subject that is NOT equal to 'Team Outing Plan' and from email that does NOT contain 'pgd' which is spam"
8
ADD LABEL
Example Prompts:
"Add the label 'Finance' to the email where the subject contains 'oice' and the body contains 'Please review and approve the attached invoice.'"
"Add a label to the email where the label_name is NOT 'Sent' and the subject contains 's'"
9
CREATE LABEL
Example Prompts:
"Create a new label with the name that is NOT equal to 'Legal'."
"Create a new label with the name 'Important' that does NOT contain 'sxt'."
10
SEND EMAIL
Example Prompts:
"Send an email to '[email protected]', ensuring the recipient does NOT CONTAIN '[email protected]', with the subject equal to 'Project Timeline Review' and body equal to 'Dear Me,
Please review the updated project timeline attached.
Best,
Asher'."
"Send an email to '[email protected]' with a subject that CONTAINS 'I' and a body that CONTAINS 'Please review and approve the attached invoice.'"
11
EMAIL SAVE AS DRAFT
Example Prompts:
"Save the email as a draft addressed to '[email protected]' with the subject equal to 'Sprint Review Invite' and the body equal to 'Hi Me,
Join us for the sprint review on Wednesday at 2 PM.
Best,
Owen'."
"Save the email as a draft addressed to '[email protected]' with the subject equal to 'Feedback Survey'."
12
THEME CHANGED
Example Prompts:
"Change the application theme to 'light' where the theme equals 'light'."
"Change the application theme to 'dark' where the theme is NOT equal to 'system'."
