Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Examples as follows:

Invalidate

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

 
reason=Test
Example:
 https://{enterprise}.cvtr.io/api/webhook/invalidate/[leadid]?reason=Unable to Contact&user=Danny Hannah


Validate

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

 Example:
 
reason=Test
https://{enterprise}.cvtr.io/api/webhook/validate/[leadid]?reason=Details Confirmed&user=Danny Hannah