StatisticsMetaData: {
    emailEvent?: { emailHookId?: string; model: string; modelId: string };
    emailId?: string;
}

Type declaration

  • OptionalemailEvent?: { emailHookId?: string; model: string; modelId: string }
    • OptionalemailHookId?: string

      The id of the email hook that generated the email send.

    • model: string

      The type of the model that generated the email send.

    • modelId: string

      The id of the model that generated the email send.

  • OptionalemailId?: string

    The id of the email in the emails collection.