Email Appointment Invite
  • 12 Feb 2024
  • 2 Minutes to read
  • Dark
    Light

Email Appointment Invite

  • Dark
    Light

Article Summary

Step Details

Introduced in Version4.0.0
Last Modified in Version7.1.0
LocationIntegration > ICAL 

The Email Appointment Invite step allows users to enter meeting details and send the email invite within the same step.



Properties

Appointment

PropertyDescriptionData Type
Start Date / TimeThe date and time of when the appointment beginsDateTime
DurationSpecifies how long the appointment will beTimeSpan
Appointment DescriptionSpecifies the description of the appointmentString
LocationSpecifies where the appointment will beString
Appointment IDSpecifies the Id of the appointmentString
SummarySpecifies the short description of the appointmentString

Email Retry 

PropertiesDescriptionData Type

Show Fail on PathProvides the "On Error" outcome pathBoolean

Retry on FailResends the email in the event of failureBoolean

 Retry CountLimits how many times the step tries to retry sending the email in the event of a failure; the default value is "3"Int32


Retry Delay in Seconds Dictates how long to wait before retrying the Send Email processInt32

Settings - Contents

PropertiesDescriptionData Type


Clean Up HTML
Converts HTML containing " &" to their standard charactersBoolean


Send Raw HTML
Formats as raw HTMLBoolean


Email Content Type
Select formatting for the email; selecting Auto auto-selects an option, HTML sends the email in HTML format, and Plain sends the email as plain text---


Pick Email Template
Enables selection of pre-existing Email Templates via the Email Template dropdownBoolean


Email Template
Displays a dropdown of pre-existing Email Templates---

SMTP Settings

PropertiesDescriptionData Type

Use Default SMTP SettingsUses the server's default SMTP Settings; these are typically set up at installation.Boolean


SMTP Server SettingsProvides dialog to establish SMTP Settings for the step to use (i.e., Server Address, Client Domain, etc.)---

Inputs

PropertiesDescriptionData Type
AttachmentsUsed to attach files to the email
List of FileData
BCCDenotes a recipient of the email's Carbon Copy but hides the address of the recipient
String
BodyThe Body content of the email. The Merge Plain Text mapping can combine Flow Data with user-input text to make up the body.
String
CCDenotes the recipient of a Carbon Copy of the email
List of String
FromThe email address of the senderString
Reply ToThe email address that receives the response in the event of an email reply
List of String
High Priority Flags the email as high priorityBoolean
SubjectProvides the email's Subject lineString
ToThe email addresses the email is being deliveredString


Common Errors

Send Email - ['From']/['To'] must be specified

If the To or From fields do not have correct values, the step will cause an error.

To correct this, ensure that the To is populated with the email address(s) of the intended individual(s) or that the From field is populated with an appropriate value.

Exception Message:

Exception Stack Trace: DecisionsFramework.Design.Flow.ErrorRunningFlowStep: Error running step Email Appointment Invite 1[SendCalendarAppointmentInvite] in flow [Flow 9]: Send Email - 'To' must be specified
 ---> DecisionsFramework.LoggedException: Send Email - 'To' must be specified 
at DecisionsFramework.Design.Flow.CoreSteps.SendEmailStep.CreateEmail(StepStartData data
 at Decisions.ICal.SendCalendarAppointmentInvite.CreateEmail(StepStartData data
 at DecisionsFramework.Design.Flow.CoreSteps.SendEmailStep.Run(StepStartData data
 at DecisionsFramework.Design.Flow.FlowStep.RunStepInternal(String flowTrackingID, String stepTrackingID, KeyValuePairDataStructure[] stepRunDataValues, AbstractFlowTrackingData trackingData
 at DecisionsFramework.Design.Flow.FlowStep.Start(String flowTrackingID, String stepTrackingID, FlowStateData data, AbstractFlowTrackingData trackingData, RunningStepData currentStepData)
   --- End of inner exception stack trace ---



Was this article helpful?