Attach file to person
documentedAttach a file to a person.
POST /personAttachmentsPeople Attachmentsno 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://api.followupboss.com/v1/personAttachments" \
-X POST \
-H "X-System: {{$system_name}}" \
-H "X-System-Key: {{$system_key}}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"personId": {{$person_id}}, "uri": "{{$uri}}"}'