Update record disposition
documentedUpdate the disposition/status of an existing record.
POST /Record/Disposition/{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/Disposition/{{$api_key}}" \
-X POST \
-H "Authorization: Bearer {{DRIPS_API_KEY}}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"Phone": "{{$phone}}", "CountryCode": "{{$country_code}}", "Disposition": "{{$disposition}}", "WebhookUrl": "{{$webhook_url}}"}'