How to Send Custom Notification Using Flow |

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

КОМЕНТАРІ • 23

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

    Thank you for this Amit! I was stuck and you helped me unstick :)

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

    Awesome Demo - I was getting the error and couldn't figure out why! This solved my problem :)

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

    Thanks man, was unsure how to assign the recipient id but this solved it for me.

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

    Awesome man! solved my problem, big thanks!

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

    Amit, may you share how you recorded this? I really like your format of having the screen placed right behind you. It feels much more personable in this format.

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

    thank you a lot it work

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

    Thanks man. I always learn something new from you!

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

    Great video. Thank you.

  • @ConniStock
    @ConniStock 11 місяців тому

    @Amit @SFDCPanther+, I need to have a custom notification set if a case has not been updated in 2 hours. I have followed your steps for creating a custom notification and have created a flow. However, the notification timer will need to start when record is created OR if updated and has not been resolved in 2 hours based from the last modified date. Is it possible to declaratively trigger the custom notification after a decision?

    • @sfdcpanther
      @sfdcpanther  11 місяців тому

      Hi ,
      You can created a Record Trigger Scheduled Flow that will send a custom notification after 2 hours of Last Modified Date. So even if the record is modified the new notification will be scheduled for the 2 hours after and previous one will get deleted.

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

    Thank You 🙏

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

    hi sir i want to get notify on my component without refreshing my page is there any way so please let me know

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

    Hi Amith,
    I’m trying to figure out how to setup and send custom notification to number of users from different profiles when on a custom object date is in due (date field).
    using the FLOW I know how to configure but have option to sending to the owner of the record, but what I want to send notification to number of users
    how to leverage groups, if I create a group and add few users to that group
    I have seen in Process Builder have options to choose the group and define the group name but have not find similar in Flow?
    Any help?
    Thanks...

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

    Hi Amit, valuable information.. To deploy schedule triggered flow, do we need to write test class? Is that mandatory?

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

    Very helpful

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

    Hi Amit
    I created a email notification flow on opportunity stage change following your video.
    My flow is running without any errors,but not getting notification when opportunity stage is changed.
    Can you help me with that?
    Thanks in advance!!

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

    Can we create an custom notification whenever new post is posted in opportunity (chatter) few people get notified??? Thanks in advance

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

    Hi Amit. thanks for the explanation about Notifications. We want to send agents notification when a customer has sent an email. But with email-to-case, we don't want the first email to cause a notification. We want something like ThreadId is NULL = false. (thinking that the first email wouldn't have an email thread yet. Do you know if it would be ThreadID = True or ThreadID Is NULL = False.

    • @thalitamoreira-ms3wd
      @thalitamoreira-ms3wd 9 місяців тому

      I have exactly the same situation here, how did you solve it?