Using Qualtrics webservice to call a Marketo form and pass survey data | Community
Skip to main content
Grégoire_Miche2
New Participant
July 6, 2017
Solved

Using Qualtrics webservice to call a Marketo form and pass survey data

  • July 6, 2017
  • 2 replies
  • 5656 views

I am trying to use Qualtrics webservice flow step to call a /save endpoint in order to send back to Marketo some NPS value. It takes the following setup:

But Marketo records nothing.

Any idea?

-Greg

Best answer by SanfordWhiteman

/save2 has more required fields (formvid -- same value as formid -- perhaps one more, I'm away from my machine right now).

2 replies

Grégoire_Miche2
New Participant
July 6, 2017

And when testing with save2 endpoint, I get the following:

-Greg

SanfordWhiteman
SanfordWhitemanAccepted solution
New Participant
July 6, 2017

/save2 has more required fields (formvid -- same value as formid -- perhaps one more, I'm away from my machine right now).

Grégoire_Miche2
New Participant
July 7, 2017

Hi Sanford,

Thx. Just need it with the uppercase V : formVid , as written in another post.

-Greg

SanfordWhiteman
New Participant
July 6, 2017

Email -- capital E.

Grégoire_Miche2
New Participant
July 6, 2017

Thx, but this is not enough

The difficulty is that I have not been able to find a log in Qualtrics...

-Greg

Grégoire_Miche2
New Participant
July 6, 2017

In test mode, the call returns

<!DOCTYPE HTML> <head> <title>404 - Page not found</title> <style> body { background-color: #4b4b8f; font-family: 'Open Sans'; font-size:20px; color: white; } div.message { position: relative; top: 150px; margin: auto; width: 600px; text-shadow: 1px 2px #333; } div.message h1 { text-align: center; } div.message img { float:left; vertical-align:text-top; margin: 80px 0px; } div.details { position: absolute; bottom: 10px; right: 10px; font-size: 18px; text-shadow: 1px 2px #333; } </style> <link href='fonts.googleapis.com/css?family=Open+Sans:300' rel='stylesheet' type='text/css'> </head> <body> <div class="message"> <h1>Quoth the Raven - 404</h1> <img src="app.marketo.com/images/icons256/bird.png" alt="Quoth the Raven: 404"/> Once upon a midnight dreary,<br> while I pondered weak and weary,<br>Over many a quaint and curious<br> volume of forgotten lore,<br><br>While I nodded, nearly napping,<br> suddenly there came a tapping,<br>As of some one gently rapping,<br> rapping at my chamber door.<br><br>`'Tis some visitor,' I muttered, <br> `tapping at my chamber door -<br>Only this, and nothing more.'<br><br> Page not found: 404 </div> <div class="details"> Error 404 | <script language="JavaScript"> document.write( new Date().toLocaleString()); </script> </div> </body> </html>

Looks like this nice page:

-Greg