Upload conversations via CSV file
Conversations
Upload conversations via CSV file
Uploads a CSV file containing conversations. The file will be validated and, unless processFile is false, processed asynchronously. Conversations are application-scoped and require an application context.
POST
Upload conversations via CSV file
Authorizations
Your unique Avido API key
Your unique Avido Application ID
Body
multipart/form-data
Request for uploading conversations via CSV file
CSV file containing conversations
Name for this import
Required string length:
1 - 256Example:
"Support Conversations Q1 2024"
ID of the quickstart this upload belongs to.
Pattern:
^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$Example:
"456e7890-e89b-12d3-a456-426614174001"
Whether to process the file asynchronously via background job. Defaults to true.
Example:
true
Response
CSV file uploaded and queued for processing successfully