Add to Powerlist

The Add to Powerlist API allows you to add a new contact to a current Powerlist.

curl --location --request POST 'https://apig.kixie.com/app/event?apikey=xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx&businessid=xxxxx' \
--header 'Content-Type: application/json' \
--data-raw '{
  "businessid": "xxxxx",
  "powerlistId": "1969",
  "apikey": "xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
  "target": "13106772436",
  "eventname": "updatepowerlist",
  "firstName": "John",
  "lastName": "Doe",
  "title": "Mr",
  "companyName": "Target Store",
  "email": "johndoe@kixie.com",
  "nextCallRefresher": "Demo",
  "crmUserId": "1234",
  "crmContactId": "5678",
  "duplicateHandling": "overwrite",
  "extraData": {
    "randomColumn": "string here"
  }
}'