Skip to main content
March 8, 2022
Question

how Create a process model which will connect to your personal email id andMake it to count the number of unread mails in your inbox andUse process model to send a mail to hr

  • March 8, 2022
  • 1 reply
  • 0 views

how Create a process model which will connect to your personal email id and
Make it to count the number of unread mails in your inbox and
Use process model to send a mail to hr

    1 reply

    andrewh0007
    March 8, 2022

    You're unlikely to get a full answer here for such a broad question. We'd need more details such as what mail service you're using.

    If it is Office 365 then Microsoft Graph has amazing APIs available and you'll be likely get something to work.

    https://docs.microsoft.com/en-us/graph/api/resources/mail-api-overview?view=graph-rest-1.0

    The only hard part about your request is querying the mailbox so start there and see if you can solve that.