πŸ’ Using Frontend Callback

Get sanitized and formatted user-imported data Directly on your frontend application. Helping you to access data directly.

Available from @impler/[email protected] SDK. Not advisable to access imported data on the front end, if importing more than 10K records.

Once the user completes importing the spreadsheet in the widget, you access imported data immediately on the frontend application.

Enable Frontend Callback Destination

  1. Open the Import and go to the Destination section.

  2. Enable Get Imported Data in Frontend.

Get Imported Data on Frontend

Once the destination is enabled Impler will start sending Imported data on the frontend.

To access we can use onDataImported method at Listening for Events if using react or can check for aDATA_IMPORTED event as per Listening to Events if using HTML & JavaScript.

Have any doubts? Shoot us a message directly on Discord.

Last updated