organization_enrichment
Enrich company data by providing domain or name to access detailed organizational information from Apollo.io database.
Instructions
Use the Organization Enrichment endpoint to enrich data for 1 company
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | No | Company domain | |
| name | No | Company name |
Input Schema (JSON Schema)
{
"properties": {
"domain": {
"description": "Company domain",
"type": "string"
},
"name": {
"description": "Company name",
"type": "string"
}
},
"type": "object"
}