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

schedule a contact list csv import #51

Closed nlezoray closed 9 years ago

arnaudbreton commented 9 years ago

Have you solved your issue?

nlezoray commented 9 years ago

oui c'est bon. j'avais juste un problème dans le tableau de paramètres de la méthode batchjob (au niveau de method (majuscule/minuscule) $params = array( "method" => "POST", "JobType" => "Contact list import csv", "DataID" => $idfichier, "Status" => "upload", "RefId" => $id_cible, "Method" => "addnoforce", "ErrTreshold" => "9", "APIKeyID" => $id_apikey, "RequestAt" => $requestat );

WeshGuillaume commented 9 years ago

Hey @gorgorbhey :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!