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.
cURL
curl --request POST \ --url https://api.example.com/api/contacts/upload
Importer en masse des contacts depuis un fichier CSV ou Excel
curl -X POST https://app.orova.ai/api/contacts/upload \ -H "x-api-key: YOUR_API_KEY" \ -F "[email protected]" \ -F "workspaceId=WORKSPACE_ID"
file
workspaceId
contactName,phoneNumber,region,accountNumber John Doe,+1234567890,US East,ACC-001
contactName
phoneNumber
{ "imported": 150, "skipped": 2, "errors": [] }
Cette page vous a-t-elle été utile ?