Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
I have built several Webhook solutions that call the SFDC REST API. It is not my preferred method, but sometimes it's the only way that we can do something quickly. The trick is to get a token and save it in a Lead field using the first Webhook call. Then use that token in the second webhook call. O...
Hi Karishma, it is now possible to use the REST API to add and remove Program Membership.
Great overview Grégoire, thanks. Marketo customers who use the Email API or use a translation partner for Email translation should review the Email 2.0 API FAQ before upgrading.
I'm happy to help, but there should be very few places where SOAP still has unique features that are not available in REST. One remaining one is that SFDC Campaign ID and Name are not yet returned in 'Get Program' in REST, but that's coming shortly. While REST does not support Foreign System Person ...
can you clarify where you see this error? Normally you would only see this error in the response to a web services call (API call) and since you don't have a tech background, I assume you're not making API calls yourself
Marketo Webhooks have been upgraded with the Feb 5th release to support TLS 1.1 and 1.2. The immediate reason was the announcement that SFDC would stop supporting TLS 1.0 on Production orgs on March 4, 2017 (1 year from now). However, SFDC will be upgrading sandboxes sooner, and you can elect to upg...
your URL has a typo, it should be localhost with an 'o' instead of an 'a'. It should just work and - by definition- it points to the Marketo instance itself. I do want to mention that our support team considers this a "non supported use of Marketo", so you may not get support from them in implementi...
that won't work as a Smart List anymore. However, instead you can use the Web Page Activity Report and the Company Web Activity Report and have the sales rep subscribe. My understanding is that you can still use a Smart List there (however, no need for the 'is anonymous' filter). I'll let Mike conf...
If you use the webhook's Response Mapping to save data back to a field in Marketo, that will by synchronous. Example: In my test system I have a webhook that fixes the case for first name and last name, so if someone fills out a form with "joe" as first name, the webhook will write back "Joe" to the...
Elliott Lowe the document has not updated in the last 2 years, so some things may not be up to date. The main concepts should still apply, but there could be some changes with Smart List details because Marketo changed to a new email engine (from Strongmail to Message Systems) since I wrote the doc...