Batch email

Options

Hi,

Could you please let me know whether we can send mulpile emails/sms using a single request to multiple users.

 

Thanks,

Abhisek

Comments

  • Yes, you can send email or sms to multiple recipients. This can be done in few ways.

    1) You can specify multiple destinations in the JobSubmit along with inserts to personalize. This can be tedious if sending to a large number of recipients.

    2) A stored list may be set as the destination. This would have to be created on MyPortal or uploaded using the ListCreateRequest.

    3) Passing a CSV file in with the JobSubmit is the easiest and gives you the most control. The CSV may contain inserts for each recipient to personalize. I have attached a sample CSV file.

    Tom