Skip to main content

CommunicationType

The type of communication sent.

enum CommunicationType {
ATTENDEE_APP_MESSAGE
HTML_EMAIL
MERGE_DOCUMENT_EMAIL
ORGANIZER_APP_MESSAGE
PLAIN_TEXT_EMAIL
TEXT_MESSAGE
}

Values​

CommunicationType.ATTENDEE_APP_MESSAGE​

An attendee app message.

CommunicationType.HTML_EMAIL​

A HTML email communication type.

CommunicationType.MERGE_DOCUMENT_EMAIL​

A merge doc email.

CommunicationType.ORGANIZER_APP_MESSAGE​

An organizer app message.

CommunicationType.PLAIN_TEXT_EMAIL​

A plain text email.

CommunicationType.TEXT_MESSAGE​

A text message.

Member Of​

SentCommunication object