Method to set the information of a mailing.
https://api.wbsrvc.com/Mailing/SetInfo/
POST
| user_key Required |
User Key of the user who initiates the call. Type: string |
| mailing_id Required |
ID of the mailing. Type: integer |
| campaign_id Optional |
ID of the campaign you want to associate the mailing with. Type: integer |
| list_id Optional |
ID of the list you want to associate the mailing with. Type: integer |
| sublist_id Optional |
ID of the segment you want to associate the mailing with. Type: integer |
| name Optional |
Name of the mailing. Type: string |
| type Optional |
Type of the mailing. Type: string - possible value 'standard', 'recurring', 'absplit' |
| encoding Optional |
Encoding to be used for the mailing. Type: string - possible value 'utf-8', 'iso-8859-x' |
| transfer_encoding Optional |
Transfer encoding to be used for the mailing. Type: string - possible value 'quoted-printable', 'base64' |
| subject Optional |
Subject of the mailing. Type: string |
| sender_email Optional |
Email address of the sender of the mailing. Type: string |
| sender_name Optional |
Name of the sender of the mailing. Type: string |
| reply_to Optional |
Email address of the reply-to of the mailing. Type: string |
| html_message Optional |
HTML content of the mailing. Type: string |
| text_message Optional |
Text content of the mailing. Type: string |
| opening_stats Optional |
Track the opens in the HTML version. Type: string - possible value 'true', 'false' |
| clickthru_html Optional |
Track the clicks in the HTML version. Type: string - possible value 'true', 'false' |
| clickthru_text Optional |
Track the clicks in the text version. Type: string - possible value 'true', 'false' |
| tracking_params Optional |
Additional tracking parameters for links. Type: string |
| ending_on Optional |
The date to end a 'recurring' mailing. Type: date - yyyy-mm-dd hh:mm:ss |
| max_recurrences Optional |
The number of recurrences for a 'recurring' mailing. Type: string |
| recurring_conditions Optional |
The recurring conditions for a 'recurring' mailing. Type: string |
| client_id Optional |
Client ID of the client in which the mailing is located. Type: integer |