Microsoft Mail Integration (Part 1): Send Mail with Microsoft Graph REST API's,Outlook using POSTMAN

แชร์
ฝัง
  • เผยแพร่เมื่อ 4 พ.ย. 2024

ความคิดเห็น • 26

  • @payoyi6788
    @payoyi6788 หลายเดือนก่อน

    Thanks a lot bro, very understandable

  • @rakeshbhavsar2398
    @rakeshbhavsar2398 2 ปีที่แล้ว +2

    Thanks for such a wonderful demonstration.
    Two Queries:
    1. Do you have C# code samples for same scenario.
    2. Do you have similar demo for SharePoint GraphAPI to perform File and Folder Operations and C# code samples for the same.

    • @BEENUMLEARNING
      @BEENUMLEARNING  2 ปีที่แล้ว

      Thank You for watching. We have created this video for integration from Oracle point of view. If it has helped you then we are glad to know that. You may Google, Microsoft graph explorer there you will find API for almost all Microsoft products. Please check.

  • @BEENUMLEARNING
    @BEENUMLEARNING  2 ปีที่แล้ว

    Have you liked any of our content and thinking about Thanking us? Then you can thank us / donate us with below links
    buymeacoffee: www.buymeacoffee.com/beenumlearning
    PayPal: paypal.me/beenumlearning
    Below are the links for the courses created by us
    Learn Integration in Oracle Integration:
    www.udemy.com/course/learn-integration-in-oracle-integration-oic-from-scratch/?referralCode=A378D1F90CFDA29998D4
    Learn B2B for Oracle Integration:
    www.udemy.com/course/b2b-for-oracle-integration-training-for-beginners/?referralCode=A046790B230F8E7B2648
    Learn Insight in Oracle Integration:
    www.udemy.com/course/insight-in-oracle-integration-oic/?referralCode=6E554C8689FC329746A0

  • @tranthuy2189
    @tranthuy2189 5 หลายเดือนก่อน +2

    i have got issue:
    {
    "error": {
    "code": "MailboxNotEnabledForRESTAPI",
    "message": "The mailbox is either inactive, soft-deleted, or is hosted on-premise."
    }
    }

    • @huzaifakarlal
      @huzaifakarlal 26 วันที่ผ่านมา

      have you been able to solve it?? im facing the same issue, any guidance will be appreciated.

  • @issaissifou4959
    @issaissifou4959 ปีที่แล้ว

    Thank you so much

  • @hungvu-q2o
    @hungvu-q2o 8 หลายเดือนก่อน

    Every user in my work has an email address, I can create 1 azure account for sending and use the api to send mail from those email addresses

    • @BEENUMLEARNING
      @BEENUMLEARNING  8 หลายเดือนก่อน

      This use case is used to process the mails received on a mail account like asking for more information...etc
      But implications could be vast as per the business

  • @johnleone1996
    @johnleone1996 ปีที่แล้ว

    How do I make a version of this that doesn't require any user sign-in?

  • @shreeyanshukumar8118
    @shreeyanshukumar8118 ปีที่แล้ว

    is it possible to reply to an existing mail thread using an outlook api?

    • @BEENUMLEARNING
      @BEENUMLEARNING  ปีที่แล้ว

      Yes, refer below document and for knowing how to make use of Graph API's you may watch out Graph API for email videos on TH-cam or on Udemy
      learn.microsoft.com/en-us/answers/questions/1348031/using-ms-graph-api-how-to-reply-to-an-email-thread

  • @narendransankaran2637
    @narendransankaran2637 2 ปีที่แล้ว

    how to send attachments in an email - I mean if we want to dynamically pass the content as an attachment , how we can achieve it

    • @BEENUMLEARNING
      @BEENUMLEARNING  2 ปีที่แล้ว +1

      You can send attachments in base64 format, this is available in the documentation link what we have added in the blog for this video.
      For your quick reference below is the documentation link for the same
      docs.microsoft.com/en-us/graph/api/resources/fileattachment?view=graph-rest-1.0

    • @narendransankaran2637
      @narendransankaran2637 2 ปีที่แล้ว

      @@BEENUMLEARNING Got it, We can use this property ''contentBytes'' to pass the base64 formatted content as an attachment

  • @thanuthomas7003
    @thanuthomas7003 4 หลายเดือนก่อน

    hi on send click in postman i get 404 error. please help
    {
    "error": {
    "code": "MailboxNotEnabledForRESTAPI",
    "message": "The mailbox is either inactive, soft-deleted, or is hosted on-premise."
    }
    }

    • @huzaifakarlal
      @huzaifakarlal 26 วันที่ผ่านมา

      have you been able to solve it?? im facing the same issue, any guidance will be appreciated.l

  • @suryasai7135
    @suryasai7135 2 ปีที่แล้ว

    Get messages method please??

    • @BEENUMLEARNING
      @BEENUMLEARNING  2 ปีที่แล้ว +1

      Sure, we'll take up that as well.
      Our focus of creating this video was to integrate MS mail from Oracle, but this video has got response from developers outside of Oracle and we are planning to create content on Microsoft, Azure and other products soon.

  • @shouryayadav
    @shouryayadav 2 ปีที่แล้ว

    How to solve 400 Bad Request with message as “Invalid base64 string for MIME content”?

    • @djKafelka
      @djKafelka ปีที่แล้ว

      add another header Content-type : application/json

  • @rabiekhlifi3492
    @rabiekhlifi3492 2 ปีที่แล้ว +1

    how to get the bearer token ?

    • @BEENUMLEARNING
      @BEENUMLEARNING  2 ปีที่แล้ว

      th-cam.com/video/gXZL1Yv84tg/w-d-xo.html
      click above video to watch how to get access token

  • @mosesbosire4156
    @mosesbosire4156 2 ปีที่แล้ว

    I an getting authenticated and receive the token, however, on sending email I am getting error - "code": "InvalidAuthenticationToken",
    "message": "CompactToken parsing failed with error code: 8004920A",