A command-line tool for migrating LeadConduit flows that use the deprecated WhitePages `address_validation` endpoint to the new `global_address_validation` endpoint. Version 0.1.0, initial release. It scans an account for flows using the old endpoint and interactively updates integration steps, mappings, and rules. The tool writes before/after JSON snapshots but does not deploy flows; deployment must be done separately. Designed for one-time migration rather than ongoing use.
npm install leadconduit-migration-toolNo compatibility data collected yet for this library.
Shows how to set the API key environment variable and run the migration tool. It uses the staging URL by default.
After running migration, deploy each flow using the LeadConduit API or UI.
This is a one-time migration tool; for other endpoints, use a different tool or manual updates.
Run in an interactive terminal, or modify the script to accept a 'yes' flag.
Change the value of `getUrl` in the script to use the production endpoint (e.g., https://X:${AP_STAGING}@next.leadconduit.com/flows).This is not a typical error for this tool; ensure you are using Node.js and not running in a browser.
Run the tool from the project root directory, or ensure you have installed the package (npm install leadconduit-migration-tool).
Check network connectivity and ensure you can resolve 'next.leadconduit.com'. Use staging URL if appropriate.
No dependency data recorded yet.