braze-api
    Preparing search index...

    Interface PostEmailTemplateResponse

    interface PostEmailTemplateResponse {
        email_template_id: string;
        errors?: string[];
        message: string;
    }

    Hierarchy

    • ServerResponse
      • PostEmailTemplateResponse
    Index

    Properties

    email_template_id: string
    errors?: string[]
    message: string