Skip to main content
createContact creates a contact from the fields you supply. Set runDedupe only when you want Apollo to upsert a match and overwrite those supplied fields.
automations/create-apollo-contact.automation.ts
At least one contact field is required. Supported fields are email, firstName, lastName, title, organizationName, websiteUrl, associatedAccount, stage, listNames, five phone fields, presentAddress, and customFields. runDedupe defaults to false. Optional account selects the Apollo binding. Returns the created or matched ApolloContact.
runDedupe: true is an upsert, not a read-only duplicate check. Apollo can overwrite supplied fields on an existing matching contact.