Custom Data Fields

You can map and edit custom data quickyl and easily.

When you create a content source, add any custom data elements. Copy down the "label" value as this is how you will access the data in your email code.

In the example below we have setup 1 custom data field labeled "newfield1"

You can access the data in this field in your email code using the following token:

//replace "newfield1" with the label you gave to your custom data element
[[post.custom.newfield1.value]]

When curating your newsletter, you can now edit the value of your custom field on the Edit Content Block UI via the Edit Custom Details tab.

The updated value appears in the preview:

Last updated