How to render a view when a (Mailjet) cURL request is finnished? How to render a view when a (Mailjet) cURL request is finnished? curl curl

How to render a view when a (Mailjet) cURL request is finnished?


You could try this to get every campaigns from a specific sender:

$result = $mj->campaign([    'FromEmail' => 'sender email']);var_dump($result);

See this documentation: http://dev.mailjet.com/email-api/v3/campaign/