Marekto API vs Munchkin | Community
Skip to main content
New Participant
July 14, 2020
Question

Marekto API vs Munchkin

  • July 14, 2020
  • 1 reply
  • 2908 views

Hiya

What are the pros & cons with using a Marketo API to push data from a non marketo form sitting on a website vs munchkin code on a website form?

 

Understand the obvious re scoring etc, but does MKTO API have disadvantages I should be aware of?

eg, is the data bi-directional if updates to the data are made in MKTO?

 

Thanks in advance.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

SanfordWhiteman
New Participant
July 14, 2020

You can't use the Marketo (REST) API directly from a non-Marketo form in any case. It needs to be used from a back end app. And you'll be subject to what can be very dangerous API limits. The Marketo Forms JS API is highly recommended instead, as it has exponentially higher daily limits and functionality that is familiar to all Marketo users. 

 

As for Munchkin, the Munchkin library doesn't push data unless you use the deprecated Munchkin Associate Lead method, so not clear on the comparison you're trying to make.

RenekAuthor
New Participant
July 15, 2020

Silly me, I actually meant Marketo API (Rest) vs Marketo Forms 2. I was also reading info about Munchkin.

 

I've always used Marketo forms by dropping the form ID into the webpage so the form can be customised. I'm not too familiar with using Marketo APIs to push website form data into Marketo. So I'm trying to understand the pros & cons with using a Marketo API rather than the Form 2 embed code (or just dropping in the form ID) to push the data into Marketo while still maintaining & having full control over the form design & layout.

Also I'm guess using the API requires IT personnel support. Again previously using Forms 2, I worked only with the website admin, IT were not needed.

Again, thanks in advance.

SanfordWhiteman
New Participant
July 15, 2020

So I'm trying to understand the pros & cons with using a Marketo API rather than the Form 2 embed code (or just dropping in the form ID) to push the data into Marketo while still maintaining & having full control over the form design & layout.

It won't be possible to do anything using the REST API without robust help from a developer (not to mention a back-end server) and with worse outcomes than if you use an actual form post.

 

In contrast, it's very possible to use a custom form and submit it using the Marketo Forms 2.0 JS API, which is the best of both worlds. It's not a zero code experience but minimal on the JS side.