Update lead score
documentedUpdate the lead score for a contact.
PUT /dev/api/contacts/edit/lead-scoreContactsno implementation yet0 runsNo 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/edit/lead-score\" \
-H \"Accept : application/json\" \
-H \"Content-Type: application/json\" \
-d '{\"id\": \"{{$id}}\", \"lead_score\": {{$lead_score}}}' \
-u \"{{$email}}:{{AGILECRM_API_KEY}}\" \
-X PUT