API DocumentationCampaigns

Add Prospect To Campaign Zapier

POST
/v1/campaigns/{campaign_id}/prospects-zap
AuthorizationBearer <token>

In: header

Path Parameters

campaign_idCampaign Id
nameName
phonePhone
[key: string]any

Response Body

curl -X POST "https://api.voxxi.ai/v1/campaigns/0/prospects-zap" \
  -H "Content-Type: application/json" \
  -d '{
    "name": "string",
    "phone": "string"
  }'
{
  "success": true,
  "message": "string",
  "added_count": 0
}
{
  "detail": "string"
}
{
  "detail": "string"
}
{
  "detail": "string"
}
{
  "detail": [
    {
      "type": "string",
      "loc": [
        "string"
      ],
      "msg": "string",
      "ctx": {}
    }
  ]
}
{
  "detail": "string"
}