Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejs
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

...