Hi, I'm looking for a solution how to send Email template with ics file attached in Workflow.
The benefit is Imagine when you receive a hotel booking reservation voucher by email, comes with the "Add to Calendar" function in the email.
I don't use the existing "Meeting" feature to send invitation to guest because it unable to customise desired template format.
file attachment function was available in Workflow's email notification too.
I running out of idea how to generate a script according to the sample format below with pre-filled data and save it as file "invite.ics" in Related List Attachment (Deals). Send email with email template and includes with "Invite.ics" files.
Any possibility can achieve this using Zoho Flow? Custom Function in CRM?
Sample Ical format:
BEGIN:VCALENDAR
VERSION:2.0
BEGIN:VEVENT
CLASS:PUBLIC
DESCRIPTION:Sample.
DTSTART:20210310T090000Z. (Time Format Start)
DTEND:20210305T120000Z. (Time Format End)
LOCATION:Awana Pier.
SUMMARY;LANGUAGE=en-us:Sunset Dinner Cruise
END:VEVENT
END:VCALENDAR