Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Hi Alex,You can not call a 'webhook' from landing page. Webhook is 'only' callable from Marketo server using a smart campaign that executes on Marketo server side.
I think https://developers.marketo.com/webhooks/ would be useful.
Unfortunately, I do not have any guide for your case as it will depend on the service provider and your business case specifics. Especially, when you have the need of 'multiple' API calls 'I guess one after other' to get all the data.You will most likely need a custom webhook which will accept call ...
Hi Alex,I think you have a bit of confusion. When the 'landing page' calls the external service API, the 'landing page' is calling from the 'user's browser' using typically Javascript code. The IP address in this case is the IP address of the 'website visitor' machine. And not the IP address of Mark...
I agree. I was asking if that was the service provider meant instead of IP address..Do you think there is a way to use CSRF token mechanism if the service provides along with custom javascript on Marketo landing page in such instance?
Hi Alex,Do you mean to use 'landing page domain' based restriction instead of the IP address of the visitor?Thus the service would allow a web page to use the service only if the web page is on your website(s). If someone else copies the 'access credentials' and create web page on their domain, the ...