Sign in

Add tags to contact by email

documented

Adds tags to a contact found by email.

POST /dev/api/contacts/email/tags/addContactsno 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/email/tags/add" \
  -X POST \
  -H "Accept: application/json" \
  -H "Content-Type: application/x-www-form-urlencoded" \
  -u "{{$agile_email}}:{{AGILECRM_API_KEY}}" \
  -d 'email={{$contact_email}}&tags=["{{$tag1}}","{{$tag2}}"]'