Infusionsoft populate custom field via API

早过忘川 提交于 2019-12-25 08:02:28

问题


I am trying to set the value of a custom field that belongs to a contact via the Infusionsoft API.

When I try to create or update the contact with the custom field value set I receive the following response:

[NoFieldFound]No field found: Contact.InitialSiteVisitTime

Which leads me to believe that the custom field value is stored in a different table. Can anyone please tell me the name of the table that holds Infusionsofts custom field values?


回答1:


Infusionsoft automatically prefixes custom field names with an underscore. Adding the underscore to the name allows to populate this value via the API successfully.

Note, that custom fields API names (the way they stored in Infusionsoft database) not always equal to how you name a custom field on creation.

This article shows where your actual custom fields API names are listed.



来源:https://stackoverflow.com/questions/41837759/infusionsoft-populate-custom-field-via-api

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!