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
Optional
appointmentId?: string
Optional
attachments?: string[]
Optional
emailFrom?: string
Optional
emailCc?: string[]
Optional
emailBcc?: string[]
Optional
html?: string
Optional
message?: string
Optional
replyMessageId?: string
Optional
templateId?: string
Optional
scheduledTimestamp?: number
Optional
conversationProviderId?: string
Optional
emailTo?: string
Optional
fromNumber?: string
Optional
toNumber?: string