Type Alias ConversationMessageDto
ConversationMessageDto: { type: ConversationMessageType; contactId: string; appointmentId?: string; attachments?: string[]; emailFrom?: string; emailCc?: string[]; emailBcc?: string[]; html?: string; message?: string; replyMessageId?: string; templateId?: string; scheduledTimestamp?: number; conversationProviderId?: string; emailTo?: string; emailReplyMode?: ConversationReplyMode; fromNumber?: string; toNumber?: string;} Type declaration
contactId: string
OptionalappointmentId?: string
Optionalattachments?: string[]
OptionalemailFrom?: string
OptionalemailCc?: string[]
OptionalemailBcc?: string[]
Optionalhtml?: string
Optionalmessage?: string
OptionalreplyMessageId?: string
OptionaltemplateId?: string
OptionalscheduledTimestamp?: number
OptionalconversationProviderId?: string
OptionalemailTo?: string
OptionalfromNumber?: string
OptionaltoNumber?: string