How to Send email using Salesforce FLOW | Send Email Action Salesforce | Salesforce Hacks

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

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

  • @AS-sp8cj
    @AS-sp8cj 3 ปีที่แล้ว +3

    Hello, thank you for this video. Could you help me?
    I'm trying to send an email alert, but what do I have to select on SET INPUT VALUES: Record id?
    This email is for those who have 3+ opportunities closed won, the flow is scheduled every day and we need to send it for all those who have 3,6,9,etc opportunities. Thank you

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

      In your case, you have to use get records to fetch all the opportunities by owner (you haven't mentioned the condition, I am assuming by owner who has more than three opp). Then you need to use loop to trigger the notification for all the records.
      Please refer this video to set input as Record id and by that record id, how to trigger the email notification by loop:
      th-cam.com/video/yrakHP5ZDz8/w-d-xo.html

    • @AS-sp8cj
      @AS-sp8cj 3 ปีที่แล้ว

      @@SalesforceHacks thank you!!!

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

    THANK YOU SO MUCH FOR THIS

  • @sangeetaBisht-ry5dp
    @sangeetaBisht-ry5dp ปีที่แล้ว

    Can you please tell me, what if the contact email field value is null. I have a scenario where I have to send and email to contact when a new case is created of a certain record type.
    I am trying to use entry condition for this but Case.ContactId.Email != null then it's not send the email as case is getting email field after save.
    Can you help me with this .

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

    Hi Sir!
    What if we have to send the same notification to a different email address from a set of e-mail address based on some field.

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

    can you help me when case status is open then we have to send the email reminder to the user ever 3 days

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

      Please create a flow with Scheduled paths and configure your condition

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

    Hello! How can you send an email to 2 recipients? I have to send an email to the record email address as well as the record owner email address. Thanks!

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

      Please try to add another email action to trigger notification to the owner after your first email action is completed. Basically create two email action blocks and connect one after another. Please try this and let me know

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

      @@SalesforceHacks Thanks! That worked for me!

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

    How can we use outbound message and send emails with attachments and conga template

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

    Hi
    My client requirements is send auto response email through flow and this send email should be shown in activity as well.I am able to send email through flow.But I am stuck to update activity.how it work?
    Thank you

    • @SalesforceHacks
      @SalesforceHacks  3 ปีที่แล้ว

      Hi, Can you try to add another action to add activity after your send email action. In that way, activity will be added only if the email is sent successfully. Let me know if you have any questions.

    • @harmanbrar2513
      @harmanbrar2513 3 ปีที่แล้ว

      @@SalesforceHacks hi
      I am able to add task,log a call but not activity.could you guide me plz?

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

    Thank you

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

    @Salesforce Hacks - I am trying to send Opportunity report as attachment in email, how can this be achieved.. Request your advice

    • @SalesforceHacks
      @SalesforceHacks  3 ปีที่แล้ว

      Hello, Are you trying to send a report attachment from flow or you just want to send the email notification with the attachment. If you are trying from flow then I am not sure we have that option to do it. But from last year, salesforce enabled the option to subscribe to the reports with the attachments. Please check out this video th-cam.com/video/2_bDw_xV5dg/w-d-xo.html from 1:30

  • @rashmedo
    @rashmedo 3 ปีที่แล้ว

    good job

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

    how to send email to new and previous account owner using flows

    • @SalesforceHacks
      @SalesforceHacks  3 ปีที่แล้ว

      Can you try Record prior function in the flow to send email when account owner changed?
      Please refer this video: th-cam.com/video/bWrG20iPji8/w-d-xo.html
      I have used option record prior for different requirement, you can use the same for your requirement.

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

    How can add users to CC here

  • @everythingsimple342
    @everythingsimple342 3 ปีที่แล้ว

    Hi sir, I followed the steps you mentioned in the video but email is triggering

    • @SalesforceHacks
      @SalesforceHacks  3 ปีที่แล้ว

      Do you mean it’s not triggering the email?

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

    How to add the copy of email in case under email section in case

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

      Please refer to this video. I have added the create record to have a copy of the email in the activity section of that record.
      th-cam.com/video/uYDRSIWodpo/w-d-xo.html

  • @user-qx4sk3ud6n
    @user-qx4sk3ud6n 2 ปีที่แล้ว

    Sir email didnt came, my requirement is when rating is 5 , it should send the email

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

      Is your rating field a formula field? The record trigger event will not consider this as a change if you are using the formula field

    • @user-qx4sk3ud6n
      @user-qx4sk3ud6n 2 ปีที่แล้ว

      @@SalesforceHacks no it's picklist field sir

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

      @@user-qx4sk3ud6n Could you please share the screenshots of your flow with me? ssmarttrails@gmail.com

  • @vipeensarode307
    @vipeensarode307 4 ปีที่แล้ว

    How can I send mass email from flow. Example Account contain 5 contact,now whenever account update all 5 contact should receive email. This needs to be done by flow.

    • @SalesforceHacks
      @SalesforceHacks  3 ปีที่แล้ว

      I am so sorry Vipeen! I missed your comment. I hope you found the solution. Let me know if i you have any other questions.

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

      @@SalesforceHacks I am working on a request to have the option to select email recipient by way of a checkbox on a screen. Situation, when a particular status is updated/edited then the send email option appears by way of a screen allowing me to choose who gets the email. The email source is VF template.

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

      ​@@poztivchica,
      Please try to add the condition to look for the checkbox that is enabled and the status, then add Action to send the email. I am not sure that we can add the VF email template as a source but you can create the same email alert and add that to your action.

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

      @@SalesforceHacks Thank you for a response. I am extremely new to flow and would need a bit more step by step assistance. I do think a video on this would prove very helpful. Thank you.

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

      @@poztivchica I will try to do a video soon.