Skip to main content
updateContact resolves a contact and updates only the fields you supply.
automations/update-apollo-contact.automation.ts
contact is required and accepts an ID, exact email/name, or { id }. Supply at least one of the contact fields supported by createContact: names, email, title, organization, website, associated account, stage, lists, phones, address, or custom fields. Optional account selects the Apollo binding. Returns the updated ApolloContact. An input with no changed field is rejected.