Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
POST /v1/campaigns//contacts/upload
POST /v1/campaigns/{campaign_id}/contacts/upload
curl -X POST https://api.vonative.com/v1/campaigns/camp-uuid-1234/contacts/upload \ -H "Authorization: Bearer YOUR_API_KEY" \ -F "file=@contacts.csv"
phone_number,name +2348012345678,John Doe +2348098765432,Jane Smith
POST /v1/campaigns/{campaign_id}/contacts/validate-csv
400