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

Anonymous
Not applicable

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

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.

2 REPLIES 2
Grégoire_Miche2
Level 10

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

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

Anonymous
Not applicable

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

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