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