curl --request POST \
--url https://api.hubapi.com/contacts/v1/secondary-email/{vid}/email/{email}
"\nExample PUT URL:\nhttps://api.hubapi.com/contacts/v1/secondary-email/21316/email/newlyDiscoveredAddrress@hubspot.com\n\n\nExample response:\n{\n \"portalId\": 589323,\n \"vid\": 21316,\n \"secondaryEmails\": [\n \"updatedAddress@hubspot.com\",\n\t\t\"newlyDiscoveredAddress@hubspot.com\"\n ]\n}"
Update an existing secondary email address for a contact.
curl --request POST \
--url https://api.hubapi.com/contacts/v1/secondary-email/{vid}/email/{email}
"\nExample PUT URL:\nhttps://api.hubapi.com/contacts/v1/secondary-email/21316/email/newlyDiscoveredAddrress@hubspot.com\n\n\nExample response:\n{\n \"portalId\": 589323,\n \"vid\": 21316,\n \"secondaryEmails\": [\n \"updatedAddress@hubspot.com\",\n\t\t\"newlyDiscoveredAddress@hubspot.com\"\n ]\n}"
Successful response - Update an existing secondary email address for a contact
The response is of type object
.
Was this page helpful?