Skip to content

Type definition in TransactionalEmailsApi #52

@bbuschkaemper

Description

@bbuschkaemper

For transaction email messageVersions, the params have a type definition of params'?: { [key: string]: object; }; (source) whereas in the similar SendSmtpEmail, the type is 'params'?: object;.

My example content params: { test: "testvalue" } is not accepted in the messageVersions params.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions