Skip to main content
POST
/
api
/
v1
/
campaigns
/
{campaign_id}
/
contacts
/
upload-and-start
Upload Contact Add To Campaign And Start Api
curl --request POST \
  --url https://services.meetchase.ai/api/v1/campaigns/{campaign_id}/contacts/upload-and-start \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '
{
  "email": "[email protected]",
  "first_name": "<string>",
  "last_name": "<string>",
  "custom_data": {},
  "city": "<string>",
  "country": "<string>",
  "tags": []
}
'
{
  "id": 123
}

Authorizations

X-API-Key
string
header
required

Path Parameters

campaign_id
integer
required

Query Parameters

bot_id
integer | null
start_immediately
boolean | null
default:false

Body

application/json
email
string<email>
required
first_name
string | null
required
Required string length: 1 - 63
last_name
string | null
required
Required string length: 1 - 63
custom_data
Custom Data · object
city
string | null
Required string length: 1 - 63
country
string | null
Required string length: 1 - 63
tags
string[]
Maximum array length: 16
Required string length: 1 - 31

Response

Successful Response

id
integer
required