Currently a Lead Capture just returns a status
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:
or even as json formatted object
Code:
200 true
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
Code:
{status: 200, value: 'https://myespo.com/#Lead/view/123456789'}