How can I send coupon codes that have been defined to the contacts?

How can I send coupon codes that have been defined to the contacts?

You can accomplish this in two ways:

1- Within your master_contact table, you can create a new field for your coupon codes. You will then need to update this field with a data import. In your file you should include contact_key and your coupon code field. Once the table is updated, within the content creation page, simply add the field you would like to use, from the customization function ({%}).

2- You may have a separate regular table that will contain contact_key and coupon codes. Then in the star schema, you may connect this table with the master_contact table. Then you need to create a segment with a table filter, which will be targeting this new table. And in the content, you may use the customization as {%=$Current.column_name%}
    • Related Articles

    • Are customization tags working with test sends?

      Customization Tags Customization tags are working only for "Real Sends".  We cannot use customization tags for "Test Sends" because we can do a test send to unregistered contacts too. That's why the system fills the customization tag's values with ...
    • How to create Shopify Coupon Codes in D·engage

      You can create generic as well as unique coupon codes in D·engage platform for your Shopify Store. These codes can be inserted into the email and SMS. Shopify enforces a limit of 20 million unique discount codes for each Shopify store. If you reach ...
    • Data Integration

      If you are using only our Email and SMS channels, you will only need to integrate the master_contact table. If you are using our Mobile and Web Push channels, you will need to integrate the master_device table as well. Sending your Contact Data to ...
    • Event Data Integration

      There are two options to send Event Data to D·engage: 1. Send event data via D·engage SDK First, you need to create a website application to use the dEngage Web SDK. Go to D·engage Event SDK page for detailed instructions to 'create an ...
    • CDMP Data Import

      Data imports enables you to import new records (or) update existing data through a CSV file. This is particularly useful when migrating from other platforms to D·engage, or performing mass updates to a large chunks od records. The process is quite ...