Close record
documentedMark a record as closed to stop outbound engagement.
POST /Record/Closed/{API-Key}Recordsno 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-v2.drips.com/Record/Closed/{{$API_Key}}" \
-X POST \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"record_id": "{{$record_id}}", "closed_by": "{{$closed_by}}", "closed_at": "{{$closed_at}}", "reason": "{{$reason}}"}'