...
Code Block | ||
---|---|---|
| ||
const importer = new Extend.import(boardId, listId, companyId, embedToken); |
BoardId* (string) | ListId* (string) | companyId* (string) | embedToken* (string) |
---|---|---|---|
The Board ID on which you want the cards to be imported to. | The List ID on which you want the cards to be imported to. | Your Company ID | The embed token you obtained from the ‘API Settings’ in your admin dashboard |
...