TagoIO SDK for JavaScript and TypeScript
    Preparing search index...

    Interface TemplateOptions

    interface TemplateOptions {
        name: string;
        params?: { [key: string]: string | number };
    }
    Index

    Properties

    Properties

    name: string

    Template name

    You can create an e-mail template on TagoRUN options at https://admin.tago.io/run

    params?: { [key: string]: string | number }

    Parameters to parse on Template

    You can use that parameter as local variable using $PARAMETER_KEY$

    example: params = { name: 'John' } will be $name$ on template document