intercom-client
Version:
Official Node bindings to the Intercom API
14 lines (13 loc) • 397 B
TypeScript
/**
* This file was auto-generated by Fern from our API Definition.
*/
import * as Intercom from "../../../index";
/**
* Contains metadata if the message was sent as an email
*/
export interface EmailMessageMetadata {
/** The subject of the email */
subject?: string;
/** A list of an email address headers. */
email_address_headers?: Intercom.unstable.EmailAddressHeader[];
}