cURL
curl --request POST \ --url https://api.example.com/api/messaging/contacts/bulk-import/ \ --header 'Content-Type: application/json' \ --data ' { "tags": "<string>" } '
{ "success": true, "message": "Contacts imported successfully", "imported": 100, "failed": 5, "errors": [ { "row": 3, "error": "Invalid phone number format" } ] }
file: [CSV/Excel file] tags: "VIP,Customer"