Return Lead url from successfull LeadCapture

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • TomV
    Junior Member
    • Feb 2018
    • 28

    Return Lead url from successfull LeadCapture

    Currently a Lead Capture just returns a status
    Code:
    200  true
    when a new lead has been added succesfully by the Lead Capture API.
    It would be nice to return the url of the page of the new lead, so we can use that further:
    Code:
    200  https://myespo.com/#Lead/view/123456789
    or even as json formatted object
    Code:
    {status: 200, value: 'https://myespo.com/#Lead/view/123456789'}
Working...