Contacts
PUT Resubscribe a Contact
Use this endpoint to send a confirmation resubscribe email to a contact in order to get their confirmation to resubscribe. This endpoint also adds the resubscribed contact to the contact lists you specify in the request body. You can only send a resubscribe email to the unsubscribed contact once. The contact is not resubscribed until after you receive their confirmation.
put/contacts/resubscribe/{contact_id}
Path parameters
contact_idstring required
The ID that uniquely identifies the contact to resubscribe.
Request body
Example request
{
"list_ids": [
"04fe9a97-a579-43c5-bb1a-58ed29bf0a6a"
]
}Response
Contact resource has been updated.