plunk_subscribe_contact
Use a contact's public ID from unsubscribe links to re-subscribe them without needing their regular UUID.
Instructions
Subscribe a contact via their public id (the id embedded in unsubscribe links, NOT the regular UUID). For batch subscribes by regular id, use plunk_bulk_subscribe_contacts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Contact's PUBLIC id — the id embedded in unsubscribe links, distinct from the regular UUID. Get it from plunk_get_contact (returns it alongside the regular id). |