- Call create_or_update_person with required fields: first_name, last_name, email
- Observe the 400 response
HTTP 400 — {"error": "param is missing or the value is empty or invalid: people"}
- Same error occurs on create_or_update_prospect with valid pipeline_id, stage_id, and people array
- Tried both {"people": {...}} and {"person": {...}} wrapper formats via debug_api_request — both returned the account object instead of creating a record, suggesting the request body may not be reaching the endpoint correctly
- Read operations (list_pipelines, get_pipeline, list_people) work fine — issue is isolated to write/create operations
.jpg)
