Sign in

Update contact field

documented

Update a contact field by ID.

PUT /api/v1/contacts/fields/{field_id}Contactsno 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.nimble.com/api/v1/contacts/fields/{{$field_id}}" \
  -X PUT \
  -H "Authorization: ApiKey {{NIMBLE_API_KEY}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json; charset=utf-8" \
  -d '{"group_id":"{{$group_id}}","insert_after":"{{$insert_after}}","name":"{{$name}}","presentation":{{$presentation}},"tab_id":"{{$tab_id}}"}'
Update contact field · nimble · OpenIntegrations