Method to get the list of triggers.
https://api.wbsrvc.com/Trigger/GetList/
POST
| user_key Required |
User Key of the user who initiates the call. Type: string |
| status Optional |
Filter using the trigger status. Type: string - possible value 'active', 'inactive' |
| action Optional |
Filter using the trigger action. Type: string - possible value 'opt-in', 'douopt-in', 'opt-out', 'specific', 'annual', '' |
| list_id Optional |
Filter using the ID of the trigger list. Type: integer |
| campaign_id Optional |
Filter using the ID of the trigger campaign. Type: integer |
| limit Optional |
Limit the number of resulting triggers. Type: integer |
| offset Optional |
Offset the beginning of resulting triggers. Type: integer |
| count Optional |
Return the number of triggers. Type: string - possible value 'true', 'false' |
| client_id Optional |
Client ID of the client in which the trigger is located. Type: integer |