Amplemarket connector
Back to the connector overview, authentication methods, and actions.
18 Sept 2026
data-sync bug-fixAdded Data Sync support to twelve list actions covering accounts, users, sequences, lead lists, mailboxes, calls, call dispositions, exclusion lists, and unified users, roles and organizations, so these collections can be synced on a schedule. All refresh in full on every run, because Amplemarket exposes no updated-since filter. Also capped the accounts page size at 49 — at exactly 50 Amplemarket omits its next-page link and silently truncates pagination after the first page.Changed · 12 actions updated
Changed · 12 actions updated
amplemarket_list_accounts, amplemarket_list_call_dispositions, amplemarket_list_calls, amplemarket_list_excluded_domains, amplemarket_list_excluded_emails, amplemarket_list_lead_lists, amplemarket_list_mailboxes, amplemarket_list_sequences, amplemarket_list_users, amplemarket_unified_list_organizations, amplemarket_unified_list_roles, amplemarket_unified_list_users1 Sept 2026
new-actionsAdded unified IAM actions for users, roles, organizations, and credentials.Added · 7 new actions
Added · 7 new actions
amplemarket_unified_get_me, amplemarket_unified_get_organization, amplemarket_unified_get_role, amplemarket_unified_get_user, amplemarket_unified_list_organizations, amplemarket_unified_list_roles, amplemarket_unified_list_users6 Aug 2026
guide-imagesUpdated API Key guide screenshots — blurred personal info and highlighted the API key field and reveal (eye) icon.5 Aug 2026
guideRegenerated the API Key connection guide from a live walkthrough of the Amplemarket portal (Settings > API), replacing the unverified prior version. Covers opening the API settings page, creating a named key, and revealing/copying its value. Deliberately omits the generic “shown once” warning: Amplemarket keys remain re-revealable from the same table at any time, so the guide documents that behavior instead of a false claim.4 Aug 2026
bug-fix description-fixFixed list pagination — bracket query params (page[size], page[after], filters) were not resolving and returned empty results; now fixed. Documented list_lead_lists status values, list_tasks inactive-user 400, and list_users primary-email filtering.Changed · 15 actions updated
Changed · 15 actions updated
amplemarket_get_company_enrichment, amplemarket_get_email_validation, amplemarket_get_lead_list, amplemarket_get_people_enrichment, amplemarket_list_accounts, amplemarket_list_calls, amplemarket_list_contacts, amplemarket_list_excluded_domains, amplemarket_list_excluded_emails, amplemarket_list_job_openings, amplemarket_list_lead_lists, amplemarket_list_mailboxes, amplemarket_list_sequences, amplemarket_list_tasks, amplemarket_list_users3 Aug 2026
new-actions new-fieldsAdded create_contact, list_job_openings, get_job_opening, and review_phone_number, plus missing filter parameters and constraint and enum validation across existing actions. Renamed the four enrichment actions to the provider’s operation names (a breaking change to those action IDs).