Skip to main content
apollo.updateContact updates only the supplied fields on a saved contact.
automations/update-apollo-contact.automation.ts
Provide contact as an ID, exact email/name, or { id }. Supply at least one of the contact fields supported by apollo.createContact: names, email, title, organization, website, associated account, stage, lists, phones, address, or custom fields. Optional second argument { account } selects the Apollo binding. Returns the updated ApolloContact. Apollo rejects an input with no changed field.