mailjet / mailjet-apiv3-php-simple

[API v3] Simple PHP wrapper for the Mailjet API /!\ [DEPRECATED - SEE README] /!\
https://dev.mailjet.com
MIT License
55 stars 45 forks source link

scheduleNewsletter with newsletter_id? #98

Closed ibrahimmumcu closed 9 years ago

ibrahimmumcu commented 9 years ago

There is something that confused me.

I want to create a scheduled newsletter, but the example written by you wants newsletter_id parameter. Should I create a newsletter first, then schedule it?

I don't understand the example. Can anyone explain me how can I create scheduled newsletter?

Gormador commented 9 years ago

Hi @ibrahimmumcu,

First of all thank you for using Mailjet!

Regarding your issue, there is two things to understand:

For that second point, there is a guide over our main developers documentation here :-)

ibrahimmumcu commented 9 years ago

Oh, thank you so much @Gormador, everything is clear now :)

WeshGuillaume commented 9 years ago

Hey @ibrahimmumcu :airplane:

We just released a new PHP API wrapper. It is now more PHP-ish (including namespace, PSR-0 compliance, and globally a better architecture). All it requires is PHP 5.4

In addition to our API Guides, we would be happy to help you get started with it.

Guillaume, from Mailjet!