Import Feeds from CSV

2017-10-07 12:30:24

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 account_key String Required Specify the write key of the channel or the account_key obtained from the web console panel.
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