Sign in

Record conversion

documented

Create a conversion event for a contact to register a conversion in RD Station Marketing.

POST /platform/conversionsConversionsno 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.rd.services/platform/conversions?api_key={{RDSTATION_API_KEY}}" \
  -X POST \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"conversion_identifier": "{{$conversion_identifier}}", "email": "{{$email}}", "name": "{{$name}}", "cf_empresa": "{{$company}}"}'