Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Have you checked off the Name field in the Opportunity in the script editor pane? That's a requirement for the variable to be loaded.
Our blog has a lot of examples: http://developers.marketo.com/blog/ One specific one would be sending operational email: http://developers.marketo.com/blog/sending-transactional-emails-with-the-marketo-rest-api-part-1/
You can pull info from the opportunity via scripting tokens. In this case you'd probably want to pul the name, and any other info, from the $TriggerObject. You can read more here and here
Unlikely, this probably needs to go to support.
I'm sure this would be quite interesting. I imagine that we have integration partners capable of integrating both platforms. I would check Bedrock Data, Talend, Tibco, and Mulesoft to see if they could make this scenario work.
I can't see anything wrong with the request itself. If you try to get the lead by ID before or after trying to make the campaign request are you getting a response for that lead?
Looking it over now, but you should probably delete that file and the associated custom service
Do you have an example request where you're receiving this?
looks like a dns issue for you. Your machine is failing the lookup for the pages.getwirelessllc.com domain, so you're getting that message. I get this result for nslookup from my local:> pages.getwirelessllc.comServer: 172.18.10.102Address: 172.18.10.102#53Non-authoritative answer:pages.getwirele...
You can find a full list of codes here: Error Codes » Marketo Developers 1003 means that a business rule was violated by the data submitted in the call. The specifics will be variable according to the type of call and the request made. If you have an example request we could let you know why you m...