Create a field
Create a new custom field, adding it to the list of all fields in the account.
Documentation Index
Fetch the complete documentation index at: https://developers.activeprospect.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
LeadConduit uses HTTP Basic Authentication
with the username API and your API key as the password.
For example: API:1f1b96c9150d8050e858c043d543bb4eadae0e6f'
Body
Create a new field
The required alphanumeric identifier of the field. Custom fields have an account-specific suffix (e.g. '_acme')
"first_name"
"last_name"
"email"
"phone_1"
The human-readable name of the field
"First Name"
"Last Name"
"Email"
"Phone 1"
The textual description of the purpose of this field
Read-only flag indicating whether this is a built-in LeadConduit field
The flag indicating that this field should no longer be used
Read-only time the field was created
Read-only time the field was last updated
Response
Created
The required alphanumeric identifier of the field. Custom fields have an account-specific suffix (e.g. '_acme')
"first_name"
"last_name"
"email"
"phone_1"
The human-readable name of the field
"First Name"
"Last Name"
"Email"
"Phone 1"
The textual description of the purpose of this field
Read-only flag indicating whether this is a built-in LeadConduit field
The flag indicating that this field should no longer be used
The alternative field ID to be used instead of this deprecated field
^[0-9a-fA-F]{24}$"5fd4371e940df5a34a3888b2"
Read-only time the field was created
Read-only time the field was last updated