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:
-
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 -
Add the field to lime admin config and save the config
- 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:
- Add the option
delivered
on the sendoutstatus field on tramlemail. -
Add a new field on the tramlemail limetype:
Field Field type Invisible Required Readonly delivered Time No False True Translations:
Swedish English Levererad Delivered -
Add the field to lime admin config and save the config
- Activate the delivered webhook in Lime marketing
If you want to use the web component on traml email card:
- 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:
- Add the option
notsent
on the sendoutstatus field on tramlemail. - 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.