Create a custom form field
POST/api/v2/form-field
Creates a custom field for a supported module.
Supported modules:
- Leads (LM)
- Contacts (CM)
- Accounts (AM)
- Opportunities (OM)
- Tasks (ACTM)
- Tickets (TM)
Field types (typeCode):
- TYP_TEXT
- TYP_TEXTAREA
- TYP_RICHTEXT
- TYP_NUMBER
- TYP_PERCENT
- TYP_PHONE
- TYP_EMAIL
- TYP_URL
- TYP_DATE
- TYP_CHECKBOX
- TYP_SELECT
- TYP_MULTI_SELECT
Notes:
paramsis only required forTYP_SELECTandTYP_MULTI_SELECTisMultiSelect = trueonly forTYP_MULTI_SELECTactivityType = "TASK"only whenmodules = ["ACTM"], otherwise empty
Request
Responses
- 200
Custom field created successfully