Update existing contacts/leads to an existing live campaign. Phone number is a mandatory parameter. Contact name, contact source, Contact URL for screen pop, Activity and priority for order call are optional parameters.
PUT /api/v1/{api_key}/campaigns/{campaign_id}/contacts
All parameters are valid and the contacts update
application/json
Was this page helpful?
curl -X PUT \
--url 'https://{cluster_id}.voiso.com/api/v1/%7Buser_api_key%7D/campaigns/1234/contacts' \
-H 'Accept: application/json' \
-H 'Content-Type: application/json' \
--data-raw '{}'