Versions Compared

Key

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

Table of Contents
Info

The Feedier API let you import a higher volume (> 2,000 feedback) than the dashboard Import module. If you arae looking to import a volume lower than 2,000 feedback, use this guide.

Step 1: Prepare the file

Feedier API works with CSV file, and support 3 type of data types for the feedback data

...

https://api.feedier.com/v1/feedback/bulk?url={csv_file_url}&api_key={private_api_key}

...

If you are using a private instance, replace the api.feedier.com with your instance’s API url.

The CSV file URL must be replaced with the URL you get from Step 2 and URL encoded (https%3A%2F%2Fresources.feedier.com%2Fhubfs%2FImport-Feedier-test.csv)

Info

The Private API key, can be found on your Feedier Dashboard with an Admin role:
Organizations → Integrations → Private API key.

Step 4: Call the API

Open your browser and call the url with your CSV file and Private API key.

...