intercom-client
Version:
Official Node bindings to the Intercom API
12 lines (11 loc) • 361 B
TypeScript
/**
* This file was auto-generated by Fern from our API Definition.
*/
import * as Intercom from "../index";
/**
* Payload of the request to reply on behalf of a contact using their `email`
*/
export interface ContactReplyTicketEmailRequest extends Intercom.ContactReplyBaseRequest {
/** The email you have defined for the user. */
email: string;
}