Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Thank you Sanford! I can see light at the end of this tunnel! I need to do some more testing to confirm it's working. I also need to look into updating the cookie values I've stored, because I didn't store them urlencoded. I'll update here after all is working.
Ok, good news and bad news.Good news, I changed the value in the munchkinId field to be just the id value, and for the first time there was a call to the form in the activity log and a 302 return. Hurray!Bad news is, I'm confused about how the sfdc imported lead and anonymous lead get associated wi...
There is likely a problem here, as currently I am entering the entire cookie value with an unescaped ampersand before the token part, which is going to mess up the post data.What should go in that field? The id, the token, or both connected with an escaped ampersand? Or something else? I can't fi...
I'm very relieved to hear you say that! I very much want this to work. Thanks for sticking with me in this process. I'll follow up in a bit.
Oh wow, I didn't see your Friday response until now (Monday afternoon). That's good to know. I'm still having a concern though. I think I'm getting a 404 with a passed through POST as well, both by sending through my proxy, and by trying to post to my node directly through curl:curl -X POST http...
Ok cool. I'll work on the proxy. The part I'm confused about there is the ssl part of my nginx vhost configuration for the incoming and proxied information. Any clues? I'm sure I'll figure it out eventually.
When the payload is sent back in, is it sent to https://app-xxxx.marketo.com/index.php/leadCapture/save ? In which case is this a bad sign?
Any recommendations for how it would be best for me to proceed in this case?
Thank you, what do you make of the 404 with the loopback url (http://localhost/index.php/leadCapture/save)?
I'm not sure I ever would have figured out that the webhook needed to be called from a trigger campaign, especially since it allowed the call from a non-trigger campaign. Wow! New results - more descriptive messages in the activity log. I wasn't even getting a response code before. I think we're ...