CDP Frontend SDK
    Preparing search index...
    • A hook for linking a SMS account to the current user.

      Returns {
          linkSms: (
              phoneNumber: string,
          ) => Promise<{ flowId: string; message: string }>;
      }

      An object containing the linkSms function.