Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Thanks, I understand the implication of the timings. (Though when testing this in our sandbox environment, with no load, no concurrent users or any heavy activity, I can see the API returns within 1/1.5 seconds, the activity log of the webhook call shows values were returned and assigned as per the ...
Thanks for looking into this. I may have used API and webhooks interchangeably.Remote API is a REST API hosted on remote server that accepts post parameters and processes the data (stores it in database) and returns values back.Example: a REST API that accepts Material Number and stores it in databa...
I'm trying to display the information sent by API call back to the web page that hosts the Marketo form.Conceptual flow is as follows:Web page (Marketo Form) --> Form Submit --> call api (pass form fields as input) --> api executes & returns information as output --> map api output fields to variabl...