Skip to main content

Hi all,

 

I'm working on a screen login flow to encourage users to connect their Salesforce and Outlook accounts.

 

The user can set a reminder and it creates a task. 

I've been running some tests, to see what's the best. So my flow can also creates an event.

 

What I want is that when an event is created, it's also sent by email to the user as an Outlook invitation .ics format and html body with instructions. It is possible?

 

To sum up: I want the user to recieve an email which contains:

- event invitation in ics format so he can see it in his outlook calendar.

- html body with all the instructions on how to connect Salesforce and Outlook.

 

Thanks!

 

#Event  #Outlook  #Outlook Integration  #Screen Flow  #Flow  #Flow Builder  #Lightning Flow  #Ics File  #HTML Email

5 件の回答
  1. 2021年6月21日 13:51

    Hi Marie, 

     

    This is definitely possible, as I've done it previously. What I ended up doing was using a Visualforce email template with an attachment, where the attachment contained the ICS file (using the various merge fields from the record). I did need to use an Apex controller to format some of the values the way I wanted, though, so you'll most likely need a developer. 

0/9000