Method to create a mailing.
Resource URL
https://api.wbsrvc.com/Mailing/Create/
Method
POST
Parameters
user_key Required |
User Key of the user who initiates the call. Type: string |
name Required |
Name of the mailing. Type: string |
campaign_id Optional |
ID of the campaign you want to associate the mailing with. Type: integer |
type Required |
Type of the mailing. Type: string – possible value ‘standard’, ‘recurring’, ‘absplit’ |
recurring_id Optional |
ID of the first recurrence in case of a ‘recurring’ or ‘absplit’ mailing. Type: integer |
encoding Required |
Encoding to be used for the mailing. Type: string – possible value ‘utf-8’, ‘iso-8859-x’ |
transfer_encoding Required |
Transfer encoding to be used for the mailing. Type: string – possible value ‘quoted-printable’, ‘base64’ |
client_id Optional |
Client ID of the client in which the mailing is created. Type: integer |