leewillis77 / dotmailer-api

A PHP wrapper for the Dotmailer API
Other
6 stars 9 forks source link

Send Campaign Feature #4

Closed stoopkid1 closed 8 years ago

stoopkid1 commented 8 years ago

Reading through the source code for the CampaignRequest(), I'm unable to tell if there is functionality for Sending a Campaign -- https://developer.dotmailer.com/docs/send-campaign

Does functionality exist within this library for Sending a Campaign?

leewillis77 commented 8 years ago

Hi;

Not currently - no - it wasn't needed for the project I built this for. I'd gladly accept a PR though.

stoopkid1 commented 8 years ago

@leewillis77 thanks for the quick reply -- i wanted to make sure i was reading the source code correctly.

being able to send a campaign is actually the primary objective of the project i'm working on. i'll gladly submit a pull request once i have it work, and any other API calls that may not be supported.

i greatly appreciate the work you've put into this library, so thank you very much