Pulter Documentation
  • Introduction
  • Getting Started
    • Add Data Template
    • Install Code
    • Receive Data
  • Setup
    • Fields
    • Hooks
    • Validations
    • Customising Styles
    • Import Links
    • Changing text (translations)
    • Other Settings
    • Webhook
  • Legal
    • Terms Of Service
    • Privacy Policy
Powered by GitBook
On this page
  1. Getting Started

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:

PreviousInstall CodeNextFields

Last updated 2 years ago