Parameters
| Parameter | Type | Description |
|---|---|---|
phoneNumber | string | The phone number to link. |
options? | { idempotencyKey?: string; } | Optional options for the link operation. |
options.idempotencyKey? | string | Optional idempotency key for safe retries. |
Returns
Promise<{
flowId: string;
message: string;
}>
The result of the link SMS initiation.