{}
{
"error": "Кампания не найдена"
}
curl -X POST "https://app.respondo.ru/api/add-contact" \
-H "Content-Type: application/json" \
-H "ApiKey: resp_xxxxxxxxx" \
-d '{
"campaignId": 1,
"emailAddress": "jane.smith@example.com",
"skipApproval": false,
"firstName": "Jane",
"lastName": "Smith",
"companyName": "Tech Solutions",
"site": "techsolutions.com",
"inn": "1234567890",
"phones": ["+7-999-123-45-67"],
"revenue": 5000000.5,
"employeesNumber": 25,
"customFields": {
"position": "CEO",
"industry": "Technology"
}
}