Schedule Birthday Emails with Salesforce Flow

Поділитися
Вставка
  • Опубліковано 18 лис 2024

КОМЕНТАРІ • 30

  • @akramjerbi1949
    @akramjerbi1949 Рік тому

    Great video thank you for sharing your knowledge

  • @hemendrasinhumat5867
    @hemendrasinhumat5867 Рік тому +1

    Great Video. Please keep on doing what you do

  • @Eliezeraugust0
    @Eliezeraugust0 Рік тому

    Excellent video, subscribed!

  • @aviancamarie7754
    @aviancamarie7754 9 місяців тому

    This was a fantastic tutorial! It's working so well that I'd like to do something similar for my organization's yahrzeits (the anniversary of a loved one's death). What makes this tricky is that the Hebrew calendar is rooted in the Moon's movements around the Earth (unlike the Gregorian calendar that is rooted in the Earth's movements's around the Sun). So the anniversary date is different every year. I was wondering if you have a tutorial for that.

  • @brittanywhite81
    @brittanywhite81 2 роки тому +1

    This video is GREAT! I am actually using this for Anniversary Dates instead of birthdays on the contact record. I have tested it on a few records and for some reason the Subject isnt showing. I have checked the classic email template and there is a subject. I also checked the {!Get_Email_Template.Subject} on create record with field subject.

    • @nickfrates
      @nickfrates  2 роки тому

      In the Send Email action try typing the subject in directly there. Might make it easier to send / get it working!

  • @ronrocksall
    @ronrocksall Рік тому

    Thanks for the video. I was looking for something similar however I needed to create task before 30 days of birthdate. do you have any idea how can I create task before certain days and has to repeat every year. Thank you.

  • @wienerzsolt
    @wienerzsolt Рік тому

    Great Video, I have already built it. Question: Instead of the default workflow user, how can I use the Org-Wide Email address? If I send out this birth day messages I dont wanna get any answer from the clients.

    • @nickfrates
      @nickfrates  Рік тому +1

      Thanks! Typically there isn't a single Org Wide Email address. You'd need to create one by going to the setup menu, typing in Organization-Wide Email Addresses, clicking add, and (it needs to be a real email address) clicking the verification link sent by Salesforce to that email.
      Once verified, you can list the Org Wide Email address as the sender email address in the flow send email action. Then in the SenderType field type OrgWideEmailAddress.
      This Salesforce help article explains how to do it once you get your email address set up:
      help.salesforce.com/s/articleView?id=sf.flow_ref_elements_actions_sendemail.htm&type=5

  • @nrkc
    @nrkc 8 місяців тому

    Hi, Is there a limit on how many emails the flow could send?

  • @msRarePearl84
    @msRarePearl84 2 роки тому

    Would love to see how emails sent can be included in a report on the dashboard

  • @yannareginamondonedo7905
    @yannareginamondonedo7905 Рік тому

    Great video! Thank you!
    I'm trying to build this but instead of sending an email to the contact, I'm creating a flow so that it sends to the Contact Owner (so they're notified of the person's birthday every morning). Everything seems to look good in Flow, debugging included, but once the schedule comes the email is never sent. My ToAddress is to my Owner Contact, my recipient in the Email Alert is the Contact Owner. Tried it multiple times but it never seems to send back. I tried it using the org-wide email address, doesn't send out either. Email deliverability is all normal and emails are synced properly.
    Any idea what I'm doing wrong? Thank you!!!

  • @MeghaKohli-l1g
    @MeghaKohli-l1g Рік тому

    can we send email according to datetime field also i mean you are checking day and month can we check time also if all three matches then only send email ? Is it possible ?

  • @sweinhcc
    @sweinhcc 5 місяців тому

    Hey, I struggle with understanding why you would create a Classic Email Template instead of Lightning one?

  • @dibyenduroy879
    @dibyenduroy879 Рік тому

    Dont u need to update the checkbox to false at the end of flow? So that will work every year

    • @nickfrates
      @nickfrates  Рік тому +1

      No! The checkbox is a formula field so it will automatically uncheck itself the following day when the flow runs because it is no longer the same day as the birthday.

    • @dibyenduroy879
      @dibyenduroy879 Рік тому

      @@nickfrates thank you so much....ur udemy flow course is also helping me...

  • @patelnira0
    @patelnira0 2 роки тому

    Hi, thank you for the video! I copied everything you did and ran the debug, but I am getting an error, any suggestions please? Error: "No records match the flow's filter conditions so the flow can't start." Thanks

    • @nickfrates
      @nickfrates  2 роки тому

      Hi! In my sandbox environment I did manually update the birthdays for a few contacts. Did you make sure there are contact records with their birthday's set to today's date before running the flow?

    • @patelnira0
      @patelnira0 2 роки тому

      @@nickfrates Thanks for your response, I'm a complete newbie (started Sforce two weeks ago), how do I make sure of that? is there an article I can read on that or watch a video you've made? thanks heaps

    • @patelnira0
      @patelnira0 2 роки тому

      I think I got what you meant, yes I manually changed a contacts birthday to todays date before running the flow, when I was testing. Thanks

  • @Eliezeraugust0
    @Eliezeraugust0 Рік тому

    It works when I debug it and test it with my own email, but next day doesnt work. I'm also trying to add a CCaddress and it doesnt send the email.

  • @judelabeh8119
    @judelabeh8119 Рік тому

    What are the limits on the number of emails that can be sent in a day?

    • @nickfrates
      @nickfrates  Рік тому

      From a production environment I believe the limit is 5000 emails per day. This email limit is separate from single emails sent by users using the email composer.

    • @judelabeh8119
      @judelabeh8119 Рік тому

      @@nickfrates Please confirm if this limit is for flows or Salesforce list email feature. I am interested in knowing the limits for flows.

  • @PragatiKhangar
    @PragatiKhangar Рік тому

    I copied everything but not getting mail

  • @konstantin19054
    @konstantin19054 2 роки тому

    Would it be possible to use {!$Flow.CurrentDate} instead of creating an extra formula field?

    • @wienerzsolt
      @wienerzsolt Рік тому

      I think no, because the current flow date also uses the year.