Returning Specific Fields in Clay People Search API
To return only specific fields when using the Clay HTTP API:
Method
- Use the "Field Paths to Return" option
- Enter field paths separated by commas
- Use dot notation for nested fields
Example
If the response structure is people: [{name, email, title, profileurl}], set:
people.name, people.email, people.title, people.profileurl