Convertr Help Centre Help Center home page
Submit a request
Sign in
  1. Convertr Help Centre
  2. Product
  3. API Support

POST Delivery Validation with Webhooks Follow

Using Convertr APIs? Subscribe here to receive email notifications for development changes that may impact your implementation.

 


 

Overview

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

You can send as many status changes against a lead as required and change between valid and invalid as required.

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

If 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.

 

Property Type Required Description
leadHash String Yes The Convertr lead hash is created with every lead and is how the request links back to a specific lead within Convertr.
reason String Yes Description as to why the lead was invalidated or validated
user String Yes Name of the user to log with the request

 

Invalidate

Example curl request:

curl --location 'https://{client}.cvtr.io/api/webhook/invalidate/{leadHash}' \
--form 'reason="Unable to Contact"' \
--form 'user="John Smith"'

Validate

Example curl request:

curl --location 'https://{client}.cvtr.io/api/webhook/validate/{leadHash}' \
--form 'reason="Details verified"' \
--form 'user="John Smith"'

 

Response

Both endpoints will produce a 201 response on success with an empty response body.

400 error will be returned for any missing required fields.

Articles in this section

  • API Reference: Campaign Duplication API
  • Append/Edit Data to Lead
  • Campaign Duplication API: Automate Campaign Creation From Your Internal Platforms
  • Convertr API Rate Limits
  • GET Leads v4
  • How to Send Leads Via API
  • POST Delivery Validation with Webhooks
  • POST leads to the Convertr Platform - Campaign Webhook
  • Publisher API and Campaign Webhook API FAQs
  • Release Notes - API
See more

Related articles

  • Publisher API and Campaign Webhook API FAQs
  • POST leads to the Convertr Platform - Campaign Webhook
  • Convertr API Rate Limits
  • How to Send Leads Via API
  • Fulfilment Risk Insights - How We Calculate Risk
Was this article helpful?
0 out of 0 found this helpful
Have more questions? Submit a request
Return to top

Related articles

  • Publisher API and Campaign Webhook API FAQs
  • POST leads to the Convertr Platform - Campaign Webhook
  • Convertr API Rate Limits
  • How to Send Leads Via API
  • Fulfilment Risk Insights - How We Calculate Risk
Convertr