Skip to main content
Version: 3.0.0

🤝 Account Migration

Register the number for use with Cloud API after you have performed your backup.

await whatsapp.accountMigrationRegister(
digitsPinCode: "123456",
backupData: "BACKUP_DATA",
password: "PASSWORD"
);
paramtyperequireddescription
digitsPinCodeStringyesA 6-digit pin you have previously set up. If you use the wrong pin, your on-premise deployment will be down and will be disconnected from the WhatsApp servers
backupDataStringnoThe data value you get when you backup your on-premise deployment. This contains the account registration info and application settings. See Backup and Restore to backup your on-premise implementation.
passwordStringyesThe password you used in the backup API of your On-Premises deployment.