Add to Powerlist

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

Add to Powerlist
curl --location 'https://apig.kixie.com/app/event?apikey=0a9e9006077b4048252e8e70f23976ec' \
--header 'Content-Type: application/json' \
--data-raw '{
  "businessid": "995",
  "powerlistId": "41090",
  "apikey": "0a9e9006077b4048252e8e70f23976ec",
  "target": "14244854061",
  "eventname": "updatepowerlist",
  "firstName": "John",
  "lastName": "Doe",
  "title": "Mr",
  "companyName": "Target Store",
  "email": "johndoe@kixie.com",
  "nextCallRefresher": "Demo",
  "crmUserId": "140239758",
  "crmContactId": "5678",
  "duplicateHandling": "overwrite",
  "extraData": {
    "randomColumn": "string here"
  }
}'