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.
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.
Oof... that approach has a race condition, I wouldn't put it in production.