Method to add members to the list.
Resource URL
https://api.wbsrvc.com/List/Import/
Method
POST
Parameters
user_key Required |
User Key of the user who initiates the call. Type: string |
list_id Required |
ID of the list. Type: integer |
autoresponders Optional |
Trigger the autoresponders. Type: string – possible value ‘true’, ‘false’ |
triggers Optional |
Trigger the welcome email. Type: string – possible value ‘true’, ‘false’ |
import_to Optional |
Where to import the members. Type: string – possible value ‘active’, ‘unsubscribed’, ‘deleted’ |
record Required |
Members. Type: array of array of field and values – i.e. array(array(’email’ => ‘test@test.com’)) |
client_id Optional |
Client ID of the client in which the list is located. Type: integer |