findCampaignsByNameOrSubject
Searches for a group of campaigns by name or subject.
| Input | Type | Description |
|---|---|---|
| token | AuthToken | Authorization token. |
| channel | Channel | Channel. |
| nameOrSubject | xs:string | Campaign name or subject. Use SQL wildcards ( _ and %) together with the matchingMode flag set to LIKE” in lookupPrefs. |
| lookupPrefs | CampaignLookupPreferences | Order/comparison options. |
| Output | Type | Description |
|---|---|---|
| Campaigns | A group of campaigns. |