Announcement

Collapse
No announcement yet.

Return Lead url from successfull LeadCapture

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • 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...
X