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

Remove From Powerlist

The Remove From Powerlist API allows you to remove a contact from a single 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",
    "target": ["+15854747501","+15854747502"],
    "eventname": "removefrom<a href="https://www.kixie.com/developer/automation-remove-from-all-powerlists/" data-kixie-il="1">powerlist</a>",
    "action": "removefrompowerlist",
    "powerlistId": "1969",
    "apikey": "xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
}'