Receive Data

Receive ready-to-use data in your app.

Once the code is installed the users will be able to submit their files via the pulter importer. The raw files uploaded by the users will be available via callback, onSubmit function, or Webhook.

Good to know: we don't store that data imported by your users on our system. So it's advisable to set up a webhook endpoint to receive the imported data.

Sample JSON response for destination API/Webhook:

Last updated