is there a way i can update the custom field that i created under task/note/Appt?
Welcome @Kashif_Me,
Yes, you can update the Custom Field for Tasks, Notes, and Appointments via the XML-RPC API.
REST API lacks the ability to update the Custom Fields.
You would need to use the “Dataservice.update” endpoint - https://developer.infusionsoft.com/docs/xml-rpc/#data-update-a-record
The Table you need to update is “ContactAction” - Table Schema Documentation - Keap Developer Portal
Custom Fields will need to be prefixed with the underscore character “_”.
@OmarAlmonte - Here is a gap in with the REST API, as it has no ability to update the Custom Fields for Tasks, Notes, and Appointments.
As we know there is no support to query the custom fields, but the List endpoint responses do not indicate it will return custom fields either.
In the Update a Task endpoint it says the following in the documentation.
I would presume that a custom field endpoint will be added in the future to update the custom fields?
I’ve addressed this question in this post so we can keep everything in one place: REST v2 - Improvements Request
