Add Contacts

API Docs by APIMATIC

Add Contacts
#

  • REST
  • Java

Add Contacts
#

Add new contacts/leads to an existing live campaign. Phone number is a mandatory parameter. Contact name, contact source, and Contact URL for screen pop are optional parameters.

POST /api/v1/{api_key}/campaigns/{campaign_id}/contacts

API Code Playground

Endpoint Arguments
Parameters
Required
Required
String
Template
Required
Number
Template

Voiso campaign identifier

body
Required
contacts


Responses

  • 201
  • 400
  • 403

All parameters are valid and the contacts saved

application/json

There is no example available for this content type.
  • Request
  • Response
curl -X POST \
  --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 '{}'