Sign in

Update contact property (by email)

documented

Add/update a single contact property by email.

POST /dev/api/contacts/add/propertyContactsno 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/add/property?email={{$email}}" \
  -X POST \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -u "{{$AGILECRM_EMAIL}}:{{$AGILECRM_API_KEY}}" \
  -d '{"type": "{{$type}}", "name": "{{$name}}", "value": "{{$value}}"}'
Update contact property (by email) · Agile CRM · OpenIntegrations