bulk_enrich_organizations
Enrich multiple company profiles simultaneously by processing up to 10 domains in one request to gather comprehensive organization data.
Instructions
Bulk enrich multiple organizations at once.
This tool enriches multiple companies simultaneously based on their domains. Up to 10 domains can be processed in a single request.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
domains | Yes |
Input Schema (JSON Schema)
{
"properties": {
"domains": {
"items": {
"type": "string"
},
"title": "Domains",
"type": "array"
}
},
"required": [
"domains"
],
"type": "object"
}