You should always obtain the WSDL from the following pattern: Your SOAP API URL from Admin->Web Services + "?WSDL" The other URLs are only available for legacy reasons.
Just want to point out for all reading this thread that this answer is not correct. You cannot interact with SFDC custom objects via the Marketo custom objects APIs.
Example 2 shows this capability. I suggest modifiying it somewhat and using the following instead:MktoForms2.whenReady(function(form) { // Add an onSuccess handler form.onSuccess(f...
Marketo doesn't have any functionality to do this, so it is likely a workflow or apex trigger which is being attributed to the sync user, or a user logging in as the sync user. You...
There's really no way to do this from within an email. In order to determine what email client is opening a piece of mail, you would need to execute script there, which email clien...
1. Your API user needs to have the Read-Only and/or Read-Write Custom Object permissions.2. I don't believe so, but I'm not certain on this point.3. This is determined by your sele...
Context for my tokens in emails is pulled from the parent folder/program of the campaign sending it, not necessarily from the parent of the email. However, that said, it is usually...
That's actually the SOAP API endpoint, not REST. The message itself is too vague to provide any direction here, since it's an exception happening at the network layer. I'd take thi...