Import Feeds from CSV

Overview

The Import Feeds call is used to import data to a channel from a CSV file. The imported CSV file must be in the correct format.

API URL

https://webapi.ubibot.com/update.csv?parameters

HTTP METHOD

POST

URL Parameters

Name Type Required Description
api_key or token_id String Required Specify the write key of the channel or token_id obtained after login.
feeds File Required A CSV file containing the new feed data. The file must be shorter than 5,000 lines and the maximum file size is 10MB.

Response

An HTTP code of 200 is responded for each successful data requests. Body contains a JSON object with the success message.

Error: See the separate list of error codes for more details