Skip to main content
POST
Upload campaign contacts
Upload contacts after you create a campaign. A valid upload moves the campaign from draft to ready.
Authentication required
  • X-Auth-ID — your Vobiz account ID
  • X-Auth-Token — your Vobiz auth token
string
required
Your Vobiz account ID. Use the same value in X-Auth-ID.
string
required
Your Vobiz account ID, for example MA_XXXXXXXX.
string
required
The campaign that receives the contacts.
file
required
The contacts CSV, sent as multipart/form-data in a field named file.

Example

cURL

CSV columns

Fixed strategy
Per-contact strategy
The streaming parser handles BOM and CRLF line endings. There is no hard row limit, but uploads above 500,000 rows produce an advisory warning.

Response

200 OK
Re-uploading to a ready campaign replaces every existing contact. Upload is blocked with 409 while a campaign is running, paused, or queued.