Information about the email template imported from the email marketing service that will be created in the system as a result of calling theCRM_Marketing_ImportTemplates function. CRM_Marketing_ImportTemplates.
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(); }
ID of the email template in the email marketing service.
Name of the email template in the email marketing service.
Imported template
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(); }