EventDay / Infusionsoft.net

A C# Wrapper around the Infusionsoft.com API
16 stars 22 forks source link

Add SendEmail method without optional param templateId #28

Closed iprida closed 9 years ago

iprida commented 9 years ago

This fix: "Server returned a fault exception: [0] No method matching arguments: java.lang.String, [Ljava.lang.Object;, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer" when you try to send email without a template. As a templetId I used 0 (zero).

trbngr commented 9 years ago

Thanks for contributing.

scottcate commented 9 years ago

Great addition - thank you for Contributing

OpenSource wins today!