New Feature: Skip IVRs and Voicemails with AI Human Voice Detection
 

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.<a href="https://www.kixie.com/contact/" data-kixie-il="1">kixie.com</a>/app/event?apikey=xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx&amp;businessid=xxxxx' \
--header 'Content-Type: application/json' \
--data-raw '{
  "businessid": "xxxxx",
  "<a href="https://www.kixie.com/developer/automation-remove-from-all-powerlists/" data-kixie-il="1">powerlist</a>Id": "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"
  }
}'