Response
Tasks queued
curl --request POST \
--url https://api.vida.dev/api/v2/tasks/csv \
--header 'Content-Type: multipart/form-data' \
--form dryRun=true \
--form csv=@example-file
Upload a CSV file to create multiple tasks. The CSV must include a header row. Recognized columns include type, target, context, taskContext, greeting, waitToGreet, accountId, scheduledFor, message, and externalTaskId.
curl --request POST \
--url https://api.vida.dev/api/v2/tasks/csv \
--header 'Content-Type: multipart/form-data' \
--form dryRun=true \
--form csv=@example-file
Tasks queued