Sign in

Create account custom field

documented

Create a custom field for an account.

POST /v1/accounts/custom-field/createAccountsno 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://api.ap3api.com/v1/accounts/custom-field/create" \
  -X POST \
  -H "X-Api-Key: {{AUTOPILOTHQ_API_KEY}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"type": "{{$type}}", "name": "{{$name}}", "values": ["{{$value1}}","{{$value2}}"], "track_changes": {{$track_changes}} }'
Create account custom field · Autopilot (Ortto) · OpenIntegrations