
Tim
- Member since
- Total activity 6
- Last activity
-
Thanks Brian, I've been trying that syntaxt and I'm still getting the error: Invalid field name 'Total_Spend_c' I've also tried changing the FIELD_NAME to 'Total Spend' and I get the same error.
- View comment
- Created
- 0 votes
-
The response I posted is what I'm getting when using their API docs to make the request: https://api.insightly.com/v3.0/Help#!/Contacts/GetEntity
- View comment
- Created
- 0 votes
-
Yea so when I do a GET request to get a contact I can see the custom fields I've already set on that contact: "CUSTOMFIELDS": [ { "FIELD_NAME": "Venues_Visited__c", "FIELD_VALUE": null...
- View comment
- Created
- 0 votes
-
Hi Alanna, Thanks for the help but I'm still running into issues. Here's my custom field: and here's what I'm sending through the API: CUSTOMFIELDS: [{ CUSTOM_FIELD_ID: 'Total_Spend_c', ...
- View comment
- Created
- 0 votes
-
I'm trying to use the API to create/update a contact with custom fields. I'm sending them up as described in the API docs: CUSTOMFIELDS : [{ CUSTOM_FIELD_ID : 'Total Spend', FIELD_VALUE : 200 ]...
- View comment
- Created
- 0 votes