Email To Case in Salesforce

แชร์
ฝัง
  • เผยแพร่เมื่อ 10 ก.ย. 2022
  • How to setup Email To Case in Salesforce
    What is Email-To-Case
    When to use Email-to-Case
    Consideration and Limitation of Email-to-Case
    Demo and step by step implementation

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

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

    I loved it the way u teaching❤ very simply and clearly

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

      Thanks a lot 😊

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

    hi. Just 1 Question. instead of sending the email from Gmail, can the same email be written in a UI Send Email Text Area LWC Component and using Apex SingleEmailMessage the email be sent to create a case? We need to do a email-to-case from a LWC component in Experience Cloud actually.

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

    Short and sweet session ❤️

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

      Glad you liked it!!

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

    you added case origin as Email but this is not reflecting on case page layout facing same problem in my org . Any particular reason for it ??

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

    case comment is send in email to owner when the case is created. Can we reply to that email so that the replied email is posted as comment in salesforce?

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

    one more ques, if we set case owner from this email-2-case configuration to some user but in case assignment rules make some other user as owner, then what will happen in this case?

    • @SahilKhan-mx1rp
      @SahilKhan-mx1rp ปีที่แล้ว

      You have Case assignment process as well. I believe default owner from the email2case will be assigned first then case assignment will come into picture.

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

    one ques, if we send email to this email address from apex, then case will also get created in system or it will work only in case email is sending through outlook only.

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

      I think if you send email to the RA from any mail / or anyway it counts as a case

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

      It will work. As Salesforce monitor the email id and does means from where you are sending email. But Why you want to send email from Apex as you can create care directly by Apex.

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

      @@apexhours the reason is we have some wrong routed cases in salesforce and have to create same cases in oracle side and they already have same email2case functionality there. So we have one checkbox in salesforce and If we check that one then we want to create case there as well.. so we tried to send email to their email address in after update trigger but checked no case is generating but when email is coming from outlook, case is creating.