v1
latestOpenAPI 3.1.02026-07-247601.0 MBMiscellaneous
Create a Custom Field
This endpoint doesn't consume Apollo credits. Learn more about API pricing and credits.
The Create a Custom Field endpoint lets you add custom fields to your Apollo account, helping your team capture unique details with <a href="https://knowledge.apollo.io/hc/en-us/articles/4412498825869-Create-Custom-Contact-Fields" target="_blank">custom contact</a>, <a href="https://knowledge.apollo.io/hc/en-us/articles/4412498754445-Create-Custom-Account-Fields" target="_blank">custom account</a>, or <a href="https://knowledge.apollo.io/hc/en-us/articles/4415062486669-Create-a-Deal" target="_blank">custom deal fields</a>.<br><br>Use these fields to enhance your sequences and deliver more personalized, relevant outreach.
post/fields
Request body
Response
200
Example response
{
"typed_custom_fields": [
{
"id": "32d42c92-5be4-4ec4-96c7-f689b43ec8a8",
"name": "Test Name",
"modality": "contact",
"text_field_max_length": 120
}
]
}