Sign in

Change contact owner

documented

Change the owner of a contact by email and contact ID.

POST /dev/api/contacts/change-ownerContactsno 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://{{$domain}}.agilecrm.com/dev/api/contacts/change-owner" \
  -X POST \
  -u "{{$AGILECRM_EMAIL}}:{{$AGILECRM_API_KEY}}" \
  -H "Content-Type: application/x-www-form-urlencoded" \
  -H "Accept: application/json" \
  -d "owner_email={{$owner_email}}&contact_id={{$contact_id}}"
Change contact owner · Agile CRM · OpenIntegrations