Skip to main content

FlowMessageOptions

Represents options for sending workflow messages, including settings for email sending, multilingual content, custom messages, attachments, and a modification status flag.

Properties

NameDescription
IsCustomMessageIndicates whether the message uses a custom template or content.
EnableSendMailIndicates whether email sending is enabled for the workflow message.
SubjectA multilingual dictionary containing the subject lines of the workflow messages, mapping language codes to subject text.
CustomMessageA multilingual dictionary containing custom messages, mapping language codes to custom message content.
MessageA multilingual dictionary containing the body of the workflow messages, mapping language codes to message content.
AttachmentsA list of attachments included in the workflow message.
IsChangedIndicates whether any changes have been made to the workflow object in the code, showing if it has unsaved modifications.