Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
d81215c
improvement(apollo): align tools and block with Apollo API docs
waleedlatif1 May 7, 2026
f1ca746
improvement(apollo): fix tool outputs to match Apollo API response sh…
waleedlatif1 May 7, 2026
e7a0d53
chore(apollo): regenerate docs for output changes
waleedlatif1 May 7, 2026
7447852
fix(apollo): address PR review comments
waleedlatif1 May 7, 2026
721af52
fix(apollo): allow skipped_contact_ids as hash per Apollo docs
waleedlatif1 May 7, 2026
7504a6a
docs
waleedlatif1 May 7, 2026
39f86bd
fix(apollo): add runtime guard for account_bulk_update empty body
waleedlatif1 May 7, 2026
5a13a99
fix(apollo): require contact_attributes for bulk_update
waleedlatif1 May 7, 2026
a1103d7
fix(apollo): add subblock id migrations for renamed opportunity fields
waleedlatif1 May 7, 2026
aa52f0d
fix(apollo): tighten account_bulk_update guard and accept object attrs
waleedlatif1 May 7, 2026
35d40dc
fix(apollo): require contact_ids with object-form contact_attributes
waleedlatif1 May 7, 2026
3952c4e
docs(apollo): clarify contact_bulk_update parameter requirements
waleedlatif1 May 7, 2026
d124189
fix(apollo): handle flat and wrapped contact response shapes
waleedlatif1 May 7, 2026
ff98127
validate
waleedlatif1 May 7, 2026
69aa833
fix(apollo): mirror bulk_update guard, preserve update fields in migr…
waleedlatif1 May 7, 2026
391b06b
fix(apollo): don't clobber user contact_attributes in migration; simp…
waleedlatif1 May 7, 2026
3702b26
fix(apollo): drop undocumented task type, preserve mixed-array IDs, m…
waleedlatif1 May 7, 2026
3ed2297
fix(apollo): align tools and block with live API docs
waleedlatif1 May 7, 2026
78407fd
docs
waleedlatif1 May 7, 2026
fce1ff0
fix(apollo): add _removed_* migrations for retired opportunity subblocks
waleedlatif1 May 8, 2026
cbd46e4
fix(apollo): expose webhook_url subblock for people enrich phone reveal
waleedlatif1 May 8, 2026
4521402
fix(apollo): drop colliding account_ids migration, enforce contact bu…
waleedlatif1 May 8, 2026
e7005da
fix(apollo): cap account_attributes at 1000 in bulk update
waleedlatif1 May 8, 2026
ecd8e9a
fix(apollo): drop bare-id merging in bulk update migration to avoid e…
waleedlatif1 May 8, 2026
ae40b0e
fix(apollo): reject ambiguous account/contact_ids + array-form attrib…
waleedlatif1 May 8, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
213 changes: 141 additions & 72 deletions apps/docs/content/docs/en/tools/apollo.mdx

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions apps/sim/app/(landing)/integrations/data/integrations.json
Original file line number Diff line number Diff line change
Expand Up @@ -862,7 +862,7 @@
},
{
"name": "Bulk Create Accounts",
"description": "Create up to 100 accounts at once in your Apollo database. Note: Apollo does not apply deduplication - duplicate accounts may be created if entries share similar names or domains. Master key required."
"description": "Create up to 100 accounts at once in your Apollo database. Set run_dedupe=true to deduplicate by domain, organization_id, and name. Master key required."
},
{
"name": "Bulk Update Accounts",
Expand Down Expand Up @@ -894,7 +894,7 @@
},
{
"name": "Create Task",
"description": "Create a new task in Apollo"
"description": "Create one or more tasks in Apollo (one task per contact_id, master key required)"
},
{
"name": "Search Tasks",
Expand Down Expand Up @@ -14173,7 +14173,7 @@
"description": "Hire a pre-hire into an employee position. Converts an applicant into an active employee record with position, start date, and manager assignment."
},
{
"name": "Update Worker",
"name": "Update Personal Information",
"description": "Update fields on an existing worker record in Workday."
},
{
Expand Down
Loading
Loading