How to make API call to push custom field values

I am looking to create a custom field in the general contact and then push that data via my product into IS. What would be the best way to go about getting the field ID in oder to make the call?

If you need to see the Custom Fields in the Database, you can query on the “DataFormField” API table.

https://developer.infusionsoft.com/docs/table-schema/#DataFormField

Check the “FormId” value as “-1” means it is a Contact Custom Field.

The manual approach would be to go into Infusionsoft - Admin - Settings - Application Settings - General - Custom Fields". You can view the Custom Field names from there.

1 Like