v1

latestOpenAPI 3.1.02026-07-247601.0 MB
Miscellaneous

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

labelstring

Name of the custom field you want to create. Example: Test Name

modality'contact' | 'account' | 'opportunity'

The modality of the custom field you want to create. Example: contact

type'string' | 'textarea' | 'number' | 'date' | 'datetime' | 'boolean'

What kind of custom field you want to create. Example: textarea

Response

200

Example response

{
  "typed_custom_fields": [
    {
      "id": "32d42c92-5be4-4ec4-96c7-f689b43ec8a8",
      "name": "Test Name",
      "modality": "contact",
      "text_field_max_length": 120
    }
  ]
}