/*REPOSTING AS NEW USER - SORRY FOR CONFUSION*/ We named our Custom Field 1 'Signup Date' in the admin gui on the constant contact site. When we subscribe users to our list, they are added successfully but the custom field is not updated. REQUEST: {{ "column_names": ["EMAIL" ,"FIRST NAME" ,"LAST NAME" ,"CUSTOM FIELD 1" ] ,"import_data": [{ "custom_fields":[ {"name":"Signup Date" ,"value":"foo" } ] ,"first_name":"testf" ,"last_name":"testl" ,"email_addresses":[ "jeffsank@jeffsank.com" ] }] ,"lists":[ "1924786102" ] }} RESPONSE: { "id":"25b909e0-dae0-11e3-a5b7-d4ae52986b44" ,"type":"ADD_CONTACTS" ,"error_count":0 ,"contact_count":1 } We poll for the activity id and eventually get the 'completed' status but the custom field never shows up when we view the contact via the constant contact site.. Is my data formatted correctly? Can I update that field when subscribing a person to a list? Or is that a separate operation? Thanks!
... View more