Skip to main content
apollo.createContact creates a contact. Set runDedupe only to upsert a match and overwrite its fields.
automations/create-apollo-contact.automation.ts
Provide at least one contact field. Supported fields are email, firstName, lastName, title, organizationName, websiteUrl, associatedAccount, stage, listNames, five phone fields, presentAddress, and customFields. runDedupe defaults to false. Optional second argument { 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.