Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

This also supports custom values attached to the order instead of the customer. Use custom_order_custom_[fieldName]

Viewing and Editing a customer’s custom fields

...

Info

Please follow the steps below to properly update the custom field(s):

  1. Take the custom field name from custom field section of the campaign and replace all spaces with underscores 

  2. Prefix the field name with the string "custom_"

  3. Add the resulting string to the parameter list

(EXAMPLES) *Case sensitive

"Pets Name" --> "custom_Pets_Name"
"Drivers License Number" --> "custom_Drivers_License_Number"
"hobbies" --> "custom_hobbies"

Info

This also supports custom values attached to the order instead of the customer. Use order_custom_[fieldName]

Duplicating Custom Fields

...