Campaign Creation via API

@Eldi - Try:
PHP:
$response = $endpoint->create(array(
   ...
   'delivery_servers' => '1,10,30',
   ...
));
Where 1, 10 and 30 are server ids.
 
I have another question for campaign creation via API.

Actions against subscribers upon campaign open - I want to move subscribers to some other list if they open the email.
How can I do this?

http://prntscr.com/pq3zcl
 
Actions against subscribers upon campaign open - I want to move subscribers to some other list if they open the email.
How can I do this?
We cannot do this via API.

And as a general thing, the api is really limited compared with the functionality the app offers in it's customer/backend area.
 
Back
Top