- Transfer credentials between n8n instances for better management.
- Migrate sensitive data securely without manual entry.
- Facilitate team collaboration by sharing credentials across environments.
User submits a form to initiate the credential transfer process. The workflow retrieves the list of available n8n instances and credentials. User selects the destination instance and the specific credential to transfer. The workflow exports the selected credential from the source instance. The exported credential data is then imported into the destination instance. Success or error messages are displayed to the user based on the outcome.
- 1Import the workflow template into your n8n environment.
- 2Configure the settings node with your n8n instances' details.
- 3Test the workflow by submitting the initial form to begin the transfer.