Skip to content

Upgrading an Existing Installation

Upgrading to v2.2.0

If you want to use the new feature to save the EML file that has been sent to the recipient on the tramlemail limeobject:

  1. Add this field on the tramlemail limetype

    Field Field type Invisible Required Readonly
    emlfile File Everywhere False True

    Translations:

    Swedish English
    EML fil EML file
  2. Add the field to lime admin config and save the config

  3. Use the boolean include_email_data_in_webhook_payload in your traml code when you instance the Email class

If you want to use the new delivered webhook on traml email:

  1. Add the option delivered on the sendoutstatus field on tramlemail.
  2. Add a new field on the tramlemail limetype:

    Field Field type Invisible Required Readonly
    delivered Time No False True

    Translations:

    Swedish English
    Levererad Delivered
  3. Add the field to lime admin config and save the config

  4. Activate the delivered webhook in Lime marketing

If you want to use the web component on traml email card:

  1. Add lwc-limepkg-traml-tracking-traml-email-html as a widget on tramlemail card in Lime admin. In the properties window, add this: {"isWidget": true}

Upgrading to v2.x.x from v1.x.x

If you want to use the new notsent webhook on traml email:

  1. Add the option notsent on the sendoutstatus field on tramlemail.
  2. Activate the notsent webhook in Lime marketing

If you dont want to use that webhook from lime marketing, nothing needs to be done on this major release.