Record converted
documentedNotify Drips that a record has converted (to adjust campaigns/costs).
POST /Record/Converted/{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/Converted/{{$api_key}}" \
-X POST \
-u {{DRIPS_API_KEY}}: \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"id": "{{$id}}"}'