You can import quicklinks from a JSON file using the Import Quicklinks command.
JSON Format
- Root object – Array of quicklinks
- Quicklink object
name- Quicklink title. Type:String(required)link- Quicklink URL. Type:String(required)iconName- Quicklink icon. Type:String(optional)openWith- Target app to open quicklink. Type:String(optional)
If no app is specified with the openWith variable, the link will open in the default web browser. Deeplinks will be routed by the browser.
If no icon is specified with iconName, the default quicklink icon will be used.
quicklinks.json430 B
After the import is completed, you will see how many Quicklinks were added and how many duplicates were skipped. If a quick link has the same title and content, it’s considered to be a duplicate.