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": "[email protected]",
"nextCallRefresher": "Demo",
"crmUserId": "1234",
"crmContactId": "5678",
"duplicateHandling": "overwrite",
"extraData": {
"randomColumn": "string here"
}
}'