Using Webhook
Get data right into the application whenever the user imports the file
Last updated
Get data right into the application whenever the user imports the file
Last updated
Once the user completes importing the spreadsheet in the widget, the impler sends imported data to the callback URL mentioned in the destination.
If the callback URL is protected, there is a facility to add header-based authentication. To activate it you can mention authHeaderName
in the destination section and its value to the import
button as authHeaderValue
prop.
Open the Import and go to the Destination
section.
Enable Webhook
.
Provide REST API Endpoint of your application.
You can provide Chunk Size
too, which defines how many records Impler will send you in one request.
Impler will call your API endpoint from the server, so it will not be visible to anyone. For additional security, you can provide Auth Header Name
which will be the key of headers sent, while the value will be taken from the application when import starts.
Details to provide Auth Header Value
is available at for react and at for HTML & JS Embed.
Name | Description |
---|---|
template
CODE
of the template
uploadId
Upload ID
data
Array of data in JSON format
totalRecords
Total number of records in uploaded spreadsheet
totalPages
Total number of pages the data is divided on
page
Current page number
pageSize
Size of the data being sent
extra
Extra string or JSON if it's being passed to Import
button
If you have any questions, suggestions, or comments. Feel free to reach out to us over Discord. We’re constantly improving to deliver the best Data Importer for your product, and we value your input.