Describe contact
documentedProvide description for a contact as seen by the requester.
POST /api/contact/describeContactsno 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://fleep.io/api/contact/describe?ticket={{$ticket}}" \
-X POST \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-d '{"contact_id": "{{$contact_id}}", "contact_name": "{{$contact_name}}"}'