Hi, Anyone knows if /index.php/leadCapture/save2 is still working? I was trying to sync two Mkto instances with a simple webhook posting a dummy form, I have all the bits such as formVid but... Could not execute a webhook to the given URL .
If depreciated, any clever alternative?
Happy Friday
Solved! Go to Solution.
For anyone interested, I found the walkaround using two webhooks, one to get the rest access token and the other using this token to push the changes.
All done.
ohh man...that is bad news... you always very prompt in your responses, much appreciated. Wondering a walkaround and I am lacking of inspiration today.
Oof... that approach has a race condition, I wouldn't put it in production.
Hi Diego,
I would love to hear more details about this as I am trying to Trigger action between Marketo instances.
In this case particularly from submission.
I tired to test submission with bearer token already placed statically using below urls.
rest/v1/leads/submitForm.json
js/forms2/js/forms2.min.js
First one works perfectly in Postman but in Marketo I am getting ConnectionTimeOut response.
Second shows webhook is sent but Response shows some really mysterious code and do not see submission action in the other Marketo instance
Not sure what I am doing wrong, appreciate any help on this!
Thanks,
Kacper
Hi Kacper,
I know you really want this to work natively, but it just won’t anymore! Also your second webhook is just requesting the Forms 2.0 JS library, so the response is the JS source.
Hi Sanford,
Yeah I am trying not to give up and check different methods but seems that without 3rd Party I would not receive my goal 🙂
Thanks for the follow up!
Kacper
Do this at your own risk, I did it and did work for me as temporal fix and last resort .
1. Create a field marked as sentitive
2. Create a webhook to populate the field
URL is the other instace
Create another webhook to push the values you want, use the value stored in the sesitive field in the header as follow, and push your payload.
Create a trigger, with a flow to call bewhook1, then webhook 2.
You can create a batch to trigger but just a limited amount of updated will be done.
Good luck