@@ -112,9 +112,11 @@ Enrich data for up to 10 people at once using Apollo
112112
113113| Parameter | Type | Description |
114114| --------- | ---- | ----------- |
115- | ` people ` | json | Array of enriched people data |
116- | ` total ` | number | Total number of people processed |
117- | ` enriched ` | number | Number of people successfully enriched |
115+ | ` matches ` | json | Array of enriched people \( null entries indicate no match\) |
116+ | ` total_requested_enrichments ` | number | Total number of records submitted for enrichment |
117+ | ` unique_enriched_records ` | number | Number of records successfully enriched |
118+ | ` missing_records ` | number | Number of records that could not be enriched |
119+ | ` credits_consumed ` | number | Number of Apollo credits consumed by this request |
118120
119121### ` apollo_organization_search `
120122
@@ -409,10 +411,10 @@ Create up to 100 accounts at once in your Apollo database. Note: Apollo does not
409411| Parameter | Type | Description |
410412| --------- | ---- | ----------- |
411413| ` created_accounts ` | json | Array of newly created accounts |
412- | ` failed_accounts ` | json | Array of accounts that failed to create |
413- | ` total_submitted ` | number | Total number of accounts submitted |
414+ | ` existing_accounts ` | json | Array of existing accounts returned by Apollo \( when duplicates are detected \) |
415+ | ` total_submitted ` | number | Total number of accounts in the response \( created + existing \) |
414416| ` created ` | number | Number of accounts successfully created |
415- | ` failed ` | number | Number of accounts that failed to create |
417+ | ` existing ` | number | Number of existing accounts found |
416418
417419### ` apollo_account_bulk_update `
418420
@@ -571,7 +573,7 @@ Add contacts to an Apollo sequence
571573| --------- | ---- | ----------- |
572574| ` added ` | json | Array of contact objects successfully added to the sequence |
573575| ` skipped ` | json | Array of contact objects that were skipped, with reasons |
574- | ` skipped_contact_ids ` | json | Hash mapping contact IDs to skip reason codes |
576+ | ` skipped_contact_ids ` | json | Array of contact IDs that were skipped |
575577| ` emailer_campaign ` | json | Details of the emailer campaign \( id, name\) |
576578| ` sequence_id ` | string | ID of the sequence contacts were added to |
577579| ` total_added ` | number | Total number of contacts added |
0 commit comments