Processing campaigns for one customer separately

Shannon G

New Member
Hi there -
Is it possible to process the regular campaigns for one customer separately from the rest? (Similarly to processing autoresponders and regular campaigns separately)
 
Sure, just pass the --customer_id=x param to a new send-campaigns instance, where x is the customer ID, a numeric value.
if you need multiple customers, separate them by a comma.
You can also use the opposite flag, --exclude_customer_id=x which will process campaigns for all customers, excluding the customers listed here.
 
Back
Top