Type Alias ConversationProcessMessageResponse

ConversationProcessMessageResponse: {
    success: boolean;
    conversationId: string;
    messageId: string;
    message: string;
    contactId?: string;
    dateAdded?: string;
    emailMessageId?: string;
}

Type declaration

  • success: boolean
  • conversationId: string
  • messageId: string
  • message: string
  • OptionalcontactId?: string
  • OptionaldateAdded?: string
  • OptionalemailMessageId?: string