Custom Fields v3 endpoints
GET /v3/custom_fields
400
.
POST /v3/custom_fields
Zip_Code
custom field to Post_Code
, all liquid tags referencing {{ subscriber.Zip_Code }}
would no longer work and need to be replaced with {{ subscriber.Post_Code }}
.400
.
PUT /v3/custom_fields/#{custom_field_id}
DELETE /v3/custom_fields/#{custom_field_id}