Custom Fields

You have the ability to add custom fields to your ZAP~POST campaigns, these fields allow you to choose data specific for your campaigns and customer data to be displayed on your Direct Mail campaigns. For more help on setting up custom fields, see our detailed documentation.

To add custom fields to your Patchworks Integration:

  1. In Patchworks, navigate to Connectors & Instances

  2. Click settings

  1. Select Endpoints (you'll want to edit the POST Submissions and POST Records endpoints)

  2. Click on Schema and then Edit

  1. Paste the below into the Schema

{
      "customerid": "Value",
      "email": "Value",
      "salutation": "Value",
      "firstname": "Value",
      "surname": "Value",
      "address1": "Value",
      "address2": "Value",
      "address3": "Value",
      "city": "Value",
      "postcode": "Value",
      "country": "Value",
      "currency": "Value",
      "language": "Value",
      "customdata:" {
        "customfield1": "Value"
      }
}
  1. Click Save Schema then Save and go back

  2. On your flow, you'll need to map which data should populate your new custom field

  3. On your mapping step, click on the settings icon

  1. Click Add Mapping Rule

  2. For the left field, select the field where the data is coming from

  3. For the right field, the Payload should be customdata.customfield1

  1. Click Accept then Save

  2. You're all set!

Last updated