{
"customFieldId": 42,
"contactId": 1024,
"value": "Acme builds industrial robotics for warehouse automation.",
"status": "succeeded",
"errorMessage": null
}Custom Field Preview
The value an AI custom field’s prompt produced for one contact. Nothing is written to the contact.
The value an AI custom field's prompt produced for one contact. Nothing is written to the contact.
The custom field the prompt belongs to.
The contact the prompt was resolved against.
Outcome of the run. missingData means the contact does not carry a template variable the prompt refers to; noResults means the prompt produced nothing.
Available options:
succeeded, failed, missingData, noResults The generated value, or null when status is anything other than succeeded.
Explains any status other than succeeded; null otherwise.