Hi Everyone,
We are implementing a custom integration and I’m running into an issues when trying to updated a record on a central lists. We are following the API docs but the update route doesn't appear to update.
Description of the issue:
Trying to do this function
https://developers.klaviyo.com/en/reference/update_profile
We have custom fields in 2 variations, with and without $). No matter what I have tried, the values do not update. Can anyone help tell me what is wrong ?
URL: https://a.klaviyo.com/api/profiles/01HBCAGPXQPBZ99VWECNSDR2RQ
PATCH {"data":{"type":"profile","id":"01HBCAGPXQPBZ99VWECNSDR2RQ","attributes":{"external_id":"WLMD_UNID_OxEx9yDq","email":"justin@snappyscripts.com","phone_number":"+18475082279"},"properties":{"$lead_stage":"INTAKE","$therapy":"ED","lead_stage":"INTAKE","therapy":"ED"}}} to https://a.klaviyo.com/api/profiles/01HBCAGPXQPBZ99VWECNSDR2RQ
OP: /api/profiles/01HBCAGPXQPBZ99VWECNSDR2RQ
HTTPCODE 200
RESPONSE: {"data":{"type":"profile","id":"01HBCAGPXQPBZ99VWECNSDR2RQ","attributes":{"email":"justin@snappyscripts.com","phone_number":"+18475082279","external_id":"WLMD_UNID_OxEx9yDq","anonymous_id":null,"first_name":"Justin","last_name":"Beck","organization":null,"title":null,"image":null,"created":"2023-09-27T22:00:27+00:00","updated":"2023-09-28T01:28:42+00:00","last_event_date":"2023-09-28T01:27:27+00:00","location":{"address1":null,"address2":null,"city":"Fairfield","country":"United States","latitude":41.1412,"longitude":-73.2637,"region":"Connecticut","zip":null,"timezone":"America/New_York"},"properties":{"Accepts Marketing":true,"Shopify Tags":[],"$source":"Marketing Event","$consent":["email","sms"],"$consent_timestamp":"2023-09-28T01:27:26.651Z","$therapy":"test2","$lead_stage":"test2","therapy":"test3","lead_stage":"init"},"subscriptions":null},"relationships":{"lists":{"links":{"self":"https://a.klaviyo.com/api/profiles/01HBCAGPXQPBZ99VWECNSDR2RQ/relationships/lists/","related":"https://a.klaviyo.com/api/profiles/01HBCAGPXQPBZ99VWECNSDR2RQ/lists/"}},"segments":{"links":{"self":"https://a.klaviyo.com/api/profiles/01HBCAGPXQPBZ99VWECNSDR2RQ/relationships/segments/","related":"https://a.klaviyo.com/api/profiles/01HBCAGPXQPBZ99VWECNSDR2RQ/segments/"}}},"links":{"self":"https://a.klaviyo.com/api/profiles/01HBCAGPXQPBZ99VWECNSDR2RQ/"}}}