Information about the email template imported from the email marketing service that will be created in the system as a result of calling the
CRM_Marketing_ImportTemplates function. CRM_Marketing_ImportTemplates.

async function CRM_Marketing_ImportTemplates(
    offset: number,  
    limit: number, 
): Promise<CRM_Marketing_ImportTemplate[]> { 
    const  response = await fetch(`https://example.com/ templates?offset=${offset}&limit=${limit}`); 
    return await response. json(); 
} 

Hierarchy

  • CRM_Marketing_ImportTemplate

Properties

id

id: string

ID of the email template in the email marketing service.

name

name: string

Name of the email template in the email marketing service.