Skip to main content
February 7, 2018
질문

Marketo API Form Submission

  • February 7, 2018
  • 3 답변들
  • 3710 조회

Hello! I have set up several rest api's with 3rd party companies that submit data through an api into a  Marketo form and it works fine. I am now working with a new company and they are using a rest api as well, but they said they can't submit to the Marketo form for some reason. The data they are submitting is entering Marketo, however, it is not entering the form in the Smart List for this program in Marketo. Therefore, the leads aren't getting the updated lead details and campaign attribution that is built out in the Flow portion of the program.  What questions do I need to ask them to figure out what they are doing wrong on the back-end? Any help would be greatly appreciated!

이 주제는 답변이 닫혔습니다.

3 답변

Dory_Viscoglio
Level 10
February 7, 2018

Hey Justin, I'd look at one of the records created to see how it came in, and also ask them the form id that they're using. If the form id doesn't line up you could have an issue.

February 7, 2018

The thing is there is no form id they are using. They said they cant post to a form (for some reason).

SanfordWhiteman
Level 10
February 7, 2018

There's no documented public REST API endpoint that posts to a form, i.e. results in a true ​Filled Out Form ​activity.

The private form acceptors  (/save and /save2) can be used as endpoints (and I don't expect them to go anywhere) but they aren't part of the REST API.

What's the exact API method that they are calling?

Also: If you have several API clients sharing your API pool, are you ensuring that they do not clobber your API calls?  What kind of DoS protection do they have?  What methods are they all calling.