Method to create a trigger.
https://api.wbsrvc.com/Trigger/Create/
POST
| user_key Required |
User Key of the user who initiates the call. Type: string |
| name Required |
Name of the trigger. Type: string |
| campaign_id Optional |
ID of the campaign you want to associate the trigger with. Type: integer |
| encoding Required |
Encoding to be used for the trigger. Type: string - possible value 'utf-8', 'iso-8859-x' |
| transfer_encoding Required |
Transfer encoding to be used for the trigger. Type: string - possible value 'quoted-printable', 'base64' |
| client_id Optional |
Client ID of the client in which the trigger is created. Type: integer |