Best Practices for API Users and Custom Services

August 28, 2015 | by

Marketo’s REST APIs use custom services for authentication and each of these services is owned by an API-only Marketo user. The capabilities of each custom service are determined by the permissions of each role assigned to that user. Allocating individual users and custom services to your integrations gives you multiple benefits: You can fine-tune the … Continue reading “Best Practices for API Users and Custom Services”

Read More >

Add SalesPerson Data to Marketo

August 21, 2015 | by

With the new SalesPerson APIs, you can freely associate Marketo leads to SalesPerson records in instances without a native CRM integration. This allows usage of {{lead.Lead Owner Email Address}} and related fields and tokens within Marketo. Creating SalesPerson records In order to associate leads to SalesPerson records, we first need to input our SalesPerson records … Continue reading “Add SalesPerson Data to Marketo”

Read More >

Create and Associate Leads, Companies, and Opportunities with the Marketo REST API

August 7, 2015 | by

In order to take full advantage of Marketo analytics it is crucial to build out correct and robust associations between your lead, company and opportunity records.  When you are not leveraging a native CRM-sync, building these relationships can pose some difficulties, so today we’ll walk through building them. Object Relationships In Marketo, there are a few … Continue reading “Create and Associate Leads, Companies, and Opportunities with the Marketo REST API”

Read More >

Sending Transactional Emails with the Marketo REST API: Part 2, Custom Content

July 24, 2015 | by

Last time, we took a look at triggering transactional emails from outside of Marketo.  This week we’ll be looking at how to pass dynamic content to our emails via the Request Campaign API call.  Request Campaign not only allows the triggering of emails externally, but you can  also replace the content of My Tokens within … Continue reading “Sending Transactional Emails with the Marketo REST API: Part 2, Custom Content”

Read More >

Sending Transactional Emails with the Marketo REST API: Part 1

July 17, 2015 | by

A common use case for the Marketo API is to trigger the sending of transactional emails to specific records via the Request Campaign API call.  You can find an example covering this use case with the SOAP API here.  There are a few configuration requirements within Marketo in order to execute the required call with … Continue reading “Sending Transactional Emails with the Marketo REST API: Part 1”

Read More >

Authenticating and Retrieving Lead Data from Marketo with the REST API

July 10, 2015 | by

Note: In the Java examples below, we’ll be using the minimal-json package to handle JSON representations in our code.  You can read more about this project here: https://github.com/ralfstx/minimal-json One of the most common requirements when integrating with Marketo is the retrieval of lead data.  Most, if not all integrations will require either the retrieval or submission … Continue reading “Authenticating and Retrieving Lead Data from Marketo with the REST API”

Read More >

Add Location Data from RTP API to Marketo Form Fill Out

September 17, 2014 | by

You’ll need active RTP and MLM subscriptions to implement the use case described in this blog post. Using the RTP JavaScript APIs and Marketo Forms 2.0, you can pull the inferred location data from RTP and push it into Marketo via a form fill out. This will allow you to see the user’s inferred location … Continue reading “Add Location Data from RTP API to Marketo Form Fill Out”

Read More >

Clearing Marketo Tracking Cookie from Forms 2.0 Submission

September 11, 2014 | by

Overview Forms 1.0 contained the value for the Munchkin tracking cookie as a field in the DOM. This was submitted along with all of the other inputs. Forms 2.0 omits this field, and dynamically populates the value upon submission rather than on form load. While this is generally acceptable, it does creates a class of … Continue reading “Clearing Marketo Tracking Cookie from Forms 2.0 Submission”

Read More >