How can i get data from multiple pages for one LandingPage?

Hi,

I have one specific field called "Email" in all of my web pages footers and I would like to know how can I get that "Email" information from all of my pages to my LandingPage and create a new Lead for each "Email" received.

Like 0

Like

1 comments

1. Create a functionality on the web pages that will collect the data from all "Email" fields. The realization will be different depends on the website structure and the programming language. 

2. Create a web service in bpm'online that will receive the email collection and create leads from them. 

https://academy.bpmonline.com/documents/technic-sdk/7-13/how-create-custom-configuration-service

The following article explains how to call a configurational web service. 

https://academy.bpmonline.com/documents/technic-sdk/7-13/executing-odata-queries-using-fiddler

3. Transfer the data.

Show all comments