Sign in

Update account custom field

documented

Update a custom field for an account.

PUT /v1/accounts/custom-field/updateAccountsno 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/update" \
  -X PUT \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -H "X-Api-Key: {{AUTOPILOTHQ_API_KEY}}" \
  -d '{"field_id": "{{$field_id}}", "replace_values": ["{{$replace_value1}}","{{$replace_value2}}"], "track_changes": {{$track_changes}} }'
Update account custom field · Autopilot (Ortto) · OpenIntegrations