Import
CSV operations for Contacts
Import provide endpoints to handle contact imports related operations through CSV.
Endpoint | Type | Description | Status |
---|---|---|---|
Get Import ID File | GET | Enables developer to get the csv file content based on the provided Import Id | Live |
Upload Import ID File | POST | Developer can import the csv file content using this endpoint. | Live |
Get Organizations Import ID File | GET | This endpoint provide the list of files uploaded associated with the organization. | Live |
Upload Organizations Import ID File | POST | This endpoint uploads contact through csv associated to an organization. | Live |
Cancel Import | GET | N/A | Live |
Updated almost 2 years ago