Skip to end of metadata
Go to start of metadata

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

Compare with Current View Page History

Version 1 Next »

Using the CallPotential Lead Notification API on your website to have leads create instantly in CallPotential


We have created a Lead notification API, which can be used to notify CallPotential to create new lead in CallPotential by reservation id from integrated location. The reservation ID will translate to an ID for respective integrations:

SiteLink: waiting_id

CenterShift: quote_id


This is the endpoint that you can use to push to the lead notify API

EndPointhttps://api.callpotential.com/v1/notify/lead




Sample Curl Request:

curl -XPOST https://api.callpotential.com/v1/notify/lead -d "location_id=335&reservation_id=110"

JSON Response:

{"error":true,"message":"Unable to fetch reservation from Sitelink."}

  • No labels