How i can get Company custom fields

Hi. How i can get Company custom fields ?
For example a company with 9679 ID. This company have a “Industry” custom field. How i can fetch 9679 company “Industry” custom field value ?
Thanks.

It may be, in some cases, that a field is available by merge code like ~Company._Industry~ but there is no way to make that information actionable in something like campaigns without an api script and a http post.

1 Like

When dealing with Custom Fields, you need to prefix them with an underscore.

In your case, you would need “_Industry”.

Documentation on getting Table fields: xml-rpc - Keap Developer Portal

1 Like