Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

Version 1 Next »

Convertr has the ability to retrospectively invalidate or validate a lead after it has been delivered to an endpoint.

They can send as many updates against a lead as they like and change between valid and invalid as they need to, however, we only have those 2 states (valid and invalid).


If the lead is flagged as Invalid, then it is no longer billable to either the publisher or the client.


It the lead is flagged as Valid, then it's billable status will be recalculated based on the current state of the publisher and campaign contract a status.

Examples as follows:

Invalidate

 POST /api/webhook/invalidate/{leadid} HTTP/1.1
 HOST: {client}.cvtr.io
 content-type: application/x-www-form-urlencoded

 reason=Test&user=Danny Hannah


Validate

 POST /api/webhook/validate/{leadid} HTTP/1.1
 HOST: {client}.cvtr.io
 content-type: application/x-www-form-urlencoded

 reason=Test&user=Danny Hannah


  • No labels