Send Marketo form data to another database | Community
Skip to main content
Level 3
September 12, 2024
Solved

Send Marketo form data to another database

  • September 12, 2024
  • 1 reply
  • 942 views

Along with the submission of Marketo form data to Marketo can you also send this form data elsewhere? We'd like to send the form data to a SQL database as well.

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

“A SQL database” is overly precise: you can’t send directly to a SQL database using its binary wire protocol! You can only send to web (HTTP/HTTPS) services.

 

But you can easily use Call Webhook to send Marketo form data to an intermediate web service, and that service can save the data anywhere/any way it wants.

1 reply

SanfordWhiteman
SanfordWhitemanAccepted solution
Level 10
September 12, 2024

“A SQL database” is overly precise: you can’t send directly to a SQL database using its binary wire protocol! You can only send to web (HTTP/HTTPS) services.

 

But you can easily use Call Webhook to send Marketo form data to an intermediate web service, and that service can save the data anywhere/any way it wants.