We are using VB.NET to send email through Marketo. I can't find any VB.NET API sample codes. | Community
Skip to main content
March 11, 2016
Question

We are using VB.NET to send email through Marketo. I can't find any VB.NET API sample codes.

  • March 11, 2016
  • 2 replies
  • 1074 views

We are developing a web application program which will automatically send email reminder through Marketo.

I try to look for VB.NET API, please provide me the info, I cannot locate it from the support platform.

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

2 replies

Grégoire_Miche2
Level 10
March 11, 2016

Hi Melvin,

There is no such thing as a a VB API. The code examples are just way to do it in each language, but at the end of the day, you call a remote REST web service and pass parameters.

-Greg

March 12, 2016

Hi Melvin

For example, you can send emails via Request Campaign » Marketo Developers

And this page includes sample C#.NET code.

I think you can translate C# to VB.NET easily.

Of course you can create scratch codes using httpRequest class easily.

Good luck