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
EndPoint: https://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."}