Skip to content

TriggerCampaignData

Type: object

Properties

Property Type Required Description Constraints
leads array Yes List of leads for input
tokens array No List of my tokens to replace during the run of the target campaign. The tokens must be available in a parent program or folder to be replaced during the run

Generated example

{
  "leads": [
    {
      "id": 123
    }
  ],
  "tokens": [
    {
      "name": "Example name",
      "value": "string"
    }
  ]
}

Referenced models

Source

Generated from swagger-mapi.json.