EmailMessageActivity class

Specifies the settings for an email activity in a journey. This type of activity sends an email message to participants.

Constructors

EmailMessageActivity({JourneyEmailMessage? messageConfig, String? nextActivity, String? templateName, String? templateVersion})
EmailMessageActivity.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
messageConfig JourneyEmailMessage?
Specifies the sender address for an email message that's sent to participants in the journey.
final
nextActivity String?
The unique identifier for the next activity to perform, after the message is sent.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
templateName String?
The name of the email message template to use for the message. If specified, this value must match the name of an existing message template.
final
templateVersion String?
The unique identifier for the version of the email template to use for the message. If specified, this value must match the identifier for an existing template version. To retrieve a list of versions and version identifiers for a template, use the Template Versions resource.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited