Sign in

Create account custom field

documented

Create a custom field for use with accounts.

POST /rest/accounts/customfieldAccountsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://app.nutshell.com/rest/accounts/customfield" \
  -X POST \
  -u "{{$NUTSHELL_DOMAIN_OR_USER}}:{{NUTSHELL_API_KEY}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"label": "{{$label}}", "property": "{{$internal_name}}", "type": "{{$field_type}}"}'