Sign in

Record converted

documented

Notify Drips that a record has converted (to adjust campaigns/costs).

POST /Record/Converted/{API-Key}Recordsno implementation yet0 runs
No 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}}"}'
Record converted · Drips · OpenIntegrations