campaign_id
on the campaign detail page on Poplar.recipient.address_1
, recipient.address_2
, recipient.city
, recipient.state
, recipient.postal_code
with the corresponding values in your Simon setup.merge_tags.merge-tag-name
paired with a value. Replace merge-tag-name
with the name of your merge tag. ex: merge_tags.category
address_2
field or other fields that you may not have data for every recipient make sure to add or ""
within the variable which will send a blank string instead of a null value and prevent the request from errorring out. {{ contact.address_2 }}
update it to {{ contact.address_ or '' }}