Interface: ContactInput
Defined in: packages/sdk/src/types.ts:69
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
brand? | string | - | packages/sdk/src/types.ts:76 |
consent? | Consent | - | packages/sdk/src/types.ts:79 |
email | string | - | packages/sdk/src/types.ts:74 |
id? | string | Optional caller-supplied uuid, pinned on insert so a migrating consumer can preserve its own contact ids (keeps already-issued unsubscribe links valid). Ignored when the contact already exists — the existing id is kept. | packages/sdk/src/types.ts:73 |
source? | string | - | packages/sdk/src/types.ts:77 |
status? | ContactStatus | - | packages/sdk/src/types.ts:75 |
tags? | string[] | - | packages/sdk/src/types.ts:78 |